public class DefaultChannelFactory extends com.maverick.ssh.components.ComponentFactory<Channel> implements ChannelFactory
| Constructor and Description |
|---|
DefaultChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
createChannel(String channeltype,
Connection con) |
Subsystem |
createSubsystem(String name,
SessionChannel session) |
public Channel createChannel(String channeltype, Connection con) throws UnsupportedChannelException, PermissionDeniedException
createChannel in interface ChannelFactoryUnsupportedChannelExceptionPermissionDeniedExceptionpublic Subsystem createSubsystem(String name, SessionChannel session) throws UnsupportedChannelException, PermissionDeniedException
createSubsystem in interface ChannelFactoryUnsupportedChannelExceptionPermissionDeniedExceptionCopyright © 2012. All Rights Reserved.