public abstract class TextProtocol.ResponseMessage extends TextProtocol.Message
messagePrefixNocheck, sendVersion| Modifier | Constructor and Description |
|---|---|
protected |
ResponseMessage() |
protected |
ResponseMessage(String line,
String[] tokens) |
protected |
ResponseMessage(TextProtocol.RequestMessage request)
Create an instance with the send version specified by the request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
protected String |
wireFormatPrefix()
Returns the version id and Op concatenation that starts every
message.
|
getCurrentTokenPosition, getMessagePrefix, getOp, getProtocol, getSenderId, getSendVersion, hasMoreTokens, nextPayloadToken, setSendVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitwireFormatprotected ResponseMessage()
protected ResponseMessage(TextProtocol.RequestMessage request)
request - the requestprotected ResponseMessage(String line, String[] tokens) throws TextProtocol.InvalidMessageException
Copyright © 2024. All rights reserved.