|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.jme3.network.base | |
---|---|
com.jme3.network | The network package contains the public API for the jME3 SpiderMonkey networking module. |
com.jme3.network.base | The base package contains the default implementations for the
Client and Server
interfaces from the public API. |
Classes in com.jme3.network.base used by com.jme3.network | |
---|---|
DefaultClient
A default implementation of the Client interface that delegates its network connectivity to a kernel.Connector. |
Classes in com.jme3.network.base used by com.jme3.network.base | |
---|---|
ConnectorFactory
Creates Connectors for a specific host. |
|
DefaultServer
A default implementation of the Server interface that delegates its network connectivity to kernel.Kernel. |
|
KernelAdapter
Wraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpoint events to the connection dispatcher. |
|
KernelFactory
Supplied to the DefaultServer to create any additional channel kernels that might be required. |
|
MessageProtocol
Consolidates the conversion of messages to/from byte buffers and provides a rolling message buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |