Uses of Interface
org.apache.sshd.common.Closeable
-
-
Uses of Closeable in org.apache.sshd.agent.common
Subinterfaces of Closeable in org.apache.sshd.agent.common Modifier and Type Interface Description interfaceAgentForwardSupportThe server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.Classes in org.apache.sshd.agent.common that implement Closeable Modifier and Type Class Description classDefaultAgentForwardSupport -
Uses of Closeable in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement Closeable Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe client side channel that will receive requests forwards by the SSH server.Methods in org.apache.sshd.agent.local that return Closeable Modifier and Type Method Description protected CloseableChannelAgentForwarding. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement Closeable Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe client side channel that will receive requests forwards by the SSH server.Methods in org.apache.sshd.agent.unix that return Closeable Modifier and Type Method Description protected CloseableAgentForwardedChannel. getInnerCloseable()protected CloseableChannelAgentForwarding. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.client
Classes in org.apache.sshd.client that implement Closeable Modifier and Type Class Description classSshClientEntry point for the client side of the SSH protocol.Methods in org.apache.sshd.client that return Closeable Modifier and Type Method Description protected CloseableSshClient. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.client.channel
Subinterfaces of Closeable in org.apache.sshd.client.channel Modifier and Type Interface Description interfaceClientChannelA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement Closeable Modifier and Type Class Description classAbstractClientChannelTODO Add javadocprivate static classAbstractClientChannel.NullIoInputStreamclassAsyncCapableClientChannelChannel 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.Methods in org.apache.sshd.client.channel that return Closeable Modifier and Type Method Description protected CloseableAbstractClientChannel. getInnerCloseable()protected CloseableAsyncCapableClientChannel. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.client.session
Subinterfaces of Closeable in org.apache.sshd.client.session Modifier and Type Interface Description interfaceClientSessionAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement Closeable Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientConnectionServiceClient sidessh-connectionservice.classClientSessionImplThe default implementation of aClientSessionclassClientUserAuthServiceClient sidessh-authservice. -
Uses of Closeable in org.apache.sshd.common
Subinterfaces of Closeable in org.apache.sshd.common Modifier and Type Interface Description interfaceServiceSee RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.Methods in org.apache.sshd.common with parameters of type Closeable Modifier and Type Method Description static voidCloseable. close(Closeable closeable) -
Uses of Closeable in org.apache.sshd.common.channel
Subinterfaces of Closeable in org.apache.sshd.common.channel Modifier and Type Interface Description interfaceChannelRepresents 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 Closeable Modifier and Type Class Description classAbstractChannelProvides common client/server channel functionalityclassAbstractChannel.GracefulChannelCloseableclassBufferedIoOutputStreamAnIoOutputStreamcapable of queuing write requests.classChannelAsyncInputStreamclassChannelAsyncOutputStreamclassSimpleIoOutputStreamAn implementation ofIoOutputStreamusing a synchronousChannelOutputStream.Methods in org.apache.sshd.common.channel that return Closeable Modifier and Type Method Description protected CloseableAbstractChannel. getInnerCloseable()protected CloseableBufferedIoOutputStream. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.forward
Subinterfaces of Closeable in org.apache.sshd.common.forward Modifier and Type Interface Description interfaceForwarderTODO Add javadocClasses in org.apache.sshd.common.forward that implement Closeable Modifier and Type Class Description classDefaultForwarderRequests a "tcpip-forward" actionclassSocksProxySOCKS proxy server, supporting simple socks4/5 protocols.classTcpipClientChannelTODO Add javadocMethods in org.apache.sshd.common.forward that return Closeable Modifier and Type Method Description protected CloseableDefaultForwarder. getInnerCloseable()protected CloseableTcpipClientChannel. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement Closeable Modifier and Type Class Description classAbstractFactoryManager -
Uses of Closeable in org.apache.sshd.common.io
Subinterfaces of Closeable in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoAcceptorinterfaceIoConnectorinterfaceIoInputStreamRepresents a stream that can be read asynchronously.interfaceIoOutputStreamRepresents a stream that can be written asynchronously.interfaceIoServiceinterfaceIoServiceFactoryinterfaceIoSessionClasses in org.apache.sshd.common.io that implement Closeable Modifier and Type Class Description classAbstractIoServiceFactory -
Uses of Closeable in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement Closeable Modifier and Type Class Description classNio2AcceptorclassNio2ConnectorTODO Add javadocclassNio2ServiceclassNio2ServiceFactoryclassNio2SessionMethods in org.apache.sshd.common.io.nio2 that return Closeable Modifier and Type Method Description protected CloseableNio2Acceptor. getInnerCloseable()protected CloseableNio2Service. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.kex
Classes in org.apache.sshd.common.kex that implement Closeable Modifier and Type Class Description classAbstractKexFactoryManager -
Uses of Closeable in org.apache.sshd.common.session
Subinterfaces of Closeable in org.apache.sshd.common.session Modifier and Type Interface Description interfaceConnectionServiceInterface implementing ssh-connection service.interfaceSessionRepresents an SSH session.interfaceSessionContextA "succinct" summary of the most important attributes of an SSH session -
Uses of Closeable in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement Closeable 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 smallerMethods in org.apache.sshd.common.session.helpers that return Closeable Modifier and Type Method Description protected CloseableAbstractConnectionService. getInnerCloseable()protected CloseableAbstractSession. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.util.closeable
Classes in org.apache.sshd.common.util.closeable that implement Closeable Modifier and Type Class Description classAbstractCloseableProvides some default implementations for managing channel/connection open/close stateclassAbstractInnerCloseableclassFuturesCloseable<T extends SshFuture<T>>classIoBaseCloseableclassParallelCloseableWaits 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 closedclassSimpleCloseableFields in org.apache.sshd.common.util.closeable with type parameters of type Closeable Modifier and Type Field Description private java.util.List<Closeable>Builder. closeablesprivate java.lang.Iterable<? extends Closeable>ParallelCloseable. closeablesprivate java.lang.Iterable<? extends Closeable>SequentialCloseable. closeablesMethods in org.apache.sshd.common.util.closeable that return Closeable Modifier and Type Method Description CloseableBuilder. build()protected abstract CloseableAbstractInnerCloseable. getInnerCloseable()Methods in org.apache.sshd.common.util.closeable with parameters of type Closeable Modifier and Type Method Description BuilderBuilder. close(Closeable c)BuilderBuilder. parallel(Closeable... closeables)BuilderBuilder. sequential(Closeable... closeables)Method parameters in org.apache.sshd.common.util.closeable with type arguments of type Closeable Modifier and Type Method Description BuilderBuilder. parallel(java.lang.Object id, java.lang.Iterable<? extends Closeable> closeables)BuilderBuilder. sequential(java.lang.Object id, java.lang.Iterable<Closeable> closeables)Constructor parameters in org.apache.sshd.common.util.closeable with type arguments of type Closeable Constructor Description ParallelCloseable(java.lang.Object id, java.lang.Object lock, java.lang.Iterable<? extends Closeable> closeables)SequentialCloseable(java.lang.Object id, java.lang.Object lock, java.lang.Iterable<? extends Closeable> closeables) -
Uses of Closeable in org.apache.sshd.common.util.threads
Subinterfaces of Closeable in org.apache.sshd.common.util.threads Modifier and Type Interface Description interfaceCloseableExecutorServiceClasses in org.apache.sshd.common.util.threads that implement Closeable Modifier and Type Class Description classNoCloseExecutorWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassSshThreadPoolExecutorprotected classSshThreadPoolExecutor.DelegateCloseable -
Uses of Closeable in org.apache.sshd.server
Classes in org.apache.sshd.server that implement Closeable Modifier and Type Class Description classSshServerThe SshServer class is the main entry point for the server side of the SSH protocol.Methods in org.apache.sshd.server that return Closeable Modifier and Type Method Description protected CloseableSshServer. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.server.channel
Subinterfaces of Closeable in org.apache.sshd.server.channel Modifier and Type Interface Description interfaceServerChannelClasses in org.apache.sshd.server.channel that implement Closeable Modifier and Type Class Description classAbstractServerChannelTODO Add javadocclassChannelSessionServer side channel sessionclassChannelSession.CommandCloseableMethods in org.apache.sshd.server.channel that return Closeable Modifier and Type Method Description protected CloseableChannelSession. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement Closeable Modifier and Type Class Description classTcpipServerChannelTODO Add javadocMethods in org.apache.sshd.server.forward that return Closeable Modifier and Type Method Description protected CloseableTcpipServerChannel. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.server.session
Subinterfaces of Closeable in org.apache.sshd.server.session Modifier and Type Interface Description interfaceServerSessionClasses in org.apache.sshd.server.session that implement Closeable Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerConnectionServiceServer sidessh-connectionservice.classServerSessionImplThe default implementation for aServerSessionclassServerUserAuthService -
Uses of Closeable in org.apache.sshd.server.x11
Subinterfaces of Closeable in org.apache.sshd.server.x11 Modifier and Type Interface Description interfaceX11ForwardSupportClasses in org.apache.sshd.server.x11 that implement Closeable Modifier and Type Class Description classChannelForwardedX11classDefaultX11ForwardSupportMethods in org.apache.sshd.server.x11 that return Closeable Modifier and Type Method Description protected CloseableChannelForwardedX11. getInnerCloseable()protected CloseableDefaultX11ForwardSupport. getInnerCloseable() -
Uses of Closeable in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement Closeable Modifier and Type Class Description protected classDefaultSftpClient.SftpChannelSubsystem
-