public class RTCPSessionConnection extends ConnectionBase
Connection that virtualizes a continuous
message session out of a series of potentially transient TCP connections.| Modifier and Type | Field and Description |
|---|---|
static boolean |
TheDebugSessionsFlag
Flag to bypass unguessable ID generation for debugging purposes.
|
theCloseMarker| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shut down the connection.
|
void |
sendMsg(Object message)
Send a message to the other end of the connection.
|
void |
setDebugMode(boolean mode)
Turn debug features for this connection on or off.
|
String |
toString()
Get a printable String representation of this connection.
|
connectionDied, enqueueHandlerFactory, enqueueReceivedMessage, idpublic static boolean TheDebugSessionsFlag
public void close()
public void sendMsg(Object message)
message - The message to be sent. In this version, this must be a
String or a JSONLiteral.public void setDebugMode(boolean mode)
setDebugMode in interface ConnectionsetDebugMode in class ConnectionBasemode - If true, turn debug mode on; if false, turn it off.Copyright © 2017. All rights reserved.