Interface ChannelFactory

All Superinterfaces:
org.apache.sshd.common.NamedResource
All Known Implementing Classes:
ChannelAgentForwardingFactory, ChannelAgentForwardingFactory, ChannelSessionFactory, DirectTcpipFactory, ForwardedTcpipFactory, TcpipServerChannel.TcpipFactory

public interface ChannelFactory extends org.apache.sshd.common.NamedResource
Author:
Apache MINA SSHD Project
  • Field Summary

    Fields inherited from interface org.apache.sshd.common.NamedResource

    BY_NAME_COMPARATOR, NAME_EXTRACTOR
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static Channel
    createChannel(Session session, Collection<? extends ChannelFactory> factories, String name)
     

    Methods inherited from interface org.apache.sshd.common.NamedResource

    getName
  • Method Details