Package org.apache.hc.core5.http2.frame
Class RawFrame
HTTP/2 stream frame.
- Since:
- 5.0
-
Field Details
-
payload
-
len
private final int len
-
-
Constructor Details
-
RawFrame
-
-
Method Details
-
isPadded
public boolean isPadded() -
getLength
public int getLength() -
getPayloadContent
-
getPayload
- Specified by:
getPayload
in classFrame<ByteBuffer>
-