| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.channel |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelSessionAware.setChannelSession(ChannelSession session)
Receives the channel in which the command is being executed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PipeDataReceiver.data(ChannelSession channel,
byte[] buf,
int start,
int len) |
int |
ChannelDataReceiver.data(ChannelSession channel,
byte[] buf,
int start,
int len)
Called when the server receives additional bytes from the client.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.