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 TypeClassDescriptionclassclassThe 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 TypeInterfaceDescriptioninterfaceA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement ChannelModifier 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.Methods in org.apache.sshd.client.channel that return ChannelConstructor parameters in org.apache.sshd.client.channel with type arguments of type ChannelModifierConstructorDescriptionprotectedAbstractClientChannel(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 Stringprotected voidAbstractChannelExitRequestHandler.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 VAbstractChannelExitRequestHandler.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 StringExitSignalChannelRequestHandler.processRequestValue(Channel channel, String signalName, boolean coreDumped, String message, String lang) protected StringExitSignalChannelRequestHandler.processRequestValue(Channel channel, String request, Buffer buffer) protected IntegerExitStatusChannelRequestHandler.processRequestValue(Channel channel, int exitStatus) protected IntegerExitStatusChannelRequestHandler.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 TypeClassDescriptionclassProvides common client/server channel functionalityFields in org.apache.sshd.common.channel declared as ChannelModifier and TypeFieldDescriptionprivate final ChannelChannelAsyncInputStream.channelInstanceprivate final ChannelChannelAsyncOutputStream.channelInstanceprivate final ChannelWindow.channelInstanceFields in org.apache.sshd.common.channel with type parameters of type ChannelModifier and TypeFieldDescriptionstatic final Function<ChannelRequestHandler, RequestHandler<Channel>> ChannelRequestHandler.CHANN2HNDLRprivate final List<RequestHandler<Channel>> AbstractChannel.requestHandlersMethods in org.apache.sshd.common.channel that return ChannelModifier and TypeMethodDescriptionChannelFactory.createChannel(Session session) static ChannelChannelFactory.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 voidChannelListener.channelClosed(Channel channel, Throwable reason) Called to inform about a channel being closed.default voidChannelListener.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 voidChannelListener.channelOpenFailure(Channel channel, Throwable reason) Called to inform about the failure to open a channeldefault voidChannelListener.channelOpenSuccess(Channel channel) Called to inform about a channel being successfully opened for a session.default voidChannelListener.channelStateChanged(Channel channel, String hint) Called to inform that the channel state may have changed - e.g., received EOF, window adjustment, etc..protected BufferChannelAsyncOutputStream.createSendBuffer(Buffer buffer, Channel channel, int length) protected voidAbstractChannel.GracefulChannelCloseable.handleClosePacketWriteFailure(Channel channel, boolean immediately, Throwable t) protected voidAbstractChannel.GracefulChannelCloseable.handleClosePacketWritten(Channel channel, boolean immediately) static <T> TChannel.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 TypeMethodDescriptionvoidAbstractChannel.addRequestHandler(RequestHandler<Channel> handler) voidChannel.addRequestHandler(RequestHandler<Channel> handler) default voidChannel.addRequestHandlers(Collection<? extends RequestHandler<Channel>> handlers) voidAbstractChannel.removeRequestHandler(RequestHandler<Channel> handler) voidChannel.removeRequestHandler(RequestHandler<Channel> handler) default voidChannel.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) protectedConstructor parameters in org.apache.sshd.common.channel with type arguments of type ChannelModifierConstructorDescriptionprotectedAbstractChannel(boolean client, Collection<? extends RequestHandler<Channel>> handlers) protectedAbstractChannel(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 ChannelStreamWriterChannelStreamWriterResolverManager.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 TypeMethodDescriptionlongConnectionService.registerChannel(Channel channel) Register a newly created channel with a new unique identifiervoidConnectionService.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.channelsMap of channels keyed by the identifierMethods in org.apache.sshd.common.session.helpers that return ChannelModifier and TypeMethodDescriptionprotected ChannelAbstractConnectionService.getChannel(byte cmd, long recipient, Buffer buffer) protected ChannelAbstractConnectionService.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 TypeMethodDescriptionlongAbstractConnectionService.registerChannel(Channel channel) voidAbstractConnectionService.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 TypeClassDescriptionclassTODO Add javadocclassServer 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.ResultPuttyRequestHandler.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 ChannelModifierConstructorDescriptionprotectedAbstractServerChannel(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.fs
Methods in org.apache.sshd.sftp.client.fs with parameters of type ChannelModifier and TypeMethodDescriptionvoidSftpFileSystem.SftpClientHandle.channelClosed(Channel channel, Throwable reason) -
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