Package 

Enum Role

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

    
    public enum Role
    
                        

    Enum which represents the states a websocket may be in

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLIENT
      SERVER
    • Method Summary

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

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