com.sshtools.j2ssh.connection
Interface ChannelFactory

All Known Implementing Classes:
ForwardingClient, ForwardingServer, SessionChannelFactory

public interface ChannelFactory

DOCUMENT ME!


Method Summary
 Channel createChannel(java.lang.String channelType, byte[] requestData)
           
 

Method Detail

createChannel

public Channel createChannel(java.lang.String channelType,
                             byte[] requestData)
                      throws InvalidChannelException
Throws:
InvalidChannelException