public class Frame extends Object
Frame(long transactionId, String command, io.netty.buffer.ByteBuf data)
Frame(long transactionId, String command, String data)
String
getCommand()
io.netty.buffer.ByteBuf
getData()
long
getTransactionId()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Frame(long transactionId, String command, io.netty.buffer.ByteBuf data)
public Frame(long transactionId, String command, String data)
public String getCommand()
public io.netty.buffer.ByteBuf getData()
public long getTransactionId()
public String toString()
toString
Object