| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolEngine |
SocketConnection.protocolEngine |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolEngine |
ProtocolContext.createEngine(ConnectRequestFuture connectFuture)
Create a protocol engine.
|
ProtocolEngine |
SocketConnection.getProtocolEngine()
Get the protocol engine for this socket.
|
ProtocolEngine |
ConnectRequestFuture.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectRequestFuture.connected(ProtocolEngine transport,
Connection<?> con) |
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 |
SocketConnection.setProtocolEngine(ProtocolEngine protocolEngine)
Set a new ProtocolEngine to handle this sockets data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportProtocol<T extends SshContext>
This class implements the SSH Transport Protocol for the SSHD server.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolEngine |
SshContext.createEngine(ConnectRequestFuture connectFuture) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2021. All rights reserved.