Uses of Record Class
io.helidon.http.http2.Http2WindowUpdate
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
Helidon WebServer HTTP/2 SPI.
-
Uses of Http2WindowUpdate in io.helidon.http.http2
Modifier and TypeMethodDescriptionstatic Http2WindowUpdate
Http2WindowUpdate.create
(BufferData bufferData) Create from frame data.Modifier and TypeMethodDescriptiondefault void
Http2FrameListener.frame
(SocketContext ctx, int streamId, Http2WindowUpdate windowUpdate) Window update frame.void
Http2LoggingFrameListener.frame
(SocketContext ctx, int streamId, Http2WindowUpdate windowUpdate) void
Http2Stream.windowUpdate
(Http2WindowUpdate windowUpdate) Flow control window update.Modifier and TypeMethodDescriptionConnectionFlowControl.clientBuilder
(BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create connection HTTP/2 flow-control for client side.static WindowSize.Inbound
WindowSize.createInbound
(io.helidon.http.http2.ConnectionFlowControl.Type type, int streamId, int initialWindowSize, int maxFrameSize, BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create inbound window size container with initial window size set.static WindowSize.Inbound
WindowSize.createInboundNoop
(int streamId, BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create inbound window size container with flow control turned off.ConnectionFlowControl.serverBuilder
(BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create connection HTTP/2 flow-control for server side. -
Uses of Http2WindowUpdate in io.helidon.webclient.http2
Modifier and TypeMethodDescriptionvoid
Http2ClientStream.windowUpdate
(Http2WindowUpdate windowUpdate) -
Uses of Http2WindowUpdate in io.helidon.webserver.http2.spi
Modifier and TypeMethodDescriptionvoid
Http2SubProtocolSelector.SubProtocolHandler.windowUpdate
(Http2WindowUpdate update) Window update was received.