Enum Class AbstractServerHttpResponse.State

java.lang.Object
java.lang.Enum<AbstractServerHttpResponse.State>
cn.taketoday.http.server.reactive.AbstractServerHttpResponse.State
所有已实现的接口:
Serializable, Comparable<AbstractServerHttpResponse.State>, Constable
封闭类:
AbstractServerHttpResponse

private static enum AbstractServerHttpResponse.State extends Enum<AbstractServerHttpResponse.State>
COMMITTING -> COMMITTED is the period after doCommit is called but before the response status and headers have been applied to the underlying response during which time pre-commit actions can still make changes to the response status and headers.