public final class RawFrame extends Frame<ByteBuffer>
| 构造器和说明 |
|---|
RawFrame(int type,
int flags,
int streamId,
ByteBuffer payload) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 Frame<ByteBuffer>Copyright © 2023. All rights reserved.