| Package | Description |
|---|---|
| com.jme3.network.base | |
| com.jme3.network.kernel |
The kernel package is the heart of the JME networking module
and controls the routing and dispatch of message data over
different transport implementations.
|
| com.jme3.network.kernel.tcp | |
| com.jme3.network.kernel.udp |
| Class and Description |
|---|
| Connector
A single channel remote connection allowing the sending
and receiving of data.
|
| Endpoint
An abstract endpoint in a Kernel that can be used for
sending/receiving messages within the kernel space.
|
| EndpointEvent
Provides information about an added or
removed connection.
|
| Envelope
Encapsulates a received piece of data.
|
| Kernel
Defines the basic byte[] passing messaging
kernel.
|
| Class and Description |
|---|
| Endpoint
An abstract endpoint in a Kernel that can be used for
sending/receiving messages within the kernel space.
|
| EndpointEvent
Provides information about an added or
removed connection.
|
| EndpointEvent.Type |
| Envelope
Encapsulates a received piece of data.
|
| Kernel
Defines the basic byte[] passing messaging
kernel.
|
| Class and Description |
|---|
| AbstractKernel
Base implementation of the Kernel interface providing several
useful default implementations of some methods.
|
| Connector
A single channel remote connection allowing the sending
and receiving of data.
|
| Endpoint
An abstract endpoint in a Kernel that can be used for
sending/receiving messages within the kernel space.
|
| Kernel
Defines the basic byte[] passing messaging
kernel.
|
| Class and Description |
|---|
| AbstractKernel
Base implementation of the Kernel interface providing several
useful default implementations of some methods.
|
| Connector
A single channel remote connection allowing the sending
and receiving of data.
|
| Endpoint
An abstract endpoint in a Kernel that can be used for
sending/receiving messages within the kernel space.
|
| Kernel
Defines the basic byte[] passing messaging
kernel.
|