| Package | Description |
|---|---|
| net.schmizz.sshj.common | |
| net.schmizz.sshj.sftp | |
| net.schmizz.sshj.transport.compression |
| Modifier and Type | Class and Description |
|---|---|
class |
Buffer<T extends Buffer<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Buffer.PlainBuffer |
class |
SSHPacket |
| Modifier and Type | Method and Description |
|---|---|
T |
Buffer.putBuffer(Buffer<? extends Buffer<?>> buffer)
Copies the contents of provided buffer into this buffer
|
abstract void |
KeyType.putPubKeyIntoBuffer(PublicKey pk,
Buffer<?> buf) |
abstract PublicKey |
KeyType.readPubKeyFromBuffer(String type,
Buffer<?> buf) |
| Modifier and Type | Method and Description |
|---|---|
T |
Buffer.putBuffer(Buffer<? extends Buffer<?>> buffer)
Copies the contents of provided buffer into this buffer
|
| Constructor and Description |
|---|
Buffer(Buffer<?> from) |
PlainBuffer(Buffer<?> from) |
| Modifier and Type | Class and Description |
|---|---|
class |
Request |
class |
Response |
class |
SFTPPacket<T extends SFTPPacket<T>> |
| Constructor and Description |
|---|
Response(Buffer<Response> pk,
int protocolVersion) |
SFTPPacket(Buffer<T> buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZlibCompression.compress(Buffer buffer) |
void |
Compression.compress(Buffer buffer)
Compress the given buffer in place.
|
void |
ZlibCompression.uncompress(Buffer from,
Buffer to) |
void |
ZlibCompression.uncompress(Buffer from,
Buffer to) |
void |
Compression.uncompress(Buffer from,
Buffer to)
Uncompress the data in a buffer into another buffer.
|
void |
Compression.uncompress(Buffer from,
Buffer to)
Uncompress the data in a buffer into another buffer.
|
Copyright © 2009–2014. All rights reserved.