|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportProtocol | |
com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
Uses of TransportProtocol in com.maverick.ssh2 |
Fields in com.maverick.ssh2 declared as TransportProtocol | |
protected TransportProtocol |
SshKeyExchange.transport
The transport protocol for sending/receiving messages |
Methods in com.maverick.ssh2 with parameters of type TransportProtocol | |
void |
SshKeyExchange.init(TransportProtocol transport)
Initialize the key exchange. |
Constructors in com.maverick.ssh2 with parameters of type TransportProtocol | |
AuthenticationProtocol(TransportProtocol transport)
Construct the protocol using the given transport |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |