Uses of Interface
org.xj3d.core.eventmodel.NetworkProtocolHandler
Packages that use NetworkProtocolHandler
Package
Description
-
Uses of NetworkProtocolHandler in org.web3d.vrml.renderer.common.input.dis
Classes in org.web3d.vrml.renderer.common.input.dis that implement NetworkProtocolHandlerModifier and TypeClassDescriptionclassThe handler for DIS protocol network traffic.classTODO: Consolidate DISProtocolHandler and this PH The handler for DISXML protocol network traffic. -
Uses of NetworkProtocolHandler in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type NetworkProtocolHandlerModifier and TypeMethodDescriptionbooleanNetworkManager.addProtocolHandler(NetworkProtocolHandler nph) Register a new protocol handler instance.voidNetworkManager.removeProtocolHandler(NetworkProtocolHandler nph) Remove a previously registered protocol handler. -
Uses of NetworkProtocolHandler in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel with parameters of type NetworkProtocolHandlerModifier and TypeMethodDescriptionbooleanDefaultNetworkManager.addProtocolHandler(NetworkProtocolHandler nph) Register a new protocol handler instance.voidDefaultNetworkManager.removeProtocolHandler(NetworkProtocolHandler nph) Remove a previously registered protocol handler.