Uses of Interface
org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolver
Packages that use ChannelStreamWriterResolver
Package
Description
-
Uses of ChannelStreamWriterResolver in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of ChannelStreamWriterResolver in org.apache.sshd.client
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterface
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
Entry point for the client side of the SSH protocol. -
Uses of ChannelStreamWriterResolver in org.apache.sshd.client.channel
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.client.channelModifier and TypeInterfaceDescriptioninterface
A client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
TODO Add javadocclass
TODO Add javadocclass
Client channel to run a remote commandclass
Client side channel sessionclass
Client channel to open a remote shellclass
Client channel to run a subsystemclass
Serves as the base channel session for executing remote commands - including a full shell. -
Uses of ChannelStreamWriterResolver in org.apache.sshd.client.session
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.client.sessionModifier and TypeInterfaceDescriptioninterface
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
The default implementation of aClientSession
-
Uses of ChannelStreamWriterResolver in org.apache.sshd.common
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
This interface allows retrieving all theNamedFactory
used in the SSH protocol.Fields in org.apache.sshd.common declared as ChannelStreamWriterResolverModifier and TypeFieldDescriptionprotected ChannelStreamWriterResolver
BaseBuilder.channelStreamPacketWriterResolver
Methods in org.apache.sshd.common with parameters of type ChannelStreamWriterResolverModifier and TypeMethodDescriptionBaseBuilder.channelStreamPacketWriterResolver
(ChannelStreamWriterResolver resolver) -
Uses of ChannelStreamWriterResolver in org.apache.sshd.common.channel
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.common.channelModifier and TypeInterfaceDescriptioninterface
Represents a channel opened over an SSH session - holds information that is common both to server and client channels.Classes in org.apache.sshd.common.channel that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
Provides common client/server channel functionalityFields in org.apache.sshd.common.channel declared as ChannelStreamWriterResolverModifier and TypeFieldDescriptionprivate ChannelStreamWriterResolver
AbstractChannel.channelStreamPacketWriterResolver
Methods in org.apache.sshd.common.channel that return ChannelStreamWriterResolverModifier and TypeMethodDescriptionAbstractChannel.getChannelStreamWriterResolver()
AbstractChannel.resolveChannelStreamWriterResolver()
Methods in org.apache.sshd.common.channel with parameters of type ChannelStreamWriterResolverModifier and TypeMethodDescriptionvoid
AbstractChannel.setChannelStreamWriterResolver
(ChannelStreamWriterResolver resolver) -
Uses of ChannelStreamWriterResolver in org.apache.sshd.common.channel.throttle
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.common.channel.throttleModifier and TypeInterfaceDescriptioninterface
TODO Add javadocFields in org.apache.sshd.common.channel.throttle declared as ChannelStreamWriterResolverModifier and TypeFieldDescriptionstatic final ChannelStreamWriterResolver
ChannelStreamWriterResolver.NONE
An identity resolver - i.e., no special intervention - simply use the channel itselfMethods in org.apache.sshd.common.channel.throttle that return ChannelStreamWriterResolverModifier and TypeMethodDescriptionChannelStreamWriterResolverManager.getChannelStreamWriterResolver()
default ChannelStreamWriterResolver
ChannelStreamWriterResolverManager.resolveChannelStreamWriterResolver()
Methods in org.apache.sshd.common.channel.throttle with parameters of type ChannelStreamWriterResolverModifier and TypeMethodDescriptionvoid
ChannelStreamWriterResolverManager.setChannelStreamWriterResolver
(ChannelStreamWriterResolver resolver) -
Uses of ChannelStreamWriterResolver in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ChannelStreamWriterResolver -
Uses of ChannelStreamWriterResolver in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement ChannelStreamWriterResolverFields in org.apache.sshd.common.helpers declared as ChannelStreamWriterResolverModifier and TypeFieldDescriptionprivate ChannelStreamWriterResolver
AbstractFactoryManager.channelStreamWriterResolver
Methods in org.apache.sshd.common.helpers that return ChannelStreamWriterResolverMethods in org.apache.sshd.common.helpers with parameters of type ChannelStreamWriterResolverModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setChannelStreamWriterResolver
(ChannelStreamWriterResolver resolver) -
Uses of ChannelStreamWriterResolver in org.apache.sshd.common.session
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.common.session -
Uses of ChannelStreamWriterResolver in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
Contains split code in order to makeAbstractSession
class smallerFields in org.apache.sshd.common.session.helpers declared as ChannelStreamWriterResolverModifier and TypeFieldDescriptionprivate ChannelStreamWriterResolver
SessionHelper.channelStreamPacketWriterResolver
Methods in org.apache.sshd.common.session.helpers that return ChannelStreamWriterResolverModifier and TypeMethodDescriptionSessionHelper.getChannelStreamWriterResolver()
SessionHelper.resolveChannelStreamWriterResolver()
Methods in org.apache.sshd.common.session.helpers with parameters of type ChannelStreamWriterResolverModifier and TypeMethodDescriptionvoid
SessionHelper.setChannelStreamWriterResolver
(ChannelStreamWriterResolver resolver) -
Uses of ChannelStreamWriterResolver in org.apache.sshd.server
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterface
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of ChannelStreamWriterResolver in org.apache.sshd.server.channel
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.server.channelClasses in org.apache.sshd.server.channel that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
TODO Add javadocclass
Server side channel session -
Uses of ChannelStreamWriterResolver in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelStreamWriterResolver -
Uses of ChannelStreamWriterResolver in org.apache.sshd.server.session
Subinterfaces of ChannelStreamWriterResolver in org.apache.sshd.server.sessionClasses in org.apache.sshd.server.session that implement ChannelStreamWriterResolverModifier and TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
The default implementation for aServerSession
-
Uses of ChannelStreamWriterResolver in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ChannelStreamWriterResolver -
Uses of ChannelStreamWriterResolver in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ChannelStreamWriterResolver