Uses of Interface
org.apache.sshd.common.channel.ChannelFactory
-
-
Uses of ChannelFactory in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return types with arguments of type ChannelFactory Modifier and Type Method Description List<ChannelFactory>SshAgentFactory. getChannelForwardingFactories(FactoryManager manager)The channels are requested by the ssh server when forwarding a client request. -
Uses of ChannelFactory in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ChannelFactory Modifier and Type Class Description classChannelAgentForwardingFactoryFields in org.apache.sshd.agent.local with type parameters of type ChannelFactory Modifier and Type Field Description static List<ChannelFactory>LocalAgentFactory. DEFAULT_FORWARDING_CHANNELSMethods in org.apache.sshd.agent.local that return types with arguments of type ChannelFactory Modifier and Type Method Description List<ChannelFactory>LocalAgentFactory. getChannelForwardingFactories(FactoryManager manager)List<ChannelFactory>ProxyAgentFactory. getChannelForwardingFactories(FactoryManager manager) -
Uses of ChannelFactory in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement ChannelFactory Modifier and Type Class Description classChannelAgentForwardingFactoryFields in org.apache.sshd.agent.unix with type parameters of type ChannelFactory Modifier and Type Field Description static List<ChannelFactory>UnixAgentFactory. DEFAULT_FORWARDING_CHANNELSMethods in org.apache.sshd.agent.unix that return types with arguments of type ChannelFactory Modifier and Type Method Description List<ChannelFactory>UnixAgentFactory. getChannelForwardingFactories(FactoryManager manager) -
Uses of ChannelFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ChannelFactory Modifier and Type Field Description static List<ChannelFactory>ClientBuilder. DEFAULT_CHANNEL_FACTORIES -
Uses of ChannelFactory in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type ChannelFactory Modifier and Type Field Description protected List<ChannelFactory>BaseBuilder. channelFactoriesMethods in org.apache.sshd.common that return types with arguments of type ChannelFactory Modifier and Type Method Description List<? extends ChannelFactory>FactoryManager. getChannelFactories()Retrieve the list of named factories forChannelobjects.Method parameters in org.apache.sshd.common with type arguments of type ChannelFactory Modifier and Type Method Description SBaseBuilder. channelFactories(List<ChannelFactory> channelFactories) -
Uses of ChannelFactory in org.apache.sshd.common.channel
Method parameters in org.apache.sshd.common.channel with type arguments of type ChannelFactory Modifier and Type Method Description static ChannelChannelFactory. createChannel(Session session, Collection<? extends ChannelFactory> factories, String name) -
Uses of ChannelFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type ChannelFactory Modifier and Type Field Description protected List<? extends ChannelFactory>AbstractFactoryManager. channelFactoriesMethods in org.apache.sshd.common.helpers that return types with arguments of type ChannelFactory Modifier and Type Method Description List<? extends ChannelFactory>AbstractFactoryManager. getChannelFactories()Method parameters in org.apache.sshd.common.helpers with type arguments of type ChannelFactory Modifier and Type Method Description voidAbstractFactoryManager. setChannelFactories(List<? extends ChannelFactory> channelFactories) -
Uses of ChannelFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type ChannelFactory Modifier and Type Field Description static List<ChannelFactory>ServerBuilder. DEFAULT_CHANNEL_FACTORIES -
Uses of ChannelFactory in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement ChannelFactory Modifier and Type Class Description classChannelSessionFactory -
Uses of ChannelFactory in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelFactory Modifier and Type Class Description classDirectTcpipFactoryclassForwardedTcpipFactorystatic classTcpipServerChannel.TcpipFactory
-