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