Enum CloseState

java.lang.Object
java.lang.Enum<CloseState>
org.eclipse.jetty.http2.CloseState
All Implemented Interfaces:
Serializable, Comparable<CloseState>, java.lang.constant.Constable

public enum CloseState extends Enum<CloseState>
The set of close states for a stream or a session.
                rcv hc
 NOT_CLOSED ---------------> REMOTELY_CLOSED
      |                             |
   gen|                             |gen
    hc|                             |hc
      |                             |
      v              rcv hc         v
 LOCALLY_CLOSING --------------> CLOSING
      |                             |
   snd|                             |gen
    hc|                             |hc
      |                             |
      v              rcv hc         v
 LOCALLY_CLOSED ----------------> CLOSED