Uses of Class
org.apache.sshd.common.util.closeable.IoBaseCloseable
-
-
Uses of IoBaseCloseable in org.apache.sshd.agent.common
Subclasses of IoBaseCloseable in org.apache.sshd.agent.common Modifier and Type Class Description classDefaultAgentForwardSupport -
Uses of IoBaseCloseable in org.apache.sshd.agent.local
Subclasses of IoBaseCloseable in org.apache.sshd.agent.local Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe client side channel that will receive requests forwards by the SSH server. -
Uses of IoBaseCloseable in org.apache.sshd.client
Subclasses of IoBaseCloseable in org.apache.sshd.client Modifier and Type Class Description classSshClientEntry point for the client side of the SSH protocol. -
Uses of IoBaseCloseable in org.apache.sshd.client.channel
Subclasses of IoBaseCloseable in org.apache.sshd.client.channel Modifier and Type Class Description classAbstractClientChannelTODO Add javadocclassChannelDirectTcpipTODO 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 IoBaseCloseable in org.apache.sshd.client.session
Subclasses of IoBaseCloseable in org.apache.sshd.client.session Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientConnectionServiceClient sidessh-connectionservice.classClientSessionImplThe default implementation of aClientSessionclassClientUserAuthServiceClient sidessh-authservice. -
Uses of IoBaseCloseable in org.apache.sshd.common.channel
Subclasses of IoBaseCloseable in org.apache.sshd.common.channel Modifier and Type Class Description classAbstractChannelProvides common client/server channel functionalityclassAbstractChannel.GracefulChannelCloseableclassBufferedIoOutputStreamAnIoOutputStreamcapable of queuing write requests.classChannelAsyncInputStreamclassChannelAsyncOutputStreamclassSimpleIoOutputStreamAn implementation ofIoOutputStreamusing a synchronousChannelOutputStream. -
Uses of IoBaseCloseable in org.apache.sshd.common.forward
Subclasses of IoBaseCloseable in org.apache.sshd.common.forward Modifier and Type Class Description classDefaultForwarderRequests a "tcpip-forward" actionclassSocksProxySOCKS proxy server, supporting simple socks4/5 protocols.classTcpipClientChannelTODO Add javadoc -
Uses of IoBaseCloseable in org.apache.sshd.common.helpers
Subclasses of IoBaseCloseable in org.apache.sshd.common.helpers Modifier and Type Class Description classAbstractFactoryManager -
Uses of IoBaseCloseable in org.apache.sshd.common.io
Subclasses of IoBaseCloseable in org.apache.sshd.common.io Modifier and Type Class Description classAbstractIoServiceFactory -
Uses of IoBaseCloseable in org.apache.sshd.common.io.nio2
Subclasses of IoBaseCloseable in org.apache.sshd.common.io.nio2 Modifier and Type Class Description classNio2AcceptorclassNio2ConnectorTODO Add javadocclassNio2ServiceclassNio2ServiceFactoryclassNio2Session -
Uses of IoBaseCloseable in org.apache.sshd.common.kex
Subclasses of IoBaseCloseable in org.apache.sshd.common.kex Modifier and Type Class Description classAbstractKexFactoryManager -
Uses of IoBaseCloseable in org.apache.sshd.common.session.helpers
Subclasses of IoBaseCloseable in org.apache.sshd.common.session.helpers Modifier and Type Class Description classAbstractConnectionServiceBase implementation of ConnectionService.classAbstractSessionThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classSessionHelperContains split code in order to makeAbstractSessionclass smaller -
Uses of IoBaseCloseable in org.apache.sshd.common.util.closeable
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.closeable Modifier and Type Class Description classAbstractCloseableProvides some default implementations for managing channel/connection open/close stateclassAbstractInnerCloseableclassFuturesCloseable<T extends SshFuture>classParallelCloseableWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassSequentialCloseableWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedclassSimpleCloseable -
Uses of IoBaseCloseable in org.apache.sshd.common.util.threads
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.threads Modifier and Type Class Description protected classSshThreadPoolExecutor.DelegateCloseable -
Uses of IoBaseCloseable in org.apache.sshd.server
Subclasses of IoBaseCloseable in org.apache.sshd.server Modifier and Type Class Description classSshServerThe SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of IoBaseCloseable in org.apache.sshd.server.channel
Subclasses of IoBaseCloseable in org.apache.sshd.server.channel Modifier and Type Class Description classAbstractServerChannelTODO Add javadocclassChannelSessionServer side channel sessionclassChannelSession.CommandCloseable -
Uses of IoBaseCloseable in org.apache.sshd.server.forward
Subclasses of IoBaseCloseable in org.apache.sshd.server.forward Modifier and Type Class Description classTcpipServerChannelTODO Add javadoc -
Uses of IoBaseCloseable in org.apache.sshd.server.session
Subclasses of IoBaseCloseable in org.apache.sshd.server.session Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerConnectionServiceServer sidessh-connectionservice.classServerSessionImplThe default implementation for aServerSessionclassServerUserAuthService -
Uses of IoBaseCloseable in org.apache.sshd.server.x11
Subclasses of IoBaseCloseable in org.apache.sshd.server.x11 Modifier and Type Class Description classChannelForwardedX11classDefaultX11ForwardSupport -
Uses of IoBaseCloseable in org.apache.sshd.sftp.client.impl
Subclasses of IoBaseCloseable in org.apache.sshd.sftp.client.impl Modifier and Type Class Description protected classDefaultSftpClient.SftpChannelSubsystem
-