|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportProtocol | |
---|---|
com.sshtools.daemon.transport | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.transport | |
com.sshtools.j2ssh.transport.kex |
Uses of TransportProtocol in com.sshtools.daemon.transport |
---|
Classes in com.sshtools.daemon.transport that implement TransportProtocol | |
---|---|
class |
TransportProtocolServer
|
Uses of TransportProtocol in com.sshtools.j2ssh |
---|
Methods in com.sshtools.j2ssh with parameters of type TransportProtocol | |
---|---|
void |
SshEventAdapter.onConnected(TransportProtocol transport)
|
void |
SshEventAdapter.onDisconnect(TransportProtocol transport)
|
void |
SshEventAdapter.onSocketTimeout(TransportProtocol transport)
|
Uses of TransportProtocol in com.sshtools.j2ssh.transport |
---|
Classes in com.sshtools.j2ssh.transport that implement TransportProtocol | |
---|---|
class |
TransportProtocolClient
|
class |
TransportProtocolCommon
|
Fields in com.sshtools.j2ssh.transport declared as TransportProtocol | |
---|---|
protected TransportProtocol |
Service.transport
The underlying transport protocol |
Methods in com.sshtools.j2ssh.transport with parameters of type TransportProtocol | |
---|---|
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)
|
Uses of TransportProtocol in com.sshtools.j2ssh.transport.kex |
---|
Fields in com.sshtools.j2ssh.transport.kex declared as TransportProtocol | |
---|---|
protected TransportProtocol |
SshKeyExchange.transport
|
Methods in com.sshtools.j2ssh.transport.kex with parameters of type TransportProtocol | |
---|---|
void |
SshKeyExchange.init(TransportProtocol transport)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |