Uses of Class
com.sshtools.j2ssh.transport.TransportProtocolState
-
Packages that use TransportProtocolState Package Description com.sshtools.daemon.authentication com.sshtools.j2ssh com.sshtools.j2ssh.transport -
-
Uses of TransportProtocolState in com.sshtools.daemon.authentication
Methods in com.sshtools.daemon.authentication that return TransportProtocolState Modifier and Type Method Description TransportProtocolState
AuthenticationProtocolServer. getConnectionState()
-
Uses of TransportProtocolState in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return TransportProtocolState Modifier and Type Method Description TransportProtocolState
SshClient. getConnectionState()
Returns the transport protocol's connection state. -
Uses of TransportProtocolState in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as TransportProtocolState Modifier and Type Field Description protected TransportProtocolState
TransportProtocolCommon. state
Methods in com.sshtools.j2ssh.transport that return TransportProtocolState Modifier and Type Method Description TransportProtocolState
TransportProtocol. getState()
TransportProtocolState
TransportProtocolCommon. getState()
-