com.maverick.sshd
Interface ChannelFactory
- All Known Implementing Classes:
- DefaultChannelFactory, VTunChannelFactory
public interface ChannelFactory
createChannel
Channel createChannel(String channeltype,
Connection con)
throws UnsupportedChannelException,
PermissionDeniedException
- Throws:
UnsupportedChannelException
PermissionDeniedException
createSubsystem
Subsystem createSubsystem(String name,
SessionChannel session)
throws UnsupportedChannelException,
PermissionDeniedException
- Throws:
UnsupportedChannelException
PermissionDeniedException
Copyright © 2012. All Rights Reserved.