Groovy Documentation

org.jdesktop.http
[Java] Enum State

java.lang.Object
  java.lang.Enum
      org.jdesktop.http.State

public enum State
extends Enum

Enumeration indicating the state that a Session is in.


Enum Constant Summary
ABORTED

CONNECTING

DONE

FAILED

READY

RECEIVING

SENDING

SENT

 
Method Summary
State valueOf(String name)

Returns the enum constant of this type with the specified name.

State[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

ABORTED

State ABORTED


CONNECTING

State CONNECTING


DONE

State DONE


FAILED

State FAILED


READY

State READY


RECEIVING

State RECEIVING


SENDING

State SENDING


SENT

State SENT


 
Method Detail

valueOf

State valueOf(String name)
Returns the enum constant of this type with the specified name.


values

State[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation