Package com.sshtools.j2ssh.connection
Interface ChannelFactory
-
- All Known Implementing Classes:
ForwardingClient,ForwardingServer,SessionChannelFactory
public interface ChannelFactory- Version:
- $Revision: 1.18 $
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelcreateChannel(java.lang.String channelType, byte[] requestData)
-
-
-
Method Detail
-
createChannel
Channel createChannel(java.lang.String channelType, byte[] requestData) throws InvalidChannelException
- Throws:
InvalidChannelException
-
-