public final class RawFrame extends Frame<ByteBuffer>
| Constructor and Description | 
|---|
| RawFrame(int type,
        int flags,
        int streamId,
        ByteBuffer payload) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getLength() | 
| ByteBuffer | getPayload() | 
| ByteBuffer | getPayloadContent() | 
| boolean | isPadded() | 
public RawFrame(int type,
                int flags,
                int streamId,
                ByteBuffer payload)
public boolean isPadded()
public int getLength()
public ByteBuffer getPayloadContent()
public ByteBuffer getPayload()
getPayload in class Frame<ByteBuffer>Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.