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 TypeClassDescriptionclassclassThe 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 TypeClassDescriptionclassclassThe 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 TypeClassDescriptionclassAbstractKeyPairIterator<I extends PublicKeyIdentity>classclassclass -
Uses of SessionHolder in org.apache.sshd.client.channel
Subinterfaces of SessionHolder in org.apache.sshd.client.channelModifier and TypeInterfaceDescriptioninterfaceA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement SessionHolderModifier and TypeClassDescriptionclassTODO Add javadocclassChannel that sets up asynchronous streams, and that pumps an input stream if set viaAbstractClientChannel.setIn(InputStream).classTODO 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 SessionHolder in org.apache.sshd.client.future
Subinterfaces of SessionHolder in org.apache.sshd.client.futureModifier and TypeInterfaceDescriptioninterfaceAnSshFuturefor 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 TypeClassDescriptionclassclassBase 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 TypeClassDescriptionclassClient sidessh-connectionservice.classClient sidessh-authservice. -
Uses of SessionHolder in org.apache.sshd.client.session.forward
Classes in org.apache.sshd.client.session.forward that implement SessionHolderModifier and TypeClassDescriptionclassclassclass -
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 TypeInterfaceDescriptioninterfaceSee 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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeClassDescriptionclassProvides 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 TypeClassDescriptionclassRequests a "tcpip-forward" actionclassTODO 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 TypeInterfaceDescriptioninterfaceInterface 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 TypeClassDescriptionclassBase implementation of ConnectionService. -
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 TypeClassDescriptionclassTODO Add javadocclassServer 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 TypeClassDescriptionclassclassclass -
Uses of SessionHolder in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement SessionHolderModifier and TypeClassDescriptionclassServer sidessh-connectionservice.class -
Uses of SessionHolder in org.apache.sshd.server.shell
Subinterfaces of SessionHolder in org.apache.sshd.server.shellModifier and TypeInterfaceDescriptioninterfaceThis shell have inverted streams, such as the one obtained when launching a newProcessfrom java.Classes in org.apache.sshd.server.shell that implement SessionHolderModifier and TypeClassDescriptionclassBridges 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