Uses of Class
io.helidon.nima.http2.Http2FrameHeader
Packages that use Http2FrameHeader
Package
Description
HTTP/2 types common for client and server.
HTTP/2 WebServer.
HTTP/2 WebServer SPI.
-
Uses of Http2FrameHeader in io.helidon.nima.http2
Methods in io.helidon.nima.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(BufferData bytes) Create a header from header bytes.Http2FrameData.header()Returns the value of theheaderrecord component.Methods in io.helidon.nima.http2 with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoidHttp2Stream.data(Http2FrameHeader header, BufferData data) Data frame.default voidHttp2FrameListener.frameHeader(SocketContext ctx, Http2FrameHeader header) Frame header.voidHttp2LoggingFrameListener.frameHeader(SocketContext ctx, Http2FrameHeader frameHeader) Constructors in io.helidon.nima.http2 with parameters of type Http2FrameHeaderModifierConstructorDescriptionHttp2FrameData(Http2FrameHeader header, BufferData data) Creates an instance of aHttp2FrameDatarecord class. -
Uses of Http2FrameHeader in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoidHttp2Stream.data(Http2FrameHeader header, BufferData data) -
Uses of Http2FrameHeader in io.helidon.nima.http2.webserver.spi
Methods in io.helidon.nima.http2.webserver.spi with parameters of type Http2FrameHeaderModifier and TypeMethodDescriptionvoidHttp2SubProtocolSelector.SubProtocolHandler.data(Http2FrameHeader header, BufferData data) Data was received.