Uses of Enum
org.apache.hc.core5.http.impl.nio.MessageState
Packages that use MessageState
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
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 declared as MessageStateModifier and TypeFieldDescriptionprivate MessageState
ClientHttp1StreamHandler.requestState
private MessageState
ServerHttp1StreamHandler.requestState
private MessageState
ClientHttp1StreamHandler.responseState
private MessageState
ServerHttp1StreamHandler.responseState
Methods in org.apache.hc.core5.http.impl.nio that return MessageStateModifier and TypeMethodDescriptionstatic MessageState
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 MessageStateModifier and TypeFieldDescriptionprivate MessageState
ClientH2StreamHandler.requestState
private MessageState
ClientPushH2StreamHandler.requestState
private MessageState
ServerH2StreamHandler.requestState
private MessageState
ServerPushH2StreamHandler.requestState
private MessageState
ClientH2StreamHandler.responseState
private MessageState
ClientPushH2StreamHandler.responseState
private MessageState
ServerH2StreamHandler.responseState
private MessageState
ServerPushH2StreamHandler.responseState