Uses of Enum Class
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.statusMethods in org.apache.http.impl.nio.bootstrap that return HttpServer.StatusModifier and TypeMethodDescriptionstatic HttpServer.StatusReturns the enum constant of this class with the specified name.static HttpServer.Status[]HttpServer.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.