Uses of Class
org.glassfish.grizzly.http2.Http2Session
Packages that use Http2Session
-
Uses of Http2Session in org.glassfish.grizzly.http2
Fields in org.glassfish.grizzly.http2 declared as Http2SessionModifier and TypeFieldDescriptionprotected final Http2SessionHttp2SessionOutputSink.http2SessionMethods in org.glassfish.grizzly.http2 that return Http2SessionModifier and TypeMethodDescriptionprotected Http2SessionHttp2ClientFilter.createClientHttp2Session(Connection connection) Creates client-sideHttp2Sessionwith pre-configured initial-windows-size and max-concurrent-streams.protected Http2SessionHttp2BaseFilter.createHttp2Session(Connection connection, boolean isServer) CreatesHttp2Sessionwith pre-configured initial-windows-size and max-concurrent-streamsstatic Http2SessionHttp2Session.get(Connection connection) protected final Http2SessionHttp2BaseFilter.obtainHttp2Session(FilterChainContext context, boolean isUpStream) ObtainHttp2Sessionassociated with theConnectionand prepare it for use.Methods in org.glassfish.grizzly.http2 with parameters of type Http2SessionModifier and TypeMethodDescriptionprotected static booleanHttp2BaseFilter.ignoreFrameForStreamId(Http2Session session, int streamId) protected voidHttp2BaseFilter.onPrefaceReceived(Http2Session http2Session) protected voidHttp2ServerFilter.onPrefaceReceived(Http2Session http2Session) Http2FrameCodec.parse(Http2Session http2Session, Http2FrameCodec.FrameParsingState parsingState, Buffer srcMessage) protected SettingsFrame.SettingsFrameBuilderHttp2ClientFilter.prepareSettings(Http2Session http2Session) protected abstract voidHttp2BaseFilter.processCompleteHeader(Http2Session http2Session, FilterChainContext context, HeaderBlockHead firstHeaderFrame) The method is called once complete HTTP header block arrives onHttp2Session.protected voidHttp2ClientFilter.processCompleteHeader(Http2Session http2Session, FilterChainContext context, HeaderBlockHead firstHeaderFrame) protected voidHttp2ServerFilter.processCompleteHeader(Http2Session http2Session, FilterChainContext context, HeaderBlockHead firstHeaderFrame) protected booleanHttp2BaseFilter.processFrames(FilterChainContext ctx, Http2Session http2Session, List<Http2Frame> framesList) protected abstract voidHttp2BaseFilter.processOutgoingHttpHeader(FilterChainContext ctx, Http2Session http2Session, HttpHeader httpHeader, HttpPacket entireHttpPacket) protected voidHttp2ClientFilter.processOutgoingHttpHeader(FilterChainContext ctx, Http2Session http2Session, HttpHeader httpHeader, HttpPacket entireHttpPacket) Process the provided outbound header/packet.protected voidHttp2ServerFilter.processOutgoingHttpHeader(FilterChainContext ctx, Http2Session http2Session, HttpHeader httpHeader, HttpPacket entireHttpPacket) Http2FrameCodec.serializeAndRecycle(Http2Session http2Session, List<Http2Frame> frames) Http2FrameCodec.serializeAndRecycle(Http2Session http2Session, Http2Frame frame) Constructors in org.glassfish.grizzly.http2 with parameters of type Http2SessionModifierConstructorDescriptionHttp2SessionOutputSink(Http2Session session) protectedHttp2Stream(Http2Session http2Session, HttpRequestPacket request, int priority) Construct upgrade stream, which is half HTTP, half HTTP2protectedHttp2Stream(Http2Session http2Session, HttpRequestPacket request, int streamId, int parentStreamId, boolean exclusive, int priority) Create HTTP2 stream.UpgradeOutputSink(Http2Session connection)