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 SelectorThread |
SocketConnection.selectorThread |
Modifier and Type | Method and Description |
---|---|
SelectorThread |
SocketConnection.getThread()
Get the selector thread for this connection
|
SelectorThread |
SelectorThreadPool.selectNextThread()
Select the next available thread with the minimum load.
|
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,
SelectorThread thread) |
void |
Daemon.registerHandler(SocketHandler handler,
SelectableChannel channel,
SelectorThread thread,
ProtocolEngine engine)
Register a socket handler with the daemon.
|
void |
SocketHandler.setThread(SelectorThread thread)
Sets the selector thread this handler runs upon
|
void |
SocketConnection.setThread(SelectorThread thread)
Set the selector thread for this connection
|
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.
|
void |
SocketForwardingChannel.setThread(SelectorThread thread)
Sets the selector thread for this connection
|
Copyright © 2024. All rights reserved.