Uses of Interface
io.helidon.webclient.http2.Http2ClientRequest
-
Uses of Http2ClientRequest in io.helidon.webclient.http2
Modifier and TypeMethodDescriptionHttp2ClientRequest.flowControlTimeout
(Duration timeout) Outbound flow control blocking timeout.Http2ClientRequest.priority
(int priority) Priority defines a weight between 1 and 256 (inclusive) to prioritize this stream by the server.Http2ClientRequest.priorKnowledge
(boolean priorKnowledge) Configure prior knowledge of HTTP/2 (e.g.Http2ClientRequest.requestPrefetch
(int requestPrefetch) Configure request prefetch, increases both connection and stream inbound flow control window and may send window updates to inform the server, depending on flow control strategy.