Uses of Interface
org.apache.sshd.common.channel.ChannelIdentifier
Packages that use ChannelIdentifier
Package
Description
-
Uses of ChannelIdentifier in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ChannelIdentifierModifier and TypeClassDescriptionclassclassThe 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.channelModifier and TypeInterfaceDescriptioninterfaceA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement ChannelIdentifierModifier 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 ChannelIdentifier in org.apache.sshd.common.channel
Subinterfaces of ChannelIdentifier 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 ChannelIdentifierModifier and TypeClassDescriptionclassProvides common client/server channel functionalityclassAnIoOutputStreamcapable of queuing write requests. -
Uses of ChannelIdentifier in org.apache.sshd.common.channel.exception
Classes in org.apache.sshd.common.channel.exception that implement ChannelIdentifierModifier and TypeClassDescriptionclassUsed by theBufferedIoOutputStreamto signal a non-recoverable errorclassclassclassclassclassDocuments 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 -
Uses of ChannelIdentifier in org.apache.sshd.server.channel
Subinterfaces of ChannelIdentifier in org.apache.sshd.server.channelClasses in org.apache.sshd.server.channel that implement ChannelIdentifierModifier and TypeClassDescriptionclassTODO Add javadocclassServer side channel session -
Uses of ChannelIdentifier in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelIdentifier -
Uses of ChannelIdentifier in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ChannelIdentifier -
Uses of ChannelIdentifier in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ChannelIdentifier