| 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(EndpointEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointEvent |
EndpointEvent.createAdd(Kernel source,
Endpoint p) |
static EndpointEvent |
EndpointEvent.createRemove(Kernel source,
Endpoint p) |
EndpointEvent |
AbstractKernel.nextEvent()
Removes and returnsn one endpoint event from the event queue or
null if there are no endpoint events.
|
EndpointEvent |
Kernel.nextEvent()
Removes and returnsn one endpoint event from the event queue or
null if there are no endpoint events.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractKernel.addEvent(EndpointEvent e) |