| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.server.session |
| Modifier and Type | Class and Description |
|---|---|
class |
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerFactoryManager |
SessionFactory.server |
| Modifier and Type | Method and Description |
|---|---|
ServerFactoryManager |
ServerSession.getFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionFactory.setServer(ServerFactoryManager server) |
| Constructor and Description |
|---|
ServerSession(ServerFactoryManager server,
IoSession ioSession) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.