java.lang.Objectcom.sshtools.j2ssh.util.State
com.sshtools.j2ssh.transport.TransportProtocolState
All Implemented Interfaces:
Serializable
$ - author$$ - Revision: 1.24 $| Field Summary | ||
|---|---|---|
| public static final int | UNINITIALIZED | |
| public static final int | NEGOTIATING_PROTOCOL | |
| public static final int | PERFORMING_KEYEXCHANGE | |
| public static final int | CONNECTED | |
| public static final int | DISCONNECTED | |
| public IOException | lastError | |
| public String | reason | |
| Fields inherited from com.sshtools.j2ssh.util.State: |
|---|
| state |
| Constructor: |
|---|
|
| Method from com.sshtools.j2ssh.transport.TransportProtocolState Summary: |
|---|
| getDisconnectReason, getLastError, hasError, isValidState, setDisconnectReason, setLastError |
| Methods from com.sshtools.j2ssh.util.State: |
|---|
| breakWaiting, getValue, isValidState, setValue, waitForState, waitForState, waitForStateUpdate |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.sshtools.j2ssh.transport.TransportProtocolState Detail: |
|---|
|
|
|
|
|
|