Uses of Interface
org.apache.sshd.common.session.SessionHolder
-
-
Uses of SessionHolder in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SessionHolder Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe 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 SessionHolder Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe 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 SessionHolder Modifier and Type Class Description classAbstractKeyPairIterator<I extends PublicKeyIdentity>classSessionKeyPairIteratorclassSshAgentPublicKeyIteratorclassUserAuthPublicKeyIterator -
Uses of SessionHolder in org.apache.sshd.client.channel
Subinterfaces of SessionHolder in org.apache.sshd.client.channel Modifier and Type Interface Description interfaceClientChannelA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement SessionHolder Modifier and Type Class Description classAbstractClientChannelTODO Add javadocclassChannelDirectTcpipTODO Add javadocclassChannelExecClient channel to run a remote commandclassChannelSessionClient side channel sessionclassChannelShellClient channel to open a remote shellclassChannelSubsystemClient channel to run a subsystemclassPtyCapableChannelSessionServes 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.future Modifier and Type Interface Description interfaceConnectFutureAnSshFuturefor asynchronous connections requests.Classes in org.apache.sshd.client.future that implement SessionHolder Modifier and Type Class Description classDefaultConnectFutureA default implementation ofConnectFuture. -
Uses of SessionHolder in org.apache.sshd.client.kex
Classes in org.apache.sshd.client.kex that implement SessionHolder Modifier and Type Class Description classAbstractDHClientKeyExchangeclassDHGClientBase class for DHG key exchange algorithms.classDHGEXClient -
Uses of SessionHolder in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement SessionHolder Modifier and Type Class Description classClientConnectionServiceClient sidessh-connectionservice.classClientUserAuthServiceClient sidessh-authservice. -
Uses of SessionHolder in org.apache.sshd.client.session.forward
Classes in org.apache.sshd.client.session.forward that implement SessionHolder Modifier and Type Class Description classDynamicPortForwardingTrackerclassExplicitPortForwardingTrackerclassPortForwardingTracker -
Uses of SessionHolder in org.apache.sshd.client.subsystem
Subinterfaces of SessionHolder in org.apache.sshd.client.subsystem Modifier and Type Interface Description interfaceSubsystemClientClasses in org.apache.sshd.client.subsystem that implement SessionHolder Modifier and Type Class Description classAbstractSubsystemClient -
Uses of SessionHolder in org.apache.sshd.common
Subinterfaces of SessionHolder in org.apache.sshd.common Modifier and Type Interface Description interfaceServiceSee 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.channel Modifier and Type Interface Description interfaceChannelRepresents 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 SessionHolder Modifier and Type Class Description classAbstractChannelProvides common client/server channel functionality -
Uses of SessionHolder in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement SessionHolder Modifier and Type Class Description classDefaultForwarderRequests a "tcpip-forward" actionclassTcpipClientChannelTODO Add javadoc -
Uses of SessionHolder in org.apache.sshd.common.kex
Subinterfaces of SessionHolder in org.apache.sshd.common.kex Modifier and Type Interface Description interfaceKeyExchangeKey exchange algorithm. -
Uses of SessionHolder in org.apache.sshd.common.kex.dh
Classes in org.apache.sshd.common.kex.dh that implement SessionHolder Modifier and Type Class Description classAbstractDHKeyExchange -
Uses of SessionHolder in org.apache.sshd.common.session
Subinterfaces of SessionHolder in org.apache.sshd.common.session Modifier and Type Interface Description interfaceConnectionServiceInterface implementing ssh-connection service.Classes in org.apache.sshd.common.session that implement SessionHolder Modifier and Type Class Description classSessionWorkBuffer -
Uses of SessionHolder in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionHolder Modifier and Type Class Description classAbstractConnectionServiceBase implementation of ConnectionService. -
Uses of SessionHolder in org.apache.sshd.server.channel
Subinterfaces of SessionHolder in org.apache.sshd.server.channel Modifier and Type Interface Description interfaceServerChannelClasses in org.apache.sshd.server.channel that implement SessionHolder Modifier and Type Class Description classAbstractServerChannelTODO Add javadocclassChannelSessionServer side channel session -
Uses of SessionHolder in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement SessionHolder Modifier and Type Class Description classAbstractCommandSupportProvides a basic useful skeleton forCommandexecutionsclassAbstractFileSystemCommandProvides a basic useful skeleton forCommandexecutions that require file system access -
Uses of SessionHolder in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement SessionHolder Modifier and Type Class Description classTcpipServerChannelTODO Add javadoc -
Uses of SessionHolder in org.apache.sshd.server.kex
Classes in org.apache.sshd.server.kex that implement SessionHolder Modifier and Type Class Description classAbstractDHServerKeyExchangeclassDHGEXServerclassDHGServer -
Uses of SessionHolder in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement SessionHolder Modifier and Type Class Description classServerConnectionServiceServer sidessh-connectionservice.classServerUserAuthService -
Uses of SessionHolder in org.apache.sshd.server.shell
Subinterfaces of SessionHolder in org.apache.sshd.server.shell Modifier and Type Interface Description interfaceInvertedShellThis shell have inverted streams, such as the one obtained when launching a newProcessfrom java.Classes in org.apache.sshd.server.shell that implement SessionHolder Modifier and Type Class Description classProcessShellBridges 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 Modifier and Type Class Description classChannelForwardedX11
-