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 classAbstractAgentProxy -
Uses of ExecutorServiceCarrier in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ExecutorServiceCarrier Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe client side channel that will receive requests forwards by the SSH server. -
Uses of ExecutorServiceCarrier in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement ExecutorServiceCarrier Modifier and Type Class Description classAgentClientA client for a remote SSH agentclassAgentForwardedChannelclassAgentServerA server for an SSH AgentclassChannelAgentForwardingThe 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 classAbstractClientChannelTODO Add javadocclassAsyncCapableClientChannelChannel that sets up asynchronous streams, and that pumps an input stream if set viaAbstractClientChannel.setIn(InputStream).classChannelDirectTcpipTODO Add javadocclassChannelExecClient channel to run a remote commandclassChannelSessionClient side channel sessionclassChannelShellClient channel to open a remote shellclassChannelSubsystemClient channel to run a subsystemclassPtyCapableChannelSessionServes 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 classAbstractChannelProvides 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 classTcpipClientChannelTODO 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 classAbstractIoServiceFactory -
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 classNio2ServiceFactory -
Uses of ExecutorServiceCarrier in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ExecutorServiceCarrier Modifier and Type Class Description classScpCommandThis commands provide SCP support on both server and client side.classScpShellThis command provides SCP support for a ChannelSession. -
Uses of ExecutorServiceCarrier in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement ExecutorServiceCarrier Modifier and Type Class Description classAbstractServerChannelTODO Add javadocclassChannelSessionServer 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 classAbstractCommandSupportProvides a basic useful skeleton forCommandexecutionsclassAbstractFileSystemCommandProvides a basic useful skeleton forCommandexecutions 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 classDirectTcpipFactoryclassForwardedTcpipFactoryclassTcpipServerChannelTODO Add javadocstatic classTcpipServerChannel.TcpipFactory -
Uses of ExecutorServiceCarrier in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ExecutorServiceCarrier Modifier and Type Class Description classChannelForwardedX11 -
Uses of ExecutorServiceCarrier in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ExecutorServiceCarrier Modifier and Type Class Description protected classDefaultSftpClient.SftpChannelSubsystem -
Uses of ExecutorServiceCarrier in org.apache.sshd.sftp.server
Subinterfaces of ExecutorServiceCarrier in org.apache.sshd.sftp.server Modifier and Type Interface Description interfaceSftpSubsystemConfiguratorClasses in org.apache.sshd.sftp.server that implement ExecutorServiceCarrier Modifier and Type Class Description classSftpSubsystemSFTP subsystemclassSftpSubsystemFactory
-