Package org.apache.sshd.common.channel
Interface ChannelFactory
-
- All Superinterfaces:
NamedResource
- All Known Implementing Classes:
ChannelAgentForwardingFactory,ChannelSessionFactory,DirectTcpipFactory,ForwardedTcpipFactory,TcpipServerChannel.TcpipFactory
public interface ChannelFactory extends NamedResource
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelcreateChannel(Session session)static ChannelcreateChannel(Session session, java.util.Collection<? extends ChannelFactory> factories, java.lang.String name)-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
-
-
-
Method Detail
-
createChannel
static Channel createChannel(Session session, java.util.Collection<? extends ChannelFactory> factories, java.lang.String name) throws java.io.IOException
-
-