| 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 |
|---|---|
java.security.KeyPair |
Buffer.getKeyPair() |
java.security.PublicKey |
Buffer.getPublicKey() |
java.security.PublicKey |
Buffer.getPublicKey(BufferPublicKeyParser<? extends java.security.PublicKey> parser) |
java.security.PublicKey |
Buffer.getRawPublicKey() |
java.security.PublicKey |
Buffer.getRawPublicKey(BufferPublicKeyParser<? extends java.security.PublicKey> parser) |
| Constructor and Description |
|---|
ServerConnectionService(AbstractServerSession s) |