Uses of Class
org.apache.hc.core5.http.impl.nio.MessageState
-
Packages that use MessageState Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of MessageState in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio with type parameters of type MessageState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<MessageState>ClientHttp1StreamHandler. requestStateprivate java.util.concurrent.atomic.AtomicReference<MessageState>ServerHttp1StreamHandler. requestStateprivate java.util.concurrent.atomic.AtomicReference<MessageState>ClientHttp1StreamHandler. responseStateprivate java.util.concurrent.atomic.AtomicReference<MessageState>ServerHttp1StreamHandler. responseStateMethods in org.apache.hc.core5.http.impl.nio that return MessageState Modifier and Type Method Description static MessageStateMessageState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageState[]MessageState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageState in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as MessageState Modifier and Type Field Description private MessageStateClientPushH2StreamHandler. requestStateprivate MessageStateServerPushH2StreamHandler. requestStateprivate MessageStateClientPushH2StreamHandler. responseStateprivate MessageStateServerPushH2StreamHandler. responseStateFields in org.apache.hc.core5.http2.impl.nio with type parameters of type MessageState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<MessageState>ClientH2StreamHandler. requestStateprivate java.util.concurrent.atomic.AtomicReference<MessageState>ServerH2StreamHandler. requestStateprivate java.util.concurrent.atomic.AtomicReference<MessageState>ClientH2StreamHandler. responseStateprivate java.util.concurrent.atomic.AtomicReference<MessageState>ServerH2StreamHandler. responseState
-