Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.transport » [javadoc | source]
com.sshtools.j2ssh.transport
public class: TransportProtocolState [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.util.State
      com.sshtools.j2ssh.transport.TransportProtocolState

All Implemented Interfaces:
    Serializable

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:
 public TransportProtocolState() 
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:
 public String getDisconnectReason() 
 public IOException getLastError() 
 public boolean hasError() 
 public boolean isValidState(int state) 
 protected  void setDisconnectReason(String reason) 
 protected  void setLastError(IOException lastError)