Uses of Class
org.apache.sshd.common.util.closeable.AbstractCloseable
Packages that use AbstractCloseable
Package
Description
-
Uses of AbstractCloseable in org.apache.sshd.agent.common
Subclasses of AbstractCloseable in org.apache.sshd.agent.common -
Uses of AbstractCloseable in org.apache.sshd.agent.local
Subclasses of AbstractCloseable in org.apache.sshd.agent.localModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of AbstractCloseable in org.apache.sshd.agent.unix
Subclasses of AbstractCloseable in org.apache.sshd.agent.unixModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of AbstractCloseable in org.apache.sshd.client
Subclasses of AbstractCloseable in org.apache.sshd.clientModifier and TypeClassDescriptionclass
Entry point for the client side of the SSH protocol. -
Uses of AbstractCloseable in org.apache.sshd.client.channel
Subclasses of AbstractCloseable in org.apache.sshd.client.channelModifier and TypeClassDescriptionclass
TODO Add javadocclass
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. -
Uses of AbstractCloseable in org.apache.sshd.client.session
Subclasses of AbstractCloseable in org.apache.sshd.client.sessionModifier 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 AbstractCloseable in org.apache.sshd.common.channel
Subclasses of AbstractCloseable in org.apache.sshd.common.channelModifier and TypeClassDescriptionclass
Provides common client/server channel functionalityclass
AnIoOutputStream
capable of queuing write requests.class
class
class
An implementation ofIoOutputStream
using a synchronousChannelOutputStream
. -
Uses of AbstractCloseable in org.apache.sshd.common.forward
Subclasses of AbstractCloseable in org.apache.sshd.common.forwardModifier and TypeClassDescriptionclass
Requests a "tcpip-forward" actionclass
SOCKS proxy server, supporting simple socks4/5 protocols.class
TODO Add javadoc -
Uses of AbstractCloseable in org.apache.sshd.common.helpers
Subclasses of AbstractCloseable in org.apache.sshd.common.helpers -
Uses of AbstractCloseable in org.apache.sshd.common.io
Subclasses of AbstractCloseable in org.apache.sshd.common.io -
Uses of AbstractCloseable in org.apache.sshd.common.io.nio2
Subclasses of AbstractCloseable in org.apache.sshd.common.io.nio2Modifier and TypeClassDescriptionclass
class
TODO Add javadocclass
class
class
-
Uses of AbstractCloseable in org.apache.sshd.common.kex
Subclasses of AbstractCloseable in org.apache.sshd.common.kex -
Uses of AbstractCloseable in org.apache.sshd.common.session.helpers
Subclasses of AbstractCloseable in org.apache.sshd.common.session.helpersModifier 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 smaller -
Uses of AbstractCloseable in org.apache.sshd.common.util.closeable
Subclasses of AbstractCloseable in org.apache.sshd.common.util.closeable -
Uses of AbstractCloseable in org.apache.sshd.common.util.threads
Subclasses of AbstractCloseable in org.apache.sshd.common.util.threads -
Uses of AbstractCloseable in org.apache.sshd.server
Subclasses of AbstractCloseable in org.apache.sshd.serverModifier and TypeClassDescriptionclass
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of AbstractCloseable in org.apache.sshd.server.channel
Subclasses of AbstractCloseable in org.apache.sshd.server.channelModifier and TypeClassDescriptionclass
TODO Add javadocclass
Server side channel session -
Uses of AbstractCloseable in org.apache.sshd.server.forward
Subclasses of AbstractCloseable in org.apache.sshd.server.forward -
Uses of AbstractCloseable in org.apache.sshd.server.session
Subclasses of AbstractCloseable in org.apache.sshd.server.sessionModifier and TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
Server sidessh-connection
service.class
The default implementation for aServerSession
class
-
Uses of AbstractCloseable in org.apache.sshd.server.x11
Subclasses of AbstractCloseable in org.apache.sshd.server.x11 -
Uses of AbstractCloseable in org.apache.sshd.sftp.client.impl
Subclasses of AbstractCloseable in org.apache.sshd.sftp.client.impl