public static class NettyTransportCodec.NettyDataPack extends Object
| Constructor and Description | 
|---|
| NettyDataPack() | 
| NettyDataPack(int serial,
             List<ByteBuffer> datas) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ByteBuffer> | getDatas() | 
| int | getSerial() | 
| void | setDatas(List<ByteBuffer> datas) | 
| void | setSerial(int serial) | 
public NettyDataPack()
public NettyDataPack(int serial,
                     List<ByteBuffer> datas)
public void setSerial(int serial)
public int getSerial()
public void setDatas(List<ByteBuffer> datas)
public List<ByteBuffer> getDatas()
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.