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 TypeClassDescriptionclass
The handler for DIS protocol network traffic.class
TODO: 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 TypeMethodDescriptionboolean
NetworkManager.addProtocolHandler
(NetworkProtocolHandler nph) Register a new protocol handler instance.void
NetworkManager.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 TypeMethodDescriptionboolean
DefaultNetworkManager.addProtocolHandler
(NetworkProtocolHandler nph) Register a new protocol handler instance.void
DefaultNetworkManager.removeProtocolHandler
(NetworkProtocolHandler nph) Remove a previously registered protocol handler.