Uses of Interface
org.apache.sshd.common.Closeable
Packages that use Closeable
Package
Description
-
Uses of Closeable in org.apache.sshd.agent.common
Subinterfaces of Closeable in org.apache.sshd.agent.commonModifier and TypeInterfaceDescriptioninterfaceThe 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 -
Uses of Closeable in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement CloseableModifier and TypeClassDescriptionclassclassThe client side channel that will receive requests forwards by the SSH server.Methods in org.apache.sshd.agent.local that return Closeable -
Uses of Closeable in org.apache.sshd.client
Classes in org.apache.sshd.client that implement CloseableModifier and TypeClassDescriptionclassEntry point for the client side of the SSH protocol.Methods in org.apache.sshd.client that return Closeable -
Uses of Closeable in org.apache.sshd.client.channel
Subinterfaces of Closeable in org.apache.sshd.client.channelModifier and TypeInterfaceDescriptioninterfaceA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement CloseableModifier and TypeClassDescriptionclassTODO Add javadocprivate static enumclassTODO Add javadocclassClient channel to run a remote commandclassClient side channel sessionclassClient channel to open a remote shellclassClient channel to run a subsystemclassServes as the base channel session for executing remote commands - including a full shell.Methods in org.apache.sshd.client.channel that return CloseableModifier and TypeMethodDescriptionprotected CloseableAbstractClientChannel.getInnerCloseable()protected CloseableChannelSession.getInnerCloseable() -
Uses of Closeable in org.apache.sshd.client.session
Subinterfaces of Closeable in org.apache.sshd.client.sessionModifier and TypeInterfaceDescriptioninterfaceAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement CloseableModifier and TypeClassDescriptionclassProvides default implementations ofClientSessionrelated methodsclassClient sidessh-connectionservice.classThe default implementation of aClientSessionclassClient sidessh-authservice. -
Uses of Closeable in org.apache.sshd.common
Subinterfaces of Closeable in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterfaceSee RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.Methods in org.apache.sshd.common with parameters of type Closeable -
Uses of Closeable in org.apache.sshd.common.channel
Subinterfaces of Closeable in org.apache.sshd.common.channelModifier and TypeInterfaceDescriptioninterfaceRepresents 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 CloseableModifier and TypeClassDescriptionclassProvides common client/server channel functionalityclassclassAnIoOutputStreamcapable of queuing write requests.classclassclassAn implementation ofIoOutputStreamusing a synchronousChannelOutputStream.Methods in org.apache.sshd.common.channel that return CloseableModifier and TypeMethodDescriptionprotected CloseableAbstractChannel.getInnerCloseable()protected CloseableBufferedIoOutputStream.getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.forward
Subinterfaces of Closeable in org.apache.sshd.common.forwardClasses in org.apache.sshd.common.forward that implement CloseableModifier and TypeClassDescriptionclassRequests a "tcpip-forward" actionclassSOCKS proxy server, supporting simple socks4/5 protocols.classTODO Add javadocMethods in org.apache.sshd.common.forward that return CloseableModifier and TypeMethodDescriptionprotected CloseableDefaultForwarder.getInnerCloseable()protected CloseableTcpipClientChannel.getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement Closeable -
Uses of Closeable in org.apache.sshd.common.io
Subinterfaces of Closeable in org.apache.sshd.common.ioModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceRepresents a stream that can be read asynchronously.interfaceRepresents a stream that can be written asynchronously.interfaceinterfaceinterfaceClasses in org.apache.sshd.common.io that implement Closeable -
Uses of Closeable in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement CloseableModifier and TypeClassDescriptionclassclassTODO Add javadocclassclassclassMethods in org.apache.sshd.common.io.nio2 that return CloseableModifier and TypeMethodDescriptionprotected CloseableNio2Acceptor.getInnerCloseable()protected CloseableNio2Service.getInnerCloseable() -
Uses of Closeable in org.apache.sshd.common.kex
Classes in org.apache.sshd.common.kex that implement Closeable -
Uses of Closeable in org.apache.sshd.common.session
Subinterfaces of Closeable in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterfaceInterface implementing ssh-connection service.interfaceRepresents an SSH session.interfaceA "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 CloseableModifier and TypeClassDescriptionclassBase implementation of ConnectionService.classThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classContains split code in order to makeAbstractSessionclass smallerMethods in org.apache.sshd.common.session.helpers that return CloseableModifier and TypeMethodDescriptionprotected 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 CloseableModifier and TypeClassDescriptionclassProvides some default implementations for managing channel/connection open/close stateclassclassFuturesCloseable<T extends SshFuture<T>>classclassWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedclassFields in org.apache.sshd.common.util.closeable with type parameters of type CloseableModifier and TypeFieldDescriptionBuilder.closeablesParallelCloseable.closeablesSequentialCloseable.closeablesMethods in org.apache.sshd.common.util.closeable that return CloseableModifier and TypeMethodDescriptionBuilder.build()protected abstract CloseableAbstractInnerCloseable.getInnerCloseable()Methods in org.apache.sshd.common.util.closeable with parameters of type CloseableMethod parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseableConstructor parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseableModifierConstructorDescriptionParallelCloseable(Object id, Object lock, Iterable<? extends Closeable> closeables) SequentialCloseable(Object id, Object lock, Iterable<? extends Closeable> closeables) -
Uses of Closeable in org.apache.sshd.common.util.threads
Subinterfaces of Closeable in org.apache.sshd.common.util.threadsClasses in org.apache.sshd.common.util.threads that implement CloseableModifier and TypeClassDescriptionclassWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassprotected class -
Uses of Closeable in org.apache.sshd.server
Classes in org.apache.sshd.server that implement CloseableModifier and TypeClassDescriptionclassThe SshServer class is the main entry point for the server side of the SSH protocol.Methods in org.apache.sshd.server that return Closeable -
Uses of Closeable in org.apache.sshd.server.channel
Subinterfaces of Closeable in org.apache.sshd.server.channelClasses in org.apache.sshd.server.channel that implement CloseableModifier and TypeClassDescriptionclassTODO Add javadocclassServer side channel sessionclassMethods in org.apache.sshd.server.channel that return Closeable -
Uses of Closeable in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement CloseableMethods in org.apache.sshd.server.forward that return Closeable -
Uses of Closeable in org.apache.sshd.server.session
Subinterfaces of Closeable in org.apache.sshd.server.sessionClasses in org.apache.sshd.server.session that implement CloseableModifier and TypeClassDescriptionclassProvides default implementations forServerSessionrelated methodsclassServer sidessh-connectionservice.classThe default implementation for aServerSessionclass -
Uses of Closeable in org.apache.sshd.server.x11
Subinterfaces of Closeable in org.apache.sshd.server.x11Classes in org.apache.sshd.server.x11 that implement CloseableMethods in org.apache.sshd.server.x11 that return CloseableModifier and TypeMethodDescriptionprotected 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