Uses of Class
io.helidon.nima.webclient.http1.Http1Client.Http1ClientBuilder
Packages that use Http1Client.Http1ClientBuilder
Package
Description
WebClient APIs shared by all types of clients.
HTTP/1.1 WebClient.
-
Uses of Http1Client.Http1ClientBuilder in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient that return Http1Client.Http1ClientBuilder -
Uses of Http1Client.Http1ClientBuilder in io.helidon.nima.webclient.http1
Fields in io.helidon.nima.webclient.http1 with type parameters of type Http1Client.Http1ClientBuilderModifier and TypeFieldDescriptionstatic final Protocol<Http1Client.Http1ClientBuilder>Http1.PROTOCOLProtocol to use when creating HTTP/1.1 clients.Methods in io.helidon.nima.webclient.http1 that return Http1Client.Http1ClientBuilderModifier and TypeMethodDescriptionHttp1Client.builder()A new fluent API builder to customize instances.Http1Client.Http1ClientBuilder.connectionQueueSize(int connectionQueueSize) Configure the maximum allowed size of the connection queue.Http1Client.Http1ClientBuilder.maxHeaderSize(int maxHeaderSize) Configure the maximum allowed header size of the response.Http1Client.Http1ClientBuilder.maxStatusLineLength(int maxStatusLineLength) Configure the maximum allowed length of the status line from the response.Http1Client.Http1ClientBuilder.mediaContext(MediaContext mediaContext) Configure the defaultMediaContext.Http1Client.Http1ClientBuilder.sendExpect100Continue(boolean sendExpect100Continue) Sets whether Expect-100-Continue header is sent to verify server availability for a chunked transfer.Http1Client.Http1ClientBuilder.validateHeaders(boolean validateHeaders) Sets whether the header format is validated or not.