Uses of Record Class
io.helidon.http.http2.Http2WindowUpdate
Packages that use Http2WindowUpdate
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebServer HTTP/2 SPI.
-
Uses of Http2WindowUpdate in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2WindowUpdateModifier and TypeMethodDescriptionstatic Http2WindowUpdateHttp2WindowUpdate.create(BufferData bufferData) Create from frame data.Methods in io.helidon.http.http2 with parameters of type Http2WindowUpdateModifier and TypeMethodDescriptiondefault voidHttp2FrameListener.frame(SocketContext ctx, int streamId, Http2WindowUpdate windowUpdate) Window update frame.voidHttp2LoggingFrameListener.frame(SocketContext ctx, int streamId, Http2WindowUpdate windowUpdate) voidHttp2Stream.windowUpdate(Http2WindowUpdate windowUpdate) Flow control window update.Method parameters in io.helidon.http.http2 with type arguments of type Http2WindowUpdateModifier and TypeMethodDescriptionConnectionFlowControl.clientBuilder(BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create connection HTTP/2 flow-control for client side.static WindowSize.InboundWindowSize.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.InboundWindowSize.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.webserver.http2.spi
Methods in io.helidon.webserver.http2.spi with parameters of type Http2WindowUpdateModifier and TypeMethodDescriptionvoidHttp2SubProtocolSelector.SubProtocolHandler.windowUpdate(Http2WindowUpdate update) Window update was received.