public abstract class MethodFrame extends GeneralFrame
FRAME_END| Constructor and Description |
|---|
MethodFrame(int channel,
short classId,
short methodId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract long |
getMethodBodySize() |
long |
getPayloadSize() |
protected abstract void |
writeMethod(io.netty.buffer.ByteBuf buf) |
void |
writePayload(io.netty.buffer.ByteBuf buf) |
getChannel, handle, writeprotected abstract long getMethodBodySize()
protected abstract void writeMethod(io.netty.buffer.ByteBuf buf)
public long getPayloadSize()
getPayloadSize in class GeneralFramepublic void writePayload(io.netty.buffer.ByteBuf buf)
writePayload in class GeneralFrameCopyright © 2017 WSO2. All rights reserved.