public interface SshChannelListener extends SshLifecycleListener
| Modifier and Type | Method and Description |
|---|---|
void |
eof(SshChannel channel)
A channel has been reached EOF.
|
boolean |
request(SshChannel channel,
java.lang.String requesttype,
boolean wantreply,
byte[] requestdata)
The remote side sent a channel request.
|
closed, closing, openedvoid eof(SshChannel channel)
channel - the channel at EOF.boolean request(SshChannel channel, java.lang.String requesttype, boolean wantreply, byte[] requestdata)
channel - channelrequesttype - request typewantreply - server requested a replyrequestdata - request datatrueCopyright © 2018. All rights reserved.