| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.common.channel | |
| org.apache.sshd.common.util.buffer | |
| org.apache.sshd.server.session |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractClientSession.checkKeys() |
| Constructor and Description |
|---|
ClientConnectionService(AbstractClientSession s) |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowClosedException
Indicates a
Window has been closed. |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
Buffer.getKeyPair() |
PublicKey |
Buffer.getPublicKey() |
PublicKey |
Buffer.getPublicKey(BufferPublicKeyParser<? extends PublicKey> parser) |
PublicKey |
Buffer.getRawPublicKey() |
PublicKey |
Buffer.getRawPublicKey(BufferPublicKeyParser<? extends PublicKey> parser) |
| Constructor and Description |
|---|
ServerConnectionService(AbstractServerSession s) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.