Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jme3.network.base Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
ConnectorAdapterWraps a single Connector and forwards new messages to the supplied message dispatcher.Classcom.jme3.network.baseJMonkeyEngine
ConnectorFactoryCreates Connectors for a specific host.Interfacecom.jme3.network.baseJMonkeyEngine
DefaultClientA default implementation of the Client interface that delegates its network connectivity to a kernel.Classcom.jme3.network.baseJMonkeyEngine
DefaultServerA default implementation of the Server interface that delegates its network connectivity to kernel.Classcom.jme3.network.baseJMonkeyEngine
KernelAdapterWraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpointClasscom.jme3.network.baseJMonkeyEngine
KernelFactorySupplied to the DefaultServer to create any additional channel kernels that might be required.Interfacecom.jme3.network.baseJMonkeyEngine
MessageListenerRegistryKeeps track of message listeners registered to specific types or to any type.Classcom.jme3.network.baseJMonkeyEngine
MessageProtocolConsolidates the conversion of messages to/from byte buffers and provides a rolling message buffer.Classcom.jme3.network.baseJMonkeyEngine
NioKernelFactoryKernelFactory implemention for creating TCP kernels using the NIO selector model.Classcom.jme3.network.baseJMonkeyEngine
TcpConnectorFactoryCreates TCP connectors to a specific remote address.Classcom.jme3.network.baseJMonkeyEngine