Uses of Class
org.glassfish.grizzly.http2.frames.Http2Frame
Packages that use Http2Frame
-
Uses of Http2Frame in org.glassfish.grizzly.http2
Fields in org.glassfish.grizzly.http2 with type parameters of type Http2FrameModifier and TypeFieldDescriptionprotected final List<Http2Frame>Http2Session.tmpHeaderFramesListMethods in org.glassfish.grizzly.http2 that return Http2FrameMethods in org.glassfish.grizzly.http2 that return types with arguments of type Http2FrameModifier and TypeMethodDescriptionprotected List<Http2Frame>Http2Session.encodeHttpHeaderAsHeaderFrames(FilterChainContext ctx, HttpHeader httpHeader, int streamId, boolean isLast, List<Http2Frame> toList, Map<String, String> capture) Encodes theHttpHeaderand locks the compression lock.protected List<Http2Frame>Http2Session.encodeHttpRequestAsPushPromiseFrames(FilterChainContext ctx, HttpRequestPacket httpRequest, int streamId, int promisedStreamId, List<Http2Frame> toList, Map<String, String> capture) Encodes theHttpRequestPacketas aPushPromiseFrameand locks the compression lock.protected List<Http2Frame>Http2Session.encodeTrailersAsHeaderFrames(int streamId, List<Http2Frame> toList, MimeHeaders trailerHeaders, Map<String, String> capture) Encodes theMapof header values into header frames to be sent as trailer headers.Http2FrameCodec.parse(Http2Session http2Session, Http2FrameCodec.FrameParsingState parsingState, Buffer srcMessage) Methods in org.glassfish.grizzly.http2 with parameters of type Http2FrameModifier and TypeMethodDescriptionprotected voidHttp2Session.checkFrameSequenceSemantics(Http2Frame frame) Http2FrameCodec.serializeAndRecycle(Http2Session http2Session, Http2Frame frame) protected voidHttp2SessionOutputSink.writeDownStream(Http2Frame frame) Method parameters in org.glassfish.grizzly.http2 with type arguments of type Http2FrameModifier and TypeMethodDescriptionprotected List<Http2Frame>Http2Session.encodeHttpHeaderAsHeaderFrames(FilterChainContext ctx, HttpHeader httpHeader, int streamId, boolean isLast, List<Http2Frame> toList, Map<String, String> capture) Encodes theHttpHeaderand locks the compression lock.protected List<Http2Frame>Http2Session.encodeHttpRequestAsPushPromiseFrames(FilterChainContext ctx, HttpRequestPacket httpRequest, int streamId, int promisedStreamId, List<Http2Frame> toList, Map<String, String> capture) Encodes theHttpRequestPacketas aPushPromiseFrameand locks the compression lock.protected List<Http2Frame>Http2Session.encodeTrailersAsHeaderFrames(int streamId, List<Http2Frame> toList, MimeHeaders trailerHeaders, Map<String, String> capture) Encodes theMapof header values into header frames to be sent as trailer headers.protected booleanHttp2BaseFilter.processFrames(FilterChainContext ctx, Http2Session http2Session, List<Http2Frame> framesList) Http2FrameCodec.serializeAndRecycle(Http2Session http2Session, List<Http2Frame> frames) protected voidHttp2SessionOutputSink.writeDataDownStream(Http2Stream stream, List<Http2Frame> headerFrames, Buffer data, CompletionHandler<WriteResult> completionHandler, MessageCloner<Buffer> messageCloner, boolean isLast) protected voidHttp2SessionOutputSink.writeDownStream(List<Http2Frame> frames) -
Uses of Http2Frame in org.glassfish.grizzly.http2.frames
Subclasses of Http2Frame in org.glassfish.grizzly.http2.framesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassTODO: Need to implement handling of per-setting flags.classHolder class when we encounter frames of an unknown type.classMethods in org.glassfish.grizzly.http2.frames that return Http2FrameModifier and TypeMethodDescriptionabstract Http2FrameHttp2Frame.Http2FrameBuilder.build()static Http2FrameGoAwayFrame.fromBuffer(int streamId, Buffer frameBuffer) static Http2FramePingFrame.fromBuffer(int flags, int streamId, Buffer frameBuffer) static Http2FramePriorityFrame.fromBuffer(int streamId, Buffer frameBuffer) static Http2FrameRstStreamFrame.fromBuffer(int flags, int streamId, Buffer frameBuffer) static Http2FrameWindowUpdateFrame.fromBuffer(int flags, int streamId, Buffer frameBuffer) Methods in org.glassfish.grizzly.http2.frames with parameters of type Http2FrameModifier and TypeMethodDescriptionprotected voidHttp2Frame.Http2FrameBuilder.setHeaderValuesTo(Http2Frame frame)