Uses of Interface
com.sshtools.common.ssh.Channel
Packages that use Channel
-
Uses of Channel in com.sshtools.common.ssh
Subinterfaces of Channel in com.sshtools.common.sshMethods in com.sshtools.common.ssh with parameters of type ChannelModifier and TypeMethodDescriptiondefault voidChannelEventListener.onChannelClose(Channel channel) The channel has been closeddefault voidChannelEventListener.onChannelClosing(Channel channel) The channel is closing, but has not sent its SSH_MSG_CHANNEL_CLOSEdefault voidChannelEventListener.onChannelDataIn(Channel channel, ByteBuffer buffer) Data has been received on the channel.default voidChannelEventListener.onChannelDataOut(Channel channel, ByteBuffer buffer) Data has been sent on the channel.default voidChannelEventListener.onChannelEOF(Channel channel) The channel has received an EOF from the remote clientdefault voidChannelEventListener.onChannelError(Channel channel, Throwable e) Called when a channel is disconnected because of a connection loss.default voidChannelEventListener.onChannelExtendedData(Channel channel, ByteBuffer buffer, int type) Data has been received on the extended channel.default voidChannelEventListener.onChannelOpen(Channel channel) The channel has been opened.default voidChannelEventListener.onWindowAdjust(Channel channel, long currentWindowSpace) When the remote side adjusts its window.voidSshConnection.openChannel(Channel channel) static voidSessionChannelHelper.sendExitStatus(Channel channel, int exitcode)