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 interface
AgentForwardSupport
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 Modifier and Type Class Description class
DefaultAgentForwardSupport
-
Uses of Closeable in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement Closeable Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The 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 Closeable
ChannelAgentForwarding. getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.client
Classes in org.apache.sshd.client that implement Closeable Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol.Methods in org.apache.sshd.client that return Closeable Modifier and Type Method Description protected Closeable
SshClient. getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.client.channel
Subinterfaces of Closeable in org.apache.sshd.client.channel Modifier and Type Interface Description interface
ClientChannel
A client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement Closeable Modifier and Type Class Description class
AbstractClientChannel
TODO Add javadocclass
ChannelDirectTcpip
TODO Add javadocclass
ChannelExec
Client channel to run a remote commandclass
ChannelSession
Client side channel sessionclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves 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 Closeable
AbstractClientChannel. getInnerCloseable()
protected Closeable
ChannelSession. getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.client.session
Subinterfaces of Closeable in org.apache.sshd.client.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement Closeable Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientConnectionService
Client sidessh-connection
service.class
ClientSessionImpl
The default implementation of aClientSession
class
ClientUserAuthService
Client sidessh-auth
service. -
Uses of Closeable in org.apache.sshd.common
Subinterfaces of Closeable in org.apache.sshd.common Modifier and Type Interface Description interface
Service
See 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 void
Closeable. 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 interface
Channel
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 Closeable Modifier and Type Class Description class
AbstractChannel
Provides common client/server channel functionalityclass
AbstractChannel.GracefulChannelCloseable
class
BufferedIoOutputStream
AnIoOutputStream
capable of queuing write requests.class
ChannelAsyncInputStream
class
ChannelAsyncOutputStream
class
SimpleIoOutputStream
An implementation ofIoOutputStream
using a synchronousChannelOutputStream
.Methods in org.apache.sshd.common.channel that return Closeable Modifier and Type Method Description protected Closeable
AbstractChannel. getInnerCloseable()
protected Closeable
BufferedIoOutputStream. getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.common.forward
Subinterfaces of Closeable in org.apache.sshd.common.forward Modifier and Type Interface Description interface
Forwarder
TODO Add javadocClasses in org.apache.sshd.common.forward that implement Closeable Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" actionclass
SocksProxy
SOCKS proxy server, supporting simple socks4/5 protocols.class
TcpipClientChannel
TODO Add javadocMethods in org.apache.sshd.common.forward that return Closeable Modifier and Type Method Description protected 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 Modifier and Type Class Description class
AbstractFactoryManager
-
Uses of Closeable in org.apache.sshd.common.io
Subinterfaces of Closeable in org.apache.sshd.common.io Modifier and Type Interface Description interface
IoAcceptor
interface
IoConnector
interface
IoInputStream
Represents a stream that can be read asynchronously.interface
IoOutputStream
Represents a stream that can be written asynchronously.interface
IoService
interface
IoServiceFactory
interface
IoSession
Classes in org.apache.sshd.common.io that implement Closeable Modifier and Type Class Description class
AbstractIoServiceFactory
-
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 class
Nio2Acceptor
class
Nio2Connector
TODO Add javadocclass
Nio2Service
class
Nio2ServiceFactory
class
Nio2Session
Methods in org.apache.sshd.common.io.nio2 that return Closeable Modifier and Type Method Description protected 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 Modifier and Type Class Description class
AbstractKexFactoryManager
-
Uses of Closeable in org.apache.sshd.common.session
Subinterfaces of Closeable in org.apache.sshd.common.session Modifier and Type Interface Description interface
ConnectionService
Interface implementing ssh-connection service.interface
Session
Represents an SSH session.interface
SessionContext
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 Closeable Modifier and Type Class Description class
AbstractConnectionService
Base implementation of ConnectionService.class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smallerMethods in org.apache.sshd.common.session.helpers that return Closeable Modifier and Type Method Description protected 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 Closeable Modifier and Type Class Description class
AbstractCloseable
Provides some default implementations for managing channel/connection open/close stateclass
AbstractInnerCloseable
class
FuturesCloseable<T extends SshFuture>
class
IoBaseCloseable
class
ParallelCloseable
Waits for a group ofCloseable
s to complete in any order, then signals the completion by setting the "parent" future as closedclass
SequentialCloseable
Waits for a group ofCloseable
s to complete in the given order, then signals the completion by setting the "parent" future as closedclass
SimpleCloseable
Fields in org.apache.sshd.common.util.closeable with type parameters of type Closeable Modifier and Type Field Description private java.util.List<Closeable>
Builder. closeables
private java.lang.Iterable<? extends Closeable>
ParallelCloseable. closeables
private java.lang.Iterable<? extends Closeable>
SequentialCloseable. closeables
Methods in org.apache.sshd.common.util.closeable that return Closeable Modifier and Type Method Description Closeable
Builder. build()
protected abstract Closeable
AbstractInnerCloseable. getInnerCloseable()
Methods in org.apache.sshd.common.util.closeable with parameters of type Closeable Modifier and Type Method Description Builder
Builder. close(Closeable c)
Builder
Builder. parallel(Closeable... closeables)
Builder
Builder. sequential(Closeable... closeables)
Method parameters in org.apache.sshd.common.util.closeable with type arguments of type Closeable Modifier and Type Method Description Builder
Builder. parallel(java.lang.Object id, java.lang.Iterable<? extends Closeable> closeables)
Builder
Builder. 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 interface
CloseableExecutorService
Classes in org.apache.sshd.common.util.threads that implement Closeable Modifier and Type Class Description class
NoCloseExecutor
Wraps anExecutorService
as aCloseableExecutorService
and avoids calling itsshutdown
methods when the wrapper is shut downclass
SshThreadPoolExecutor
protected class
SshThreadPoolExecutor.DelegateCloseable
-
Uses of Closeable in org.apache.sshd.server
Classes in org.apache.sshd.server that implement Closeable Modifier and Type Class Description class
SshServer
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 Modifier and Type Method Description protected Closeable
SshServer. getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.server.channel
Subinterfaces of Closeable in org.apache.sshd.server.channel Modifier and Type Interface Description interface
ServerChannel
Classes in org.apache.sshd.server.channel that implement Closeable Modifier and Type Class Description class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server side channel sessionclass
ChannelSession.CommandCloseable
Methods in org.apache.sshd.server.channel that return Closeable Modifier and Type Method Description protected Closeable
ChannelSession. 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 class
TcpipServerChannel
TODO Add javadocMethods in org.apache.sshd.server.forward that return Closeable Modifier and Type Method Description protected Closeable
TcpipServerChannel. getInnerCloseable()
-
Uses of Closeable in org.apache.sshd.server.session
Subinterfaces of Closeable in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement Closeable Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerConnectionService
Server sidessh-connection
service.class
ServerSessionImpl
The default implementation for aServerSession
class
ServerUserAuthService
-
Uses of Closeable in org.apache.sshd.server.x11
Subinterfaces of Closeable in org.apache.sshd.server.x11 Modifier and Type Interface Description interface
X11ForwardSupport
Classes in org.apache.sshd.server.x11 that implement Closeable Modifier and Type Class Description class
ChannelForwardedX11
class
DefaultX11ForwardSupport
Methods in org.apache.sshd.server.x11 that return Closeable Modifier and Type Method Description protected 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 Modifier and Type Class Description protected class
DefaultSftpClient.SftpChannelSubsystem
-