Uses of Class
org.apache.http.impl.bootstrap.HttpServer.Status
-
Packages that use HttpServer.Status Package Description org.apache.http.impl.bootstrap Embedded server and server bootstrap. -
-
Uses of HttpServer.Status in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap with type parameters of type HttpServer.Status Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HttpServer.Status>
HttpServer. status
Methods in org.apache.http.impl.bootstrap that return HttpServer.Status Modifier and Type Method Description static HttpServer.Status
HttpServer.Status. valueOf(java.lang.String name)
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.
-