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 TypeInterfaceDescriptioninterface
The 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 TypeClassDescriptionclass
class
The 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 TypeClassDescriptionclass
Entry 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 TypeInterfaceDescriptioninterface
A client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement CloseableModifier and TypeClassDescriptionclass
TODO Add javadocprivate static enum
class
TODO Add javadocclass
Client channel to run a remote commandclass
Client side channel sessionclass
Client channel to open a remote shellclass
Client channel to run a subsystemclass
Serves 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 Closeable
AbstractClientChannel.getInnerCloseable()
protected Closeable
ChannelSession.getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.client.session
Subinterfaces of Closeable in org.apache.sshd.client.sessionModifier and TypeInterfaceDescriptioninterface
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement CloseableModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
Client sidessh-connection
service.class
The default implementation of aClientSession
class
Client sidessh-auth
service. -
Uses of Closeable in org.apache.sshd.common
Subinterfaces of Closeable in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
See 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 TypeInterfaceDescriptioninterface
Represents 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 TypeClassDescriptionclass
Provides common client/server channel functionalityclass
class
AnIoOutputStream
capable of queuing write requests.class
class
class
An implementation ofIoOutputStream
using a synchronousChannelOutputStream
.Methods in org.apache.sshd.common.channel that return CloseableModifier and TypeMethodDescriptionprotected Closeable
AbstractChannel.getInnerCloseable()
protected Closeable
BufferedIoOutputStream.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 TypeClassDescriptionclass
Requests a "tcpip-forward" actionclass
SOCKS proxy server, supporting simple socks4/5 protocols.class
TODO Add javadocMethods in org.apache.sshd.common.forward that return CloseableModifier and TypeMethodDescriptionprotected Closeable
DefaultForwarder.getInnerCloseable()
protected Closeable
TcpipClientChannel.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 TypeInterfaceDescriptioninterface
interface
interface
Represents a stream that can be read asynchronously.interface
Represents a stream that can be written asynchronously.interface
interface
interface
Classes 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 TypeClassDescriptionclass
class
TODO Add javadocclass
class
class
Methods in org.apache.sshd.common.io.nio2 that return CloseableModifier and TypeMethodDescriptionprotected Closeable
Nio2Acceptor.getInnerCloseable()
protected Closeable
Nio2Service.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 TypeInterfaceDescriptioninterface
Interface implementing ssh-connection service.interface
Represents an SSH session.interface
A "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 TypeClassDescriptionclass
Base implementation of ConnectionService.class
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
Contains split code in order to makeAbstractSession
class smallerMethods in org.apache.sshd.common.session.helpers that return CloseableModifier and TypeMethodDescriptionprotected Closeable
AbstractConnectionService.getInnerCloseable()
protected Closeable
AbstractSession.getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.common.util.closeable
Classes in org.apache.sshd.common.util.closeable that implement CloseableModifier and TypeClassDescriptionclass
Provides some default implementations for managing channel/connection open/close stateclass
class
FuturesCloseable<T extends SshFuture>
class
class
Waits for a group ofCloseable
s to complete in any order, then signals the completion by setting the "parent" future as closedclass
Waits for a group ofCloseable
s to complete in the given order, then signals the completion by setting the "parent" future as closedclass
Fields in org.apache.sshd.common.util.closeable with type parameters of type CloseableModifier and TypeFieldDescriptionBuilder.closeables
ParallelCloseable.closeables
SequentialCloseable.closeables
Methods in org.apache.sshd.common.util.closeable that return CloseableModifier and TypeMethodDescriptionBuilder.build()
protected abstract Closeable
AbstractInnerCloseable.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 TypeClassDescriptionclass
Wraps anExecutorService
as aCloseableExecutorService
and avoids calling itsshutdown
methods when the wrapper is shut downclass
protected class
-
Uses of Closeable in org.apache.sshd.server
Classes in org.apache.sshd.server that implement CloseableModifier and TypeClassDescriptionclass
The 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 TypeClassDescriptionclass
TODO Add javadocclass
Server side channel sessionclass
Methods 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 TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
Server sidessh-connection
service.class
The default implementation for aServerSession
class
-
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 Closeable
ChannelForwardedX11.getInnerCloseable()
protected Closeable
DefaultX11ForwardSupport.getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement Closeable