Uses of Interface
org.apache.sshd.common.channel.ChannelIdentifier
-
-
Uses of ChannelIdentifier in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ChannelIdentifier Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe client side channel that will receive requests forwards by the SSH server. -
Uses of ChannelIdentifier in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement ChannelIdentifier Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe client side channel that will receive requests forwards by the SSH server. -
Uses of ChannelIdentifier in org.apache.sshd.client.channel
Subinterfaces of ChannelIdentifier 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 ChannelIdentifier 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 ChannelIdentifier in org.apache.sshd.common.channel
Subinterfaces of ChannelIdentifier 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 ChannelIdentifier Modifier and Type Class Description classAbstractChannelProvides common client/server channel functionalityclassBufferedIoOutputStreamAnIoOutputStreamcapable of queuing write requests. -
Uses of ChannelIdentifier in org.apache.sshd.common.channel.exception
Classes in org.apache.sshd.common.channel.exception that implement ChannelIdentifier Modifier and Type Class Description classSshChannelBufferedOutputExceptionUsed by theBufferedIoOutputStreamto signal a non-recoverable errorclassSshChannelClosedExceptionclassSshChannelExceptionclassSshChannelInvalidPacketExceptionclassSshChannelNotFoundExceptionclassSshChannelOpenExceptionDocuments failure of a channel to open as expected. -
Uses of ChannelIdentifier in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ChannelIdentifier Modifier and Type Class Description classTcpipClientChannelTODO Add javadoc -
Uses of ChannelIdentifier in org.apache.sshd.server.channel
Subinterfaces of ChannelIdentifier in org.apache.sshd.server.channel Modifier and Type Interface Description interfaceServerChannelClasses in org.apache.sshd.server.channel that implement ChannelIdentifier Modifier and Type Class Description classAbstractServerChannelTODO Add javadocclassChannelSessionServer side channel session -
Uses of ChannelIdentifier in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelIdentifier Modifier and Type Class Description classTcpipServerChannelTODO Add javadoc -
Uses of ChannelIdentifier in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ChannelIdentifier Modifier and Type Class Description classChannelForwardedX11
-