Uses of Interface
com.sshtools.j2ssh.transport.TransportProtocol
-
Packages that use TransportProtocol Package Description 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 Modifier and Type Class Description class
TransportProtocolServer
-
Uses of TransportProtocol in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type TransportProtocol Modifier and Type Method Description 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 Modifier and Type Class Description class
TransportProtocolClient
class
TransportProtocolCommon
Fields in com.sshtools.j2ssh.transport declared as TransportProtocol Modifier and Type Field Description protected TransportProtocol
Service. transport
The underlying transport protocolMethods in com.sshtools.j2ssh.transport with parameters of type TransportProtocol Modifier and Type Method Description void
Service. init(int startMode, TransportProtocol transport)
Initialize the service.void
TransportProtocolEventAdapter. onConnected(TransportProtocol transport)
void
TransportProtocolEventHandler. onConnected(TransportProtocol transport)
void
TransportProtocolEventAdapter. onDisconnect(TransportProtocol transport)
void
TransportProtocolEventHandler. onDisconnect(TransportProtocol transport)
void
TransportProtocolEventAdapter. onSocketTimeout(TransportProtocol transport)
void
TransportProtocolEventHandler. onSocketTimeout(TransportProtocol transport)
-
Uses of TransportProtocol in com.sshtools.j2ssh.transport.kex
Fields in com.sshtools.j2ssh.transport.kex declared as TransportProtocol Modifier and Type Field Description protected TransportProtocol
SshKeyExchange. transport
Methods in com.sshtools.j2ssh.transport.kex with parameters of type TransportProtocol Modifier and Type Method Description void
SshKeyExchange. init(TransportProtocol transport)
-