| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KernelAdapter.createAndDispatch(Envelope env) |
| Modifier and Type | Field and Description |
|---|---|
static Envelope |
Kernel.EVENTS_PENDING
A marker envelope returned from read() that indicates that
there are events pending.
|
| Modifier and Type | Method and Description |
|---|---|
Envelope |
Kernel.read()
Removes one envelope from the received messages queue or
blocks until one is available.
|
Envelope |
AbstractKernel.read()
Removes one envelope from the received messages queue or
blocks until one is available.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractKernel.addEnvelope(Envelope env) |