| Package | Description |
|---|---|
| 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 |
|---|---|
EndpointEvent.Type |
EndpointEvent.getType() |
static EndpointEvent.Type |
EndpointEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndpointEvent.Type[] |
EndpointEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EndpointEvent(Kernel source,
Endpoint p,
EndpointEvent.Type type) |