| Interface | Description |
|---|---|
| ClientConnector |
An interface for the NIO framework to connect outgoing sockets.
|
| ProtocolContextFactory<T extends ProtocolContext> |
Creates the ProtocolContext for a new incoming connection.
|
| ProtocolEngine |
This interface defines the contract for a protocol implementation.
|
| SelectionKeyAware |
Callback to receive a SelectionKey
|
| SelectorRegistrationListener |
Allows an object to receive notification that a registration has completed
on a
SelectorThread. |
| SelectorThreadImpl |
Each
SelectorThread requires an implementation of this
interface to pass selection events. |
| SocketConnectionFactory |
Interface for creating SocketConnection objects.
|
| SocketHandler |
An interface used by the
SelectorThread to notify an object
of when a read or write event has occurred. |
| SocketWriteCallback |
Provides a callback when the socket has completed a socket write operation.
|
| SshEngineListener |
| Class | Description |
|---|---|
| ClientAcceptor |
An abstract class for the NIO framework to accept client connections.
|
| ConnectRequestFuture | |
| DefaultSocketConnectionFactory |
Create a default SocketConnection.
|
| DisconnectRequestFuture | |
| ListeningInterface |
Represents a listening interface for incoming socket connections.
|
| PomVersion | |
| ProtocolContext |
A protocol context defines the behavior for a listening interface.
|
| SelectorThread |
Provides management of a single selector.
|
| SelectorThreadPool |
Maintains a pool of
SelectoThreads increasing the pool when required
and always maintaining the minimum number of permanent threads required. |
| SocketConnection |
This class implements a
SocketHandler using a standard socket. |
| SshEngine |
This class provides an abstract daemon for servicing any number of protocol
contexts.
|
| SshEngineContext |
Each instance of a
SshEngine has a single configuration context. |
| SshEngineListenerAdapter | |
| StaticContextFactory<T extends ProtocolContext> |
Holds a single context
|
| Exception | Description |
|---|---|
| LicenseException |
Thrown by the licensing system if there is a problem with the license.
|
Copyright © 2021. All rights reserved.