Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.jme3.network.base Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| ConnectorAdapter | Wraps a single Connector and forwards new messages to the supplied message dispatcher. | Class | com.jme3.network.base | JMonkeyEngine |
|
| ConnectorFactory | Creates Connectors for a specific host. | Interface | com.jme3.network.base | JMonkeyEngine |
|
| DefaultClient | A default implementation of the Client interface that delegates its network connectivity to a kernel. | Class | com.jme3.network.base | JMonkeyEngine |
|
| DefaultServer | A default implementation of the Server interface that delegates its network connectivity to kernel. | Class | com.jme3.network.base | JMonkeyEngine |
|
| KernelAdapter | Wraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpoint | Class | com.jme3.network.base | JMonkeyEngine |
|
| KernelFactory | Supplied to the DefaultServer to create any additional channel kernels that might be required. | Interface | com.jme3.network.base | JMonkeyEngine |
|
| MessageListenerRegistry | Keeps track of message listeners registered to specific types or to any type. | Class | com.jme3.network.base | JMonkeyEngine |
|
| MessageProtocol | Consolidates the conversion of messages to/from byte buffers and provides a rolling message buffer. | Class | com.jme3.network.base | JMonkeyEngine |
|
| NioKernelFactory | KernelFactory implemention for creating TCP kernels using the NIO selector model. | Class | com.jme3.network.base | JMonkeyEngine |
|
| TcpConnectorFactory | Creates TCP connectors to a specific remote address. | Class | com.jme3.network.base | JMonkeyEngine |