|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.toremote.gateway.plugin.AbstractGatewayChannel com.toremote.websocket.handler.RdpHandler.ChatGatewayChannel
class RdpHandler.ChatGatewayChannel
Constructor Summary | |
---|---|
RdpHandler.ChatGatewayChannel()
|
Method Summary | |
---|---|
void |
close()
Channel is closed |
int |
getFlags()
|
java.lang.String |
getName()
|
void |
open()
Channel is opened |
void |
process(net.protocol.utils.DataView data)
process the client side data |
Methods inherited from class com.toremote.gateway.plugin.AbstractGatewayChannel |
---|
getSessionInfo, sendData, setOutput, setSessionInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RdpHandler.ChatGatewayChannel()
Method Detail |
---|
public java.lang.String getName()
getName
in class AbstractGatewayChannel
public int getFlags()
getFlags
in class AbstractGatewayChannel
public void process(net.protocol.utils.DataView data)
AbstractGatewayChannel
process
in class AbstractGatewayChannel
DataView
public void open()
AbstractGatewayChannel
open
in class AbstractGatewayChannel
public void close()
AbstractGatewayChannel
close
in class AbstractGatewayChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |