| 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.
|
| com.sshtools.server.vshell |
| Modifier and Type | Field and Description |
|---|---|
protected DaemonContext |
SocketConnection.daemonContext |
| Modifier and Type | Method and Description |
|---|---|
DaemonContext |
Daemon.getContext()
Get the context for this Daemon.
|
DaemonContext |
SocketConnection.getDaemonContext()
Get the daemon process for this socket.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Daemon.configure(DaemonContext context)
Called before the server is started so that you can configure the server
to your own requirements.
|
SocketConnection |
SocketConnectionFactory.createSocketConnection(DaemonContext context,
SocketAddress localAddress,
SocketAddress remoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
DaemonContext |
SshContext.getDaemonContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VirtualSSHD.configure(DaemonContext context) |
Copyright © 2025. All rights reserved.