Package | Description |
---|---|
com.sshtools.daemon.transport | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.transport | |
com.sshtools.j2ssh.transport.kex |
Modifier and Type | Class and Description |
---|---|
class |
TransportProtocolServer |
Modifier and Type | Method and Description |
---|---|
void |
SshEventAdapter.onConnected(TransportProtocol transport) |
void |
SshEventAdapter.onDisconnect(TransportProtocol transport) |
void |
SshEventAdapter.onSocketTimeout(TransportProtocol transport) |
Modifier and Type | Class and Description |
---|---|
class |
TransportProtocolClient |
class |
TransportProtocolCommon |
Modifier and Type | Field and Description |
---|---|
protected TransportProtocol |
Service.transport
The underlying transport protocol
|
Modifier and Type | Method and Description |
---|---|
void |
Service.init(int startMode,
TransportProtocol transport)
Initialize the service.
|
void |
TransportProtocolEventHandler.onConnected(TransportProtocol transport) |
void |
TransportProtocolEventAdapter.onConnected(TransportProtocol transport) |
void |
TransportProtocolEventHandler.onDisconnect(TransportProtocol transport) |
void |
TransportProtocolEventAdapter.onDisconnect(TransportProtocol transport) |
void |
TransportProtocolEventHandler.onSocketTimeout(TransportProtocol transport) |
void |
TransportProtocolEventAdapter.onSocketTimeout(TransportProtocol transport) |
Modifier and Type | Field and Description |
---|---|
protected TransportProtocol |
SshKeyExchange.transport |
Modifier and Type | Method and Description |
---|---|
void |
SshKeyExchange.init(TransportProtocol transport) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.