Package | Description |
---|---|
com.uc4.communication |
This package contains classes for the communication with the UC4 Server.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AEConnection.sendRequest(XMLRequest sendableMessage,
IResponseHandler handler)
Sends an message to the UC4 Server.
|
java.lang.String |
Connection.sendRequest(XMLRequest sendableMessage,
IResponseHandler handler)
Sends an message to the UC4 Server.
|
java.lang.String |
WebSocketConnection.sendRequest(XMLRequest sendableMessage,
IResponseHandler handler)
Sends an message to the UC4 Server.
|