com.toremote.websocket.handler
Class RdpHandler.ChatGatewayChannel

java.lang.Object
  extended by com.toremote.gateway.plugin.AbstractGatewayChannel
      extended by com.toremote.websocket.handler.RdpHandler.ChatGatewayChannel
Enclosing class:
RdpHandler

 class RdpHandler.ChatGatewayChannel
extends AbstractGatewayChannel


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

RdpHandler.ChatGatewayChannel

public RdpHandler.ChatGatewayChannel()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class AbstractGatewayChannel
Returns:
name the name for the channel, max length is 8. Ascii characters only;

getFlags

public int getFlags()
Specified by:
getFlags in class AbstractGatewayChannel
Returns:
flags for channel, not used for now

process

public void process(net.protocol.utils.DataView data)
Description copied from class: AbstractGatewayChannel
process the client side data

Specified by:
process in class AbstractGatewayChannel
See Also:
DataView

open

public void open()
Description copied from class: AbstractGatewayChannel
Channel is opened

Specified by:
open in class AbstractGatewayChannel

close

public void close()
Description copied from class: AbstractGatewayChannel
Channel is closed

Specified by:
close in class AbstractGatewayChannel