| Package | Description | 
|---|---|
| com.maverick.nio | This package contains a generic framework for Java NIO daemons. | 
| com.maverick.nio.ssl | |
| com.maverick.sshd | This package contains the base implementation of the SSH server. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ClientConnectorAn interface for the NIO framework to connect outgoing sockets. | 
| interface  | SocketHandlerAn interface used by the  SelectorThreadto notify an object
 of when a read or write event has occurred. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SocketConnectionThis class implements a  SocketHandlerusing a standard socket. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SSLContextConnectionThis class implements an SSL socket connection for the custom server. | 
| class  | SSLSocketConnectionThis class implements an SSL socket connection for the custom server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocalForwardingChannelImplements a Local forwarding channel for use with forwarding sockets from the client machine through the server to some endpoint reachable from the server machine. | 
| class  | RemoteForwardingChannel
 Implements a Remote forwarding channel for use with forwarding sockets from
 the server machine through the client to some endpoint reachable from the
 client machine. | 
| class  | SocketForwardingChannel
 An abstract forwarding channel implementation for use with forwarding both
 local and remote sockets. | 
Copyright © 2025. All rights reserved.