| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.common.io | |
| org.apache.sshd.common.io.mina | |
| org.apache.sshd.common.io.nio2 |
| Modifier and Type | Field and Description |
|---|---|
protected IoConnector |
SshClient.connector |
| Modifier and Type | Field and Description |
|---|---|
protected Factory<IoConnector> |
SshClient.connectorFactory |
| Modifier and Type | Method and Description |
|---|---|
protected IoConnector |
SshClient.createConnector() |
| Modifier and Type | Method and Description |
|---|---|
IoConnector |
IoServiceFactory.createConnector(IoHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
MinaConnector |
| Modifier and Type | Method and Description |
|---|---|
IoConnector |
MinaServiceFactory.createConnector(IoHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2Connector |
| Modifier and Type | Method and Description |
|---|---|
IoConnector |
Nio2ServiceFactory.createConnector(IoHandler handler) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.