TcpTransportSession

Constructors

this
this(long id, Connection connection)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
containsAttribute
bool containsAttribute(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Object getAttribute(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(MessageBuffer message)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttribute
void setAttribute(string key, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TransportSession

id
ulong id()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Object getAttribute(string key)
Undocumented in source.
setAttribute
void setAttribute(string key, Object value)
Undocumented in source.
containsAttribute
bool containsAttribute(string key)
Undocumented in source.
send
void send(MessageBuffer buffer)
Undocumented in source.
send
void send(uint messageId, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source.
isConnected
bool isConnected()
Undocumented in source.

Meta