Package com.sshtools.daemon.session
Class SessionChannelFactory
- java.lang.Object
-
- com.sshtools.daemon.session.SessionChannelFactory
-
- All Implemented Interfaces:
ChannelFactory
public class SessionChannelFactory extends java.lang.Object implements ChannelFactory
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SESSION_CHANNEL
-
Constructor Summary
Constructors Constructor Description SessionChannelFactory()
Creates a new SessionChannelFactory object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Channel
createChannel(java.lang.String channelType, byte[] requestData)
-
-
-
Field Detail
-
SESSION_CHANNEL
public static final java.lang.String SESSION_CHANNEL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SessionChannelFactory
public SessionChannelFactory() throws ConfigurationException
Creates a new SessionChannelFactory object.- Throws:
ConfigurationException
-
-
Method Detail
-
createChannel
public Channel createChannel(java.lang.String channelType, byte[] requestData) throws InvalidChannelException
- Specified by:
createChannel
in interfaceChannelFactory
- Throws:
InvalidChannelException
-
-