Methods Summary |
---|
public void | close()Drop and closedown the connection with the server.
|
public java.util.Map | receiveMessage()Receive the next message from the server.
NOTE: blocking op
|
public void | sendMessage(java.util.Map message)Send the given message to the server service.
NOTE: blocking op
|
public void | setMaximumMessageSize(int max_bytes)Override the default max message size
|