Uses of Class
io.helidon.http.http2.Http2FrameHeader
-
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 Http2FrameHeaderHttp2FrameHeader.create(io.helidon.common.buffers.BufferData bytes) Create a header from header bytes.Http2FrameData.header()Returns the value of theheaderrecord component.Methods in io.helidon.http.http2 with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoidHttp2Stream.data(Http2FrameHeader header, io.helidon.common.buffers.BufferData data, boolean endOfStream) Data frame.default voidHttp2FrameListener.frameHeader(io.helidon.common.socket.SocketContext ctx, int streamId, Http2FrameHeader header) Frame header.voidHttp2LoggingFrameListener.frameHeader(io.helidon.common.socket.SocketContext ctx, int streamId, Http2FrameHeader frameHeader) Constructors in io.helidon.http.http2 with parameters of type Http2FrameHeaderModifierConstructorDescriptionHttp2FrameData(Http2FrameHeader header, io.helidon.common.buffers.BufferData data) Creates an instance of aHttp2FrameDatarecord class.