public interface TextCommand extends OutboundFrame
| Modifier and Type | Method and Description | 
|---|---|
TextDecoder | 
getDecoder()  | 
TextEncoder | 
getEncoder()  | 
long | 
getRequestId()  | 
TextCommandConstants.TextCommandType | 
getType()  | 
void | 
init(TextDecoder decoder,
    long requestId)  | 
boolean | 
readFrom(ByteBuffer src)  | 
boolean | 
shouldReply()  | 
boolean | 
writeTo(ByteBuffer dst)  | 
getFrameLength, isUrgentTextCommandConstants.TextCommandType getType()
void init(TextDecoder decoder, long requestId)
TextDecoder getDecoder()
TextEncoder getEncoder()
long getRequestId()
boolean shouldReply()
boolean readFrom(ByteBuffer src)
boolean writeTo(ByteBuffer dst)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.