| Package | Description |
|---|---|
| com.maverick.nio |
This package contains a generic framework for Java NIO daemons.
|
| com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolEngine |
SocketConnection.protocolEngine |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolEngine |
ProtocolContext.createEngine()
Create a protocol engine.
|
ProtocolEngine |
SocketConnection.getProtocolEngine()
Get the protocol engine for this socket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocketHandler.initialize(ProtocolEngine engine,
Daemon daemon,
SelectableChannel sc,
SelectorThread thread)
Initialize this socket with a
ProtocolEngine and the current
Daemon. |
void |
SocketConnection.initialize(ProtocolEngine protocolEngine,
Daemon daemon,
SelectableChannel sc,
SelectorThread selectorThread)
Initialize the socket with the protocol engine and the daemon process.
|
void |
Daemon.registerHandler(SocketHandler handler,
SelectableChannel channel,
ProtocolEngine engine)
Register a socket handler with the daemon.
|
void |
Daemon.registerHandler(SocketHandler handler,
SelectableChannel channel,
SelectorThread thread,
ProtocolEngine engine)
Register a socket handler with the daemon.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportProtocol
This class implements the SSH Transport Protocol for the SSHD server.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolEngine |
SshContext.createEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketForwardingChannel.initialize(ProtocolEngine engine,
Daemon daemon,
SelectableChannel sc,
SelectorThread selectorThread)
No initialization is necessary so this method does nothing.
|
Copyright © 2025. All rights reserved.