public class EncapsulatedPacket extends Object implements io.netty.util.ReferenceCounted
| Constructor and Description |
|---|
EncapsulatedPacket() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(io.netty.buffer.ByteBuf buf) |
void |
encode(io.netty.buffer.ByteBuf buf) |
EncapsulatedPacket |
fromSplit(io.netty.buffer.ByteBuf reassembled) |
int |
getSize() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int i) |
EncapsulatedPacket |
retain() |
EncapsulatedPacket |
retain(int i) |
EncapsulatedPacket |
touch() |
EncapsulatedPacket |
touch(Object o) |
public void encode(io.netty.buffer.ByteBuf buf)
public void decode(io.netty.buffer.ByteBuf buf)
public int getSize()
public EncapsulatedPacket fromSplit(io.netty.buffer.ByteBuf reassembled)
public int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic EncapsulatedPacket retain()
retain in interface io.netty.util.ReferenceCountedpublic EncapsulatedPacket retain(int i)
retain in interface io.netty.util.ReferenceCountedpublic EncapsulatedPacket touch()
touch in interface io.netty.util.ReferenceCountedpublic EncapsulatedPacket touch(Object o)
touch in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int i)
release in interface io.netty.util.ReferenceCountedCopyright © 2018–2019. All rights reserved.