Uses of Class
org.glassfish.grizzly.http2.Http2SessionException
Packages that use Http2SessionException
-
Uses of Http2SessionException in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 that throw Http2SessionExceptionModifier and TypeMethodDescriptionprotected voidHttp2Session.checkFrameSequenceSemantics(Http2Frame frame) protected voidHttp2Session.onOversizedFrame(Buffer buffer) protected voidHttp2SessionOutputSink.onPeerWindowUpdate(int delta) Http2FrameCodec.parse(Http2Session http2Session, Http2FrameCodec.FrameParsingState parsingState, Buffer srcMessage) Http2Session.parseHttp2FrameHeader(Buffer buffer) protected voidHttp2Session.setPeerMaxFramePayloadSize(int peerMaxFramePayloadSize) Sets the max payload size to be accepted by the peer.