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 TransportProtocolStateAuthenticationProtocolServer. getConnectionState() -
Uses of TransportProtocolState in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return TransportProtocolState Modifier and Type Method Description TransportProtocolStateSshClient. 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 TransportProtocolStateTransportProtocolCommon. stateMethods in com.sshtools.j2ssh.transport that return TransportProtocolState Modifier and Type Method Description TransportProtocolStateTransportProtocol. getState()TransportProtocolStateTransportProtocolCommon. getState()
-