| Package | Description |
|---|---|
| com.jme3.network.kernel.tcp |
| Class and Description |
|---|
| NioEndpoint
Endpoint implementation that encapsulates the
channel IO based connection information and keeps
track of the outbound data queue for the channel.
|
| SelectorKernel
A Kernel implementation based on NIO selectors.
|
| SelectorKernel.SelectorThread
This class is purposely tucked neatly away because
messing with the selector from other threads for any
reason is very bad.
|