| Package | Description |
|---|---|
| com.jme3.network |
The network package contains the public API for the jME3
SpiderMonkey networking module.
|
| com.jme3.network.base |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.addErrorListener(ErrorListener<? super Client> listener)
Adds a listener that will be notified when any connection errors
occur.
|
void |
Client.removeErrorListener(ErrorListener<? super Client> listener)
Removes a previously registered error listener.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultClient.Redispatch |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultClient.addErrorListener(ErrorListener<? super Client> listener) |
void |
DefaultClient.removeErrorListener(ErrorListener<? super Client> listener) |
| Constructor and Description |
|---|
ConnectorAdapter(Connector connector,
MessageListener<java.lang.Object> dispatcher,
ErrorListener<java.lang.Object> errorHandler,
boolean reliable) |