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 class
ChannelAgentForwardingFactory
Fields in org.apache.sshd.agent.local with type parameters of type ChannelFactory Modifier and Type Field Description static 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 List<ChannelFactory>
LocalAgentFactory. getChannelForwardingFactories(FactoryManager manager)
List<ChannelFactory>
ProxyAgentFactory. 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. channelFactories
Methods 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 forChannel
objects.Method parameters in org.apache.sshd.common with type arguments of type ChannelFactory Modifier and Type Method Description S
BaseBuilder. 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 Channel
ChannelFactory. 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. channelFactories
Methods 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 void
AbstractFactoryManager. 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 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
-