public interface SshDataListener
SshLifecycleComponent opening, closing and data transfer.
Note, to date, not all providers will support all of these events.
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTENDED
Extended data was received from the server on this channel.
|
static int |
RECEIVED
Data was received from the server on this channel
|
static int |
SENT
Data was sent to the server on this channel
|
| Modifier and Type | Method and Description |
|---|---|
void |
data(SshDataProducingComponent channel,
int direction,
byte[] buf,
int off,
int len)
Data has traveled over this channel.
|
static final int SENT
#data(int, byte[], int, int),
Constant Field Valuesstatic final int RECEIVED
#data(int, byte[], int, int),
Constant Field Valuesstatic final int EXTENDED
#data(int, byte[], int, int),
Constant Field Valuesvoid data(SshDataProducingComponent channel, int direction, byte[] buf, int off, int len)
Copyright © 2018. All rights reserved.