|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.sshd.ChannelEventAdapter
public class ChannelEventAdapter
An adapter for the ChannelEventListener interface.
| Constructor Summary | |
|---|---|
ChannelEventAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelEventAdapter()
| Method Detail |
|---|
public void onChannelOpen(Channel channel)
ChannelEventListener
onChannelOpen in interface ChannelEventListenerpublic void onChannelClose(Channel channel)
ChannelEventListener
onChannelClose in interface ChannelEventListenerpublic void onChannelEOF(Channel channel)
ChannelEventListener
onChannelEOF in interface ChannelEventListenerpublic void onChannelClosing(Channel channel)
ChannelEventListener
onChannelClosing in interface ChannelEventListenerchannel - Channel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||