com.mindbright.ssh
Class SSHChannelMulticaster

java.lang.Object
  extended bycom.mindbright.ssh.SSHChannelMulticaster
All Implemented Interfaces:
SSHChannelListener

public class SSHChannelMulticaster
extends java.lang.Object
implements SSHChannelListener


Constructor Summary
SSHChannelMulticaster()
           
 
Method Summary
 void close(SSHChannel chan)
           
 SSHPdu prepare(SSHPdu pdu)
           
 void receive(SSHPdu pdu)
           
 void transmit(SSHPdu pdu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHChannelMulticaster

public SSHChannelMulticaster()
Method Detail

prepare

public SSHPdu prepare(SSHPdu pdu)
Specified by:
prepare in interface SSHChannelListener

receive

public void receive(SSHPdu pdu)
Specified by:
receive in interface SSHChannelListener

transmit

public void transmit(SSHPdu pdu)
Specified by:
transmit in interface SSHChannelListener

close

public void close(SSHChannel chan)
Specified by:
close in interface SSHChannelListener