Uses of Interface
org.apache.sshd.common.util.threads.ExecutorServiceCarrier
-
-
Uses of ExecutorServiceCarrier in org.apache.sshd.agent.common
Classes in org.apache.sshd.agent.common that implement ExecutorServiceCarrier Modifier and Type Class Description class
AbstractAgentProxy
-
Uses of ExecutorServiceCarrier in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ExecutorServiceCarrier Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server. -
Uses of ExecutorServiceCarrier in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement ExecutorServiceCarrier Modifier and Type Class Description class
AbstractClientChannel
TODO Add javadocclass
ChannelDirectTcpip
TODO Add javadocclass
ChannelExec
Client channel to run a remote commandclass
ChannelSession
Client side channel sessionclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell. -
Uses of ExecutorServiceCarrier in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement ExecutorServiceCarrier Modifier and Type Class Description class
AbstractChannel
Provides common client/server channel functionality -
Uses of ExecutorServiceCarrier in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ExecutorServiceCarrier Modifier and Type Class Description class
TcpipClientChannel
TODO Add javadoc -
Uses of ExecutorServiceCarrier in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement ExecutorServiceCarrier Modifier and Type Class Description class
AbstractIoServiceFactory
-
Uses of ExecutorServiceCarrier in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement ExecutorServiceCarrier Modifier and Type Class Description class
Nio2ServiceFactory
-
Uses of ExecutorServiceCarrier in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement ExecutorServiceCarrier Modifier and Type Class Description class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server side channel session -
Uses of ExecutorServiceCarrier in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement ExecutorServiceCarrier Modifier and Type Class Description class
AbstractCommandSupport
Provides a basic useful skeleton forCommand
executionsclass
AbstractFileSystemCommand
Provides a basic useful skeleton forCommand
executions that require file system access -
Uses of ExecutorServiceCarrier in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ExecutorServiceCarrier Modifier and Type Class Description class
DirectTcpipFactory
class
ForwardedTcpipFactory
class
TcpipServerChannel
TODO Add javadocstatic class
TcpipServerChannel.TcpipFactory
-
Uses of ExecutorServiceCarrier in org.apache.sshd.server.scp
Classes in org.apache.sshd.server.scp that implement ExecutorServiceCarrier Modifier and Type Class Description class
ScpCommand
This commands provide SCP support on both server and client side. -
Uses of ExecutorServiceCarrier in org.apache.sshd.server.subsystem.sftp
Classes in org.apache.sshd.server.subsystem.sftp that implement ExecutorServiceCarrier Modifier and Type Class Description class
SftpSubsystem
SFTP subsystem -
Uses of ExecutorServiceCarrier in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ExecutorServiceCarrier Modifier and Type Class Description class
ChannelForwardedX11
-