Uses of Interface
org.apache.sshd.common.session.SessionHolder
Packages that use SessionHolder
Package
Description
-
Uses of SessionHolder in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SessionHolderModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of SessionHolder in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement SessionHolderModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of SessionHolder in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement SessionHolderModifier and TypeClassDescriptionclass
AbstractKeyPairIterator<I extends PublicKeyIdentity>
class
class
class
-
Uses of SessionHolder in org.apache.sshd.client.channel
Subinterfaces of SessionHolder 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 SessionHolderModifier 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 SessionHolder in org.apache.sshd.client.future
Subinterfaces of SessionHolder in org.apache.sshd.client.futureModifier and TypeInterfaceDescriptioninterface
AnSshFuture
for asynchronous connections requests.Classes in org.apache.sshd.client.future that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.client.kex
Classes in org.apache.sshd.client.kex that implement SessionHolderModifier and TypeClassDescriptionclass
class
Base class for DHG key exchange algorithms.class
-
Uses of SessionHolder in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement SessionHolderModifier and TypeClassDescriptionclass
Client sidessh-connection
service.class
Client sidessh-auth
service. -
Uses of SessionHolder in org.apache.sshd.client.session.forward
Classes in org.apache.sshd.client.session.forward that implement SessionHolderModifier and TypeClassDescriptionclass
class
class
-
Uses of SessionHolder in org.apache.sshd.client.subsystem
Subinterfaces of SessionHolder in org.apache.sshd.client.subsystemClasses in org.apache.sshd.client.subsystem that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.common
Subinterfaces of SessionHolder in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet. -
Uses of SessionHolder in org.apache.sshd.common.channel
Subinterfaces of SessionHolder 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 SessionHolderModifier and TypeClassDescriptionclass
Provides common client/server channel functionality -
Uses of SessionHolder in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement SessionHolderModifier and TypeClassDescriptionclass
Requests a "tcpip-forward" actionclass
TODO Add javadoc -
Uses of SessionHolder in org.apache.sshd.common.kex
Subinterfaces of SessionHolder in org.apache.sshd.common.kex -
Uses of SessionHolder in org.apache.sshd.common.kex.dh
Classes in org.apache.sshd.common.kex.dh that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.common.session
Subinterfaces of SessionHolder in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterface
Interface implementing ssh-connection service.Classes in org.apache.sshd.common.session that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionHolderModifier and TypeClassDescriptionclass
Base implementation of ConnectionService. -
Uses of SessionHolder in org.apache.sshd.scp.client
Subinterfaces of SessionHolder in org.apache.sshd.scp.clientModifier and TypeInterfaceDescriptioninterface
AnScpClient
wrapper that also closes the underlying session when closedinterface
Classes in org.apache.sshd.scp.client that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.scp.common
Classes in org.apache.sshd.scp.common that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement SessionHolderModifier and TypeClassDescriptionclass
This commands provide SCP support on both server and client side.class
This commands SCP support for a ChannelSession. -
Uses of SessionHolder in org.apache.sshd.server.channel
Subinterfaces of SessionHolder in org.apache.sshd.server.channelClasses in org.apache.sshd.server.channel that implement SessionHolderModifier and TypeClassDescriptionclass
TODO Add javadocclass
Server side channel session -
Uses of SessionHolder in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.server.kex
Classes in org.apache.sshd.server.kex that implement SessionHolderModifier and TypeClassDescriptionclass
class
class
-
Uses of SessionHolder in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement SessionHolderModifier and TypeClassDescriptionclass
Server sidessh-connection
service.class
-
Uses of SessionHolder in org.apache.sshd.server.shell
Subinterfaces of SessionHolder in org.apache.sshd.server.shellModifier and TypeInterfaceDescriptioninterface
This shell have inverted streams, such as the one obtained when launching a newProcess
from java.Classes in org.apache.sshd.server.shell that implement SessionHolderModifier and TypeClassDescriptionclass
Bridges the I/O streams between the SSH command and the process that executes it -
Uses of SessionHolder in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement SessionHolder -
Uses of SessionHolder in org.apache.sshd.sftp.client
Subinterfaces of SessionHolder in org.apache.sshd.sftp.clientModifier and TypeInterfaceDescriptioninterface
Provides both structured and raw SFTP accessinterface
-
Uses of SessionHolder in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SessionHolderModifier and TypeClassDescriptionclass
private final class
class
AnSftpFileSystem
that uses a provider function for itsClientSession
so that it can continue to function even if a session was closed. -
Uses of SessionHolder in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SessionHolderModifier and TypeClassDescriptionclass
class
protected class
-
Uses of SessionHolder in org.apache.sshd.sftp.server
Subinterfaces of SessionHolder in org.apache.sshd.sftp.serverModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.apache.sshd.sftp.server that implement SessionHolderModifier and TypeClassDescriptionclass
class
SFTP subsystem