public static interface SshChannel.ChannelData
| Modifier and Type | Method and Description |
|---|---|
byte[] |
create()
Called after the channel has been created by the factory.
|
int |
getPacketSize()
Get the packet size.
|
byte[] |
getRequestData()
Get the request data
|
long |
getTimeout()
Get the timeout to use for opening the channel.
|
int |
getWindowSize()
Get the window size.
|
byte[] getRequestData()
int getWindowSize()
int getPacketSize()
long getTimeout()
byte[] create()
IOExceptionCopyright © 2018. All rights reserved.