| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Field and Description |
|---|---|
protected SshEngine |
SocketConnection.daemon |
| Modifier and Type | Method and Description |
|---|---|
static SshEngine |
SshEngine.getDefaultInstance() |
SshEngine |
SshEngineContext.getEngine()
Get the instance of the SSHD for this context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocketConnection.initialize(ProtocolEngine protocolEngine,
SshEngine daemon,
java.nio.channels.SelectableChannel channel)
Initialize the socket with the protocol engine and the daemon process.
|
void |
SocketHandler.initialize(ProtocolEngine engine,
SshEngine daemon,
java.nio.channels.SelectableChannel channel)
Initialise this socket with a
ProtocolEngine and the current
SshEngine. |
void |
SshEngineListenerAdapter.interfaceCannotStart(SshEngine engine,
ListeningInterface li,
java.io.IOException ex) |
void |
SshEngineListener.interfaceCannotStart(SshEngine engine,
ListeningInterface li,
java.io.IOException ex) |
void |
SshEngineListenerAdapter.interfaceCannotStop(SshEngine engine,
ListeningInterface li,
java.io.IOException e) |
void |
SshEngineListener.interfaceCannotStop(SshEngine engine,
ListeningInterface li,
java.io.IOException e) |
void |
SshEngineListenerAdapter.interfaceStarted(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListener.interfaceStarted(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListenerAdapter.interfaceStopped(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListener.interfaceStopped(SshEngine engine,
ListeningInterface li) |
void |
SshEngineListenerAdapter.shutdown(SshEngine engine) |
void |
SshEngineListener.shutdown(SshEngine engine) |
void |
SshEngineListenerAdapter.shuttingDown(SshEngine engine) |
void |
SshEngineListener.shuttingDown(SshEngine engine) |
void |
SshEngineListenerAdapter.started(SshEngine engine) |
void |
SshEngineListener.started(SshEngine engine) |
void |
SshEngineListenerAdapter.starting(SshEngine engine) |
void |
SshEngineListener.starting(SshEngine engine) |
| Modifier and Type | Field and Description |
|---|---|
protected SshEngine |
SshContext.daemon |
| Modifier and Type | Method and Description |
|---|---|
SshEngine |
SshContext.getEngine()
Get the instance of the SSHD for this context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshContext.init(SshEngine daemon)
Initialise the SshContext by setting the daemon
|
void |
SocketForwardingChannel.initialize(ProtocolEngine engine,
SshEngine daemon)
No initialisation is necessary so this method does nothing.
|
void |
RemoteForwardingChannel.initialize(ProtocolEngine engine,
SshEngine daemon,
java.nio.channels.SelectableChannel channel) |
void |
LocalForwardingChannel.initialize(ProtocolEngine engine,
SshEngine daemon,
java.nio.channels.SelectableChannel channel) |
| Constructor and Description |
|---|
SshContext(SshEngine daemon,
ComponentManager componentManager,
SecurityLevel securityLevel)
Constructs a default context
|
Copyright © 2021. All rights reserved.