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