Uses of Interface
org.apache.sshd.common.channel.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ChannelModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server.Methods in org.apache.sshd.agent.local that return Channel -
Uses of Channel in org.apache.sshd.client.channel
Subinterfaces of Channel 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 ChannelModifier 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.Methods in org.apache.sshd.client.channel that return ChannelConstructor parameters in org.apache.sshd.client.channel with type arguments of type ChannelModifierConstructorDescriptionprotected
AbstractClientChannel
(String type, Collection<? extends RequestHandler<Channel>> handlers) -
Uses of Channel in org.apache.sshd.client.channel.exit
Methods in org.apache.sshd.client.channel.exit with parameters of type ChannelModifier and TypeMethodDescriptionprotected String
protected void
AbstractChannelExitRequestHandler.notifyStateChanged
(Channel channel, String request, V value) Notifies that some change has been made to the data in the holder.AbstractChannelExitRequestHandler.process
(Channel channel, String request, boolean wantReply, Buffer buffer) protected abstract V
AbstractChannelExitRequestHandler.processRequestValue
(Channel channel, String request, Buffer buffer) Invoked by default fromAbstractChannelExitRequestHandler.process(Channel, String, boolean, Buffer)
when a request matching the handler's name is receivedprotected String
ExitSignalChannelRequestHandler.processRequestValue
(Channel channel, String signalName, boolean coreDumped, String message, String lang) protected String
ExitSignalChannelRequestHandler.processRequestValue
(Channel channel, String request, Buffer buffer) protected Integer
ExitStatusChannelRequestHandler.processRequestValue
(Channel channel, int exitStatus) protected Integer
ExitStatusChannelRequestHandler.processRequestValue
(Channel channel, String request, Buffer buffer) -
Uses of Channel in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement ChannelModifier and TypeClassDescriptionclass
Provides common client/server channel functionalityFields in org.apache.sshd.common.channel declared as ChannelModifier and TypeFieldDescriptionprivate final Channel
ChannelAsyncInputStream.channelInstance
private final Channel
ChannelAsyncOutputStream.channelInstance
private final Channel
Window.channelInstance
Fields in org.apache.sshd.common.channel with type parameters of type ChannelModifier and TypeFieldDescriptionstatic final Function<ChannelRequestHandler,
RequestHandler<Channel>> ChannelRequestHandler.CHANN2HNDLR
private final List<RequestHandler<Channel>>
AbstractChannel.requestHandlers
Methods in org.apache.sshd.common.channel that return ChannelModifier and TypeMethodDescriptionChannelFactory.createChannel
(Session session) static Channel
ChannelFactory.createChannel
(Session session, Collection<? extends ChannelFactory> factories, String name) ChannelAsyncInputStream.getChannel()
ChannelAsyncOutputStream.getChannel()
ChannelHolder.getChannel()
Window.getChannel()
Methods in org.apache.sshd.common.channel that return types with arguments of type ChannelModifier and TypeMethodDescriptionAbstractChannel.getRequestHandlers()
Channel.getRequestHandlers()
Methods in org.apache.sshd.common.channel with parameters of type ChannelModifier and TypeMethodDescriptiondefault void
ChannelListener.channelClosed
(Channel channel, Throwable reason) Called to inform about a channel being closed.default void
ChannelListener.channelInitialized
(Channel channel) Called to inform about initial setup of a channel via theinit(org.apache.sshd.common.session.ConnectionService, org.apache.sshd.common.session.Session, long)
method.default void
ChannelListener.channelOpenFailure
(Channel channel, Throwable reason) Called to inform about the failure to open a channeldefault void
ChannelListener.channelOpenSuccess
(Channel channel) Called to inform about a channel being successfully opened for a session.default void
ChannelListener.channelStateChanged
(Channel channel, String hint) Called to inform that the channel state may have changed - e.g., received EOF, window adjustment, etc..protected Buffer
ChannelAsyncOutputStream.createSendBuffer
(Buffer buffer, Channel channel, int length) protected void
AbstractChannel.GracefulChannelCloseable.handleClosePacketWriteFailure
(Channel channel, boolean immediately, Throwable t) protected void
AbstractChannel.GracefulChannelCloseable.handleClosePacketWritten
(Channel channel, boolean immediately) static <T> T
Channel.resolveAttribute
(Channel channel, AttributeRepository.AttributeKey<T> key) Attempts to use the channel attribute, if not found then tries the sessionMethod parameters in org.apache.sshd.common.channel with type arguments of type ChannelModifier and TypeMethodDescriptionvoid
AbstractChannel.addRequestHandler
(RequestHandler<Channel> handler) void
Channel.addRequestHandler
(RequestHandler<Channel> handler) default void
Channel.addRequestHandlers
(Collection<? extends RequestHandler<Channel>> handlers) void
AbstractChannel.removeRequestHandler
(RequestHandler<Channel> handler) void
Channel.removeRequestHandler
(RequestHandler<Channel> handler) default void
Channel.removeRequestHandlers
(Collection<? extends RequestHandler<Channel>> handlers) Constructors in org.apache.sshd.common.channel with parameters of type ChannelModifierConstructorDescriptionChannelAsyncInputStream
(Channel channel) ChannelAsyncOutputStream
(Channel channel, byte cmd) RemoteWindow
(Channel channel, boolean isClient) protected
Constructor parameters in org.apache.sshd.common.channel with type arguments of type ChannelModifierConstructorDescriptionprotected
AbstractChannel
(boolean client, Collection<? extends RequestHandler<Channel>> handlers) protected
AbstractChannel
(String discriminator, boolean client, Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executorService) -
Uses of Channel in org.apache.sshd.common.channel.throttle
Fields in org.apache.sshd.common.channel.throttle declared as ChannelMethods in org.apache.sshd.common.channel.throttle with parameters of type ChannelModifier and TypeMethodDescriptionChannelStreamWriterResolver.resolveChannelStreamWriter
(Channel channel, byte cmd) default ChannelStreamWriter
ChannelStreamWriterResolverManager.resolveChannelStreamWriter
(Channel channel, byte cmd) Constructors in org.apache.sshd.common.channel.throttle with parameters of type Channel -
Uses of Channel in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ChannelFields in org.apache.sshd.common.forward declared as ChannelConstructors in org.apache.sshd.common.forward with parameters of type Channel -
Uses of Channel in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return ChannelModifier and TypeMethodDescriptionUnknownChannelReferenceHandler.handleUnknownChannelCommand
(ConnectionService service, byte cmd, long channelId, Buffer buffer) Invoked when the connection service responsible for handling channel messages receives a message intended for an unknown channel.Methods in org.apache.sshd.common.session with parameters of type ChannelModifier and TypeMethodDescriptionlong
ConnectionService.registerChannel
(Channel channel) Register a newly created channel with a new unique identifiervoid
ConnectionService.unregisterChannel
(Channel channel) Remove this channel from the list of managed channels -
Uses of Channel in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type ChannelModifier and TypeFieldDescriptionAbstractConnectionService.channels
Map of channels keyed by the identifierMethods in org.apache.sshd.common.session.helpers that return ChannelModifier and TypeMethodDescriptionprotected Channel
AbstractConnectionService.getChannel
(byte cmd, long recipient, Buffer buffer) protected Channel
AbstractConnectionService.getChannel
(byte cmd, Buffer buffer) Retrieve the channel designated by the given packetDefaultUnknownChannelReferenceHandler.handleUnknownChannelCommand
(ConnectionService service, byte cmd, long channelId, Buffer buffer) Methods in org.apache.sshd.common.session.helpers that return types with arguments of type ChannelMethods in org.apache.sshd.common.session.helpers with parameters of type ChannelModifier and TypeMethodDescriptionlong
AbstractConnectionService.registerChannel
(Channel channel) void
AbstractConnectionService.unregisterChannel
(Channel channel) Remove this channel from the list of managed channels -
Uses of Channel in org.apache.sshd.server
Methods in org.apache.sshd.server with parameters of type Channel -
Uses of Channel in org.apache.sshd.server.channel
Subinterfaces of Channel in org.apache.sshd.server.channelClasses in org.apache.sshd.server.channel that implement ChannelModifier and TypeClassDescriptionclass
TODO Add javadocclass
Server side channel sessionMethods in org.apache.sshd.server.channel that return ChannelMethods in org.apache.sshd.server.channel with parameters of type ChannelModifier and TypeMethodDescriptionprotected RequestHandler.Result
PuttyRequestHandler.processPuttyOpcode
(Channel channel, String request, String opcode, boolean wantReply, Buffer buffer) Constructors in org.apache.sshd.server.channel with parameters of type ChannelConstructor parameters in org.apache.sshd.server.channel with type arguments of type ChannelModifierConstructorDescriptionprotected
AbstractServerChannel
(String discriminator, Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executor) ChannelSession
(Collection<? extends RequestHandler<Channel>> handlers) -
Uses of Channel in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ChannelMethods in org.apache.sshd.server.forward that return Channel -
Uses of Channel in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement Channel -
Uses of Channel in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ChannelMethods in org.apache.sshd.sftp.client.impl that return Channel