public class ChannelEventAdapter extends Object implements ChannelEventListener
ChannelEventListener interface.| Constructor and Description |
|---|
ChannelEventAdapter() |
| 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.
|
public void onChannelOpen(Channel channel)
ChannelEventListeneronChannelOpen in interface ChannelEventListenerpublic void onChannelClose(Channel channel)
ChannelEventListeneronChannelClose in interface ChannelEventListenerpublic void onChannelEOF(Channel channel)
ChannelEventListeneronChannelEOF in interface ChannelEventListenerpublic void onChannelClosing(Channel channel)
ChannelEventListeneronChannelClosing in interface ChannelEventListenerchannel - Channelpublic void onWindowAdjust(Channel channel, long currentWindowSpace)
ChannelEventListeneronWindowAdjust in interface ChannelEventListenerCopyright © 2025. All rights reserved.