Uses of Interface
org.apache.sshd.common.channel.ChannelFactory
Packages that use ChannelFactory
Package
Description
-
Uses of ChannelFactory in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return types with arguments of type ChannelFactoryModifier and TypeMethodDescriptionSshAgentFactory.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 ChannelFactoryFields in org.apache.sshd.agent.local with type parameters of type ChannelFactoryModifier and TypeFieldDescriptionstatic final List<ChannelFactory>
LocalAgentFactory.DEFAULT_FORWARDING_CHANNELS
Methods in org.apache.sshd.agent.local that return types with arguments of type ChannelFactoryModifier and TypeMethodDescriptionLocalAgentFactory.getChannelForwardingFactories
(FactoryManager manager) ProxyAgentFactory.getChannelForwardingFactories
(FactoryManager manager) -
Uses of ChannelFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ChannelFactoryModifier and TypeFieldDescriptionstatic final 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 ChannelFactoryMethods in org.apache.sshd.common that return types with arguments of type ChannelFactoryModifier and TypeMethodDescriptionList<? extends ChannelFactory>
FactoryManager.getChannelFactories()
Retrieve the list of named factories forChannel
objects.Method parameters in org.apache.sshd.common with type arguments of type ChannelFactoryModifier and TypeMethodDescriptionBaseBuilder.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 ChannelFactoryModifier and TypeMethodDescriptionstatic 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 ChannelFactoryModifier and TypeFieldDescriptionprotected List<? extends ChannelFactory>
AbstractFactoryManager.channelFactories
Methods in org.apache.sshd.common.helpers that return types with arguments of type ChannelFactoryModifier and TypeMethodDescriptionList<? extends ChannelFactory>
AbstractFactoryManager.getChannelFactories()
Method parameters in org.apache.sshd.common.helpers with type arguments of type ChannelFactoryModifier and TypeMethodDescriptionvoid
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 ChannelFactoryModifier and TypeFieldDescriptionstatic final 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 -
Uses of ChannelFactory in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelFactoryModifier and TypeClassDescriptionclass
class
static class