com.mindbright.ssh
Interface SSHChannelListener

All Known Implementing Classes:
SSHChannelController, SSHChannelMulticaster, SSHTunnel

public interface SSHChannelListener


Method Summary
 void close(SSHChannel chan)
           
 SSHPdu prepare(SSHPdu pdu)
           
 void receive(SSHPdu pdu)
           
 void transmit(SSHPdu pdu)
           
 

Method Detail

prepare

public SSHPdu prepare(SSHPdu pdu)
               throws java.io.IOException
Throws:
java.io.IOException

transmit

public void transmit(SSHPdu pdu)

receive

public void receive(SSHPdu pdu)

close

public void close(SSHChannel chan)