Uses of Class
dev.relism.flash.http2.frame.FrameHeader
Packages that use FrameHeader
-
Uses of FrameHeader in dev.relism.flash.http2.frame
Methods in dev.relism.flash.http2.frame that return FrameHeaderModifier and TypeMethodDescriptionHttp2FrameReader.readFrame()Reads the next frame's header and payload, bounded byHttp2Limits.FRAME_READ_TIMEOUT_MS, and returns the reusedFrameHeaderflyweight positioned over it — ornullon a clean EOF between frames (the peer closed the connection while nothing was in flight; not an error).Http2FrameReader.readFrame(long timeoutMs) Reads one frame using a caller-supplied upper bound for this frame's absolute deadline.Methods in dev.relism.flash.http2.frame with parameters of type FrameHeaderModifier and TypeMethodDescriptionstatic voidFrameValidator.validate(FrameHeader header, boolean insideHeaderBlock) Validatesheaderagainst RFC 9113's rules for its type.