Uses of Enum
org.apache.http.impl.nio.bootstrap.HttpServer.Status
Packages that use HttpServer.Status
Package
Description
Embedded non-blocking server and server bootstrap.
-
Uses of HttpServer.Status in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap with type parameters of type HttpServer.StatusModifier and TypeFieldDescriptionprivate final AtomicReference
<HttpServer.Status> HttpServer.status
Methods in org.apache.http.impl.nio.bootstrap that return HttpServer.StatusModifier and TypeMethodDescriptionstatic HttpServer.Status
Returns the enum constant of this type with the specified name.static HttpServer.Status[]
HttpServer.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.