| Interface | Description |
|---|---|
| BuiltinFactory<T> |
A named optional factory.
|
| Closeable |
A
Closeable is a resource that can be closed. |
| Factory<T> |
Fatory is a simple interface that is used to create other objects.
|
| FactoryManager |
This interface allows retrieving all the
NamedFactory used
in the SSH protocol. |
| NamedFactory<T> |
A named factory is a factory identified by a name.
|
| NamedResource | |
| OptionalFeature | |
| Service |
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
|
| ServiceFactory |
| Class | Description |
|---|---|
| AbstractFactoryManager |
TODO Add javadoc
|
| BaseBuilder<T extends AbstractFactoryManager,S extends BaseBuilder<T,S>> |
Base class for dedicated client/server instance builders
|
| BuiltinFactory.Utils | |
| FactoryManagerUtils | |
| NamedFactory.Utils |
Utility class to help using NamedFactories
|
| NamedResource.Utils |
Utility class to help using
NamedResources |
| ServiceFactory.Utils |
Utility class to help using NamedFactories
|
| SshConstants |
This interface defines constants for the SSH protocol.
|
| SshdSocketAddress |
A simple socket address holding the host name and port number.
|
| Exception | Description |
|---|---|
| RuntimeSshException |
Exception used in the SSH client or server.
|
| SshException |
TODO Add javadoc
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.