Package 

Enum HandshakeState

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum HandshakeState
    
                        

    Enum which represents the states a handshake may be in

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MATCHED

      Handshake matched this Draft successfully

      NOT_MATCHED

      Handshake is does not match this Draft

    • Method Summary

      Modifier and Type Method Description
      static Array<HandshakeState> values()
      static HandshakeState valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait