Uses of Class
org.apache.sshd.common.util.closeable.IoBaseCloseable
Packages that use IoBaseCloseable
Package
Description
-
Uses of IoBaseCloseable in org.apache.sshd.agent.common
Subclasses of IoBaseCloseable in org.apache.sshd.agent.common -
Uses of IoBaseCloseable in org.apache.sshd.agent.local
Subclasses of IoBaseCloseable in org.apache.sshd.agent.localModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of IoBaseCloseable in org.apache.sshd.agent.unix
Subclasses of IoBaseCloseable in org.apache.sshd.agent.unixModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of IoBaseCloseable in org.apache.sshd.client
Subclasses of IoBaseCloseable in org.apache.sshd.clientModifier and TypeClassDescriptionclass
Entry point for the client side of the SSH protocol. -
Uses of IoBaseCloseable in org.apache.sshd.client.channel
Subclasses of IoBaseCloseable 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 IoBaseCloseable in org.apache.sshd.client.session
Subclasses of IoBaseCloseable 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 IoBaseCloseable in org.apache.sshd.common.channel
Subclasses of IoBaseCloseable in org.apache.sshd.common.channelModifier and TypeClassDescriptionclass
Provides common client/server channel functionalityclass
class
AnIoOutputStream
capable of queuing write requests.class
class
class
An implementation ofIoOutputStream
using a synchronousChannelOutputStream
. -
Uses of IoBaseCloseable in org.apache.sshd.common.forward
Subclasses of IoBaseCloseable 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 IoBaseCloseable in org.apache.sshd.common.helpers
Subclasses of IoBaseCloseable in org.apache.sshd.common.helpers -
Uses of IoBaseCloseable in org.apache.sshd.common.io
Subclasses of IoBaseCloseable in org.apache.sshd.common.io -
Uses of IoBaseCloseable in org.apache.sshd.common.io.nio2
Subclasses of IoBaseCloseable in org.apache.sshd.common.io.nio2Modifier and TypeClassDescriptionclass
class
TODO Add javadocclass
class
class
-
Uses of IoBaseCloseable in org.apache.sshd.common.kex
Subclasses of IoBaseCloseable in org.apache.sshd.common.kex -
Uses of IoBaseCloseable in org.apache.sshd.common.session.helpers
Subclasses of IoBaseCloseable 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 IoBaseCloseable in org.apache.sshd.common.util.closeable
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.closeableModifier and TypeClassDescriptionclass
Provides some default implementations for managing channel/connection open/close stateclass
class
FuturesCloseable<T extends SshFuture<T>>
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
-
Uses of IoBaseCloseable in org.apache.sshd.common.util.threads
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.threads -
Uses of IoBaseCloseable in org.apache.sshd.server
Subclasses of IoBaseCloseable 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 IoBaseCloseable in org.apache.sshd.server.channel
Subclasses of IoBaseCloseable in org.apache.sshd.server.channelModifier and TypeClassDescriptionclass
TODO Add javadocclass
Server side channel sessionclass
-
Uses of IoBaseCloseable in org.apache.sshd.server.forward
Subclasses of IoBaseCloseable in org.apache.sshd.server.forward -
Uses of IoBaseCloseable in org.apache.sshd.server.session
Subclasses of IoBaseCloseable 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 IoBaseCloseable in org.apache.sshd.server.x11
Subclasses of IoBaseCloseable in org.apache.sshd.server.x11 -
Uses of IoBaseCloseable in org.apache.sshd.sftp.client.impl
Subclasses of IoBaseCloseable in org.apache.sshd.sftp.client.impl