Uses of Class
org.apache.hc.core5.http.impl.io.HttpService.Builder
-
Packages that use HttpService.Builder Package Description org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model. -
-
Uses of HttpService.Builder in org.apache.hc.core5.http.impl.io
Methods in org.apache.hc.core5.http.impl.io that return HttpService.Builder Modifier and Type Method Description static HttpService.Builder
HttpService. builder()
Create a newHttpService.Builder
.HttpService.Builder
HttpService.Builder. withConnectionReuseStrategy(ConnectionReuseStrategy connReuseStrategy)
HttpService.Builder
HttpService.Builder. withHttp1StreamListener(Http1StreamListener streamListener)
HttpService.Builder
HttpService.Builder. withHttpProcessor(HttpProcessor processor)
HttpService.Builder
HttpService.Builder. withHttpServerRequestHandler(HttpServerRequestHandler requestHandler)
-