Uses of Class
io.helidon.http.http2.Http2FrameHeader
Packages that use Http2FrameHeader
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
Helidon WebServer HTTP/2 SPI.
-
Uses of Http2FrameHeader in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2FrameHeaderModifier and TypeMethodDescriptionstatic <T extends Http2Flag>
Http2FrameHeaderHttp2FrameHeader.create
(int length, Http2FrameTypes<T> frameType, T flags, int streamIdentifier) Create a frame header from known values.static Http2FrameHeader
Http2FrameHeader.create
(BufferData bytes) Create a header from header bytes.Http2FrameData.header()
Returns the value of theheader
record component.Methods in io.helidon.http.http2 with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoid
Http2Stream.data
(Http2FrameHeader header, BufferData data, boolean endOfStream) Data frame.default void
Http2FrameListener.frameHeader
(SocketContext ctx, int streamId, Http2FrameHeader header) Frame header.void
Http2LoggingFrameListener.frameHeader
(SocketContext ctx, int streamId, Http2FrameHeader frameHeader) Constructors in io.helidon.http.http2 with parameters of type Http2FrameHeaderModifierConstructorDescriptionHttp2FrameData
(Http2FrameHeader header, BufferData data) Creates an instance of aHttp2FrameData
record class. -
Uses of Http2FrameHeader in io.helidon.webclient.http2
Methods in io.helidon.webclient.http2 with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoid
Http2ClientStream.data
(Http2FrameHeader header, BufferData data, boolean endOfStream) -
Uses of Http2FrameHeader in io.helidon.webserver.http2.spi
Methods in io.helidon.webserver.http2.spi with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoid
Http2SubProtocolSelector.SubProtocolHandler.data
(Http2FrameHeader header, BufferData data) Data was received.