com.hazelcast.internal.ascii
public class NoOpCommand extends AbstractTextCommand
type
Constructor and Description |
---|
NoOpCommand(byte[] response) |
Modifier and Type | Method and Description |
---|---|
boolean |
readFrom(ByteBuffer cb) |
String |
toString() |
boolean |
writeTo(ByteBuffer bb)
Asks the SocketWritable to write its content to the destination ByteBuffer.
|
getRequestId, getSocketTextReader, getSocketTextWriter, getType, init, isUrgent, shouldReply
public boolean readFrom(ByteBuffer cb)
public boolean writeTo(ByteBuffer bb)
SocketWritable
bb
- the ByteBuffer to write to.public String toString()
toString
in class AbstractTextCommand
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.