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 java.util.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 class
ChannelAgentForwardingFactory
Fields in org.apache.sshd.agent.local with type parameters of type ChannelFactory Modifier and Type Field Description static java.util.List<ChannelFactory>
LocalAgentFactory. DEFAULT_FORWARDING_CHANNELS
Methods in org.apache.sshd.agent.local that return types with arguments of type ChannelFactory Modifier and Type Method Description java.util.List<ChannelFactory>
LocalAgentFactory. getChannelForwardingFactories(FactoryManager manager)
java.util.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 class
ChannelAgentForwardingFactory
Fields in org.apache.sshd.agent.unix with type parameters of type ChannelFactory Modifier and Type Field Description static java.util.List<ChannelFactory>
UnixAgentFactory. DEFAULT_FORWARDING_CHANNELS
Methods in org.apache.sshd.agent.unix that return types with arguments of type ChannelFactory Modifier and Type Method Description java.util.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 java.util.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 java.util.List<ChannelFactory>
BaseBuilder. channelFactories
Methods in org.apache.sshd.common that return types with arguments of type ChannelFactory Modifier and Type Method Description java.util.List<? extends ChannelFactory>
FactoryManager. getChannelFactories()
Retrieve the list of named factories forChannel
objects.Method parameters in org.apache.sshd.common with type arguments of type ChannelFactory Modifier and Type Method Description S
BaseBuilder. channelFactories(java.util.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 Channel
ChannelFactory. createChannel(Session session, java.util.Collection<? extends ChannelFactory> factories, java.lang.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 java.util.List<? extends ChannelFactory>
AbstractFactoryManager. channelFactories
Methods in org.apache.sshd.common.helpers that return types with arguments of type ChannelFactory Modifier and Type Method Description java.util.List<? extends ChannelFactory>
AbstractFactoryManager. getChannelFactories()
Method parameters in org.apache.sshd.common.helpers with type arguments of type ChannelFactory Modifier and Type Method Description void
AbstractFactoryManager. setChannelFactories(java.util.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 java.util.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 class
ChannelSessionFactory
-
Uses of ChannelFactory in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelFactory Modifier and Type Class Description class
DirectTcpipFactory
class
ForwardedTcpipFactory
static class
TcpipServerChannel.TcpipFactory
-