Enum Class的使用
cn.taketoday.http.server.reactive.AbstractServerHttpResponse.State
程序包
说明
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.-
cn.taketoday.http.server.reactive中AbstractServerHttpResponse.State的使用
修饰符和类型字段说明private final AtomicReference<AbstractServerHttpResponse.State>AbstractServerHttpResponse.state修饰符和类型方法说明Returns the enum constant of this class with the specified name.static AbstractServerHttpResponse.State[]AbstractServerHttpResponse.State.values()Returns an array containing the constants of this enum class, in the order they are declared.