|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elkoserver.foundation.net.ConnectionBase
org.elkoserver.foundation.net.RTCPSessionConnection
public class RTCPSessionConnection
An implementation of Connection that virtualizes a continuous
message session out of a series of potentially transient TCP connections.
| Field Summary | |
|---|---|
static boolean |
TheDebugSessionsFlag
Flag to bypass unguessable ID generation for debugging purposes. |
| Fields inherited from class org.elkoserver.foundation.net.ConnectionBase |
|---|
theCloseMarker |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.elkoserver.foundation.net.ConnectionBase |
|---|
connectionDied, enqueueHandlerFactory, enqueueReceivedMessage, id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static boolean TheDebugSessionsFlag
| Method Detail |
|---|
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.public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||