Package | Description |
---|---|
org.glassfish.grizzly.http2 | |
org.glassfish.grizzly.http2.draft14 |
Modifier and Type | Method and Description |
---|---|
protected void |
Http2Connection.checkFrameSequenceSemantics(Http2Frame frame) |
protected void |
Http2Connection.onOversizedFrame(Buffer buffer) |
List<Http2Frame> |
Http2FrameCodec.parse(Http2Connection http2Connection,
Http2FrameCodec.FrameParsingState parsingState,
Buffer srcMessage) |
abstract Http2Frame |
Http2Connection.parseHttp2FrameHeader(Buffer buffer) |
protected void |
Http2Connection.setPeerMaxFramePayloadSize(int peerMaxFramePayloadSize)
Sets the max payload size to be accepted by the peer.
|
Modifier and Type | Method and Description |
---|---|
Http2Frame |
Http2Connection14.parseHttp2FrameHeader(Buffer buffer) |
Copyright © 2023 Oracle Corporation. All rights reserved.