public abstract class TextProtocol.ResponseMessage extends TextProtocol.Message
messagePrefixNocheck, sendVersion| Modifier | Constructor and Description |
|---|---|
protected |
TextProtocol.ResponseMessage() |
protected |
TextProtocol.ResponseMessage(java.lang.String line,
java.lang.String[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
protected java.lang.String |
wireFormatPrefix()
Returns the version id and Op concatenation that starts every
message.
|
getCurrentTokenPosition, getMessagePrefix, getOp, getProtocol, getSenderId, getSendVersion, nextPayloadToken, setSendVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitwireFormatprotected TextProtocol.ResponseMessage()
protected TextProtocol.ResponseMessage(java.lang.String line,
java.lang.String[] tokens)
throws TextProtocol.InvalidMessageException
protected java.lang.String wireFormatPrefix()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright (c) 2004-2012 Oracle. All rights reserved.