package com.firefly.codec.http2.frame; public enum CloseState { NOT_CLOSED, LOCALLY_CLOSED, REMOTELY_CLOSED, CLOSED }