public interface ChannelEventListener
Channel
events (currently only supports the
close event).Modifier and Type | Method and Description |
---|---|
void |
onChannelClose(Channel channel)
The channel has been closed
|
void |
onChannelClosing(Channel channel)
The channel is closing, but has not sent its SSH_MSG_CHANNEL_CLOSE
|
void |
onChannelEOF(Channel channel)
The channel has received an EOF from the remote client
|
void |
onChannelOpen(Channel channel)
The channel has been opened.
|
void |
onWindowAdjust(Channel channel,
long currentWindowSpace)
When the remote side adjusts its window.
|
void onChannelOpen(Channel channel)
channel
- void onChannelClose(Channel channel)
channel
- void onChannelEOF(Channel channel)
channel
- void onChannelClosing(Channel channel)
channel
- Channelvoid onWindowAdjust(Channel channel, long currentWindowSpace)
channel
- Copyright © 2024. All rights reserved.