| Package | Description |
|---|---|
| com.jme3.network.base | |
| com.jme3.network.kernel.tcp | |
| com.jme3.network.kernel.udp |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorFactory.createConnector(int channel,
int port) |
Connector |
TcpConnectorFactory.createConnector(int channel,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultClient.setPrimaryConnectors(Connector reliable,
Connector fast,
ConnectorFactory connectorFactory) |
| Constructor and Description |
|---|
ConnectorAdapter(Connector connector,
MessageProtocol protocol,
MessageListener<java.lang.Object> dispatcher,
ErrorListener<java.lang.Object> errorHandler,
boolean reliable) |
DefaultClient(java.lang.String gameName,
int version,
Connector reliable,
Connector fast,
ConnectorFactory connectorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnector
A straight forward socket-based connector implementation that
does not use any separate threading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UdpConnector
A straight forward datagram socket-based UDP connector
implementation.
|