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 TypeClassDescriptionclassclassThe 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 TypeClassDescriptionclassEntry 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 TypeClassDescriptionclassTODO Add javadocclassTODO 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. -
Uses of IoBaseCloseable in org.apache.sshd.client.session
Subclasses of IoBaseCloseable in org.apache.sshd.client.sessionModifier and TypeClassDescriptionclassProvides default implementations ofClientSessionrelated methodsclassClient sidessh-connectionservice.classThe default implementation of aClientSessionclassClient sidessh-authservice. -
Uses of IoBaseCloseable in org.apache.sshd.common.channel
Subclasses of IoBaseCloseable in org.apache.sshd.common.channelModifier and TypeClassDescriptionclassProvides common client/server channel functionalityclassclassAnIoOutputStreamcapable of queuing write requests.classclassclassAn implementation ofIoOutputStreamusing a synchronousChannelOutputStream. -
Uses of IoBaseCloseable in org.apache.sshd.common.forward
Subclasses of IoBaseCloseable in org.apache.sshd.common.forwardModifier and TypeClassDescriptionclassRequests a "tcpip-forward" actionclassSOCKS proxy server, supporting simple socks4/5 protocols.classTODO 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 TypeClassDescriptionclassclassTODO Add javadocclassclassclass -
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 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 smaller -
Uses of IoBaseCloseable in org.apache.sshd.common.util.closeable
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.closeableModifier and TypeClassDescriptionclassProvides some default implementations for managing channel/connection open/close stateclassclassFuturesCloseable<T extends SshFuture<T>>classWaits 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 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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassTODO Add javadocclassServer 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 TypeClassDescriptionclassProvides default implementations forServerSessionrelated methodsclassServer sidessh-connectionservice.classThe default implementation for aServerSessionclass -
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