|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChannelEventListener
Interface for receiving Channel events (currently only supports the
close event).
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void onChannelOpen(Channel channel)
channel - void onChannelClose(Channel channel)
channel - void onChannelEOF(Channel channel)
channel - void onChannelClosing(Channel channel)
channel - Channel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||