Package 

Enum WriteResult

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

    
    public enum WriteResult
    
                        

    The result of write packet operations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      WR_SUCCESS

      Packet successfully transmitted

      WR_TOO_LARGE

      Packet was too large

      WR_FAIL

      Write failed

    • Method Summary

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

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