com.maverick.sshd
Interface ChannelFactory

All Known Implementing Classes:
DefaultChannelFactory, VTunChannelFactory

public interface ChannelFactory


Method Summary
 Channel createChannel(String channeltype, Connection con)
           
 Subsystem createSubsystem(String name, SessionChannel session)
           
 

Method Detail

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.