Uses of Class
org.apache.hc.core5.http.impl.bootstrap.HttpServer
-
Packages that use HttpServer Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.testing.classic org.apache.hc.core5.testing.framework -
-
Uses of HttpServer in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap that return HttpServer Modifier and Type Method Description HttpServer
ServerBootstrap. create()
-
Uses of HttpServer in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic with type parameters of type HttpServer Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HttpServer>
ClassicTestServer. serverRef
-
Uses of HttpServer in org.apache.hc.core5.testing.framework
Fields in org.apache.hc.core5.testing.framework declared as HttpServer Modifier and Type Field Description private HttpServer
TestingFramework. server
-