Uses of Class
io.helidon.nima.http2.webclient.Http2Client.Http2ClientBuilder
Packages that use Http2Client.Http2ClientBuilder
-
Uses of Http2Client.Http2ClientBuilder in io.helidon.nima.http2.webclient
Fields in io.helidon.nima.http2.webclient with type parameters of type Http2Client.Http2ClientBuilderModifier and TypeFieldDescriptionstatic final Protocol<Http2Client.Http2ClientBuilder>Http2.PROTOCOLProtocol to use when creating HTTP/2 clients.Methods in io.helidon.nima.http2.webclient that return Http2Client.Http2ClientBuilderModifier and TypeMethodDescriptionHttp2Client.builder()A new fluent API builder to customize client setup.Http2Client.Http2ClientBuilder.initialWindowSize(int initialWindowSize) Configure INITIAL_WINDOW_SIZE setting for new HTTP/2 connections.Http2Client.Http2ClientBuilder.maxFrameSize(int maxFrameSize) Configure initial MAX_FRAME_SIZE setting for new HTTP/2 connections.Http2Client.Http2ClientBuilder.maxHeaderListSize(long maxHeaderListSize) Configure initial MAX_HEADER_LIST_SIZE setting for new HTTP/2 connections.Http2Client.Http2ClientBuilder.prefetch(int prefetch) First connection window update increment sent right after the connection is established.Http2Client.Http2ClientBuilder.priorKnowledge(boolean priorKnowledge) Prior knowledge of HTTP/2 capabilities of the server.