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, setSendVersion
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
wireFormat
protected 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.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright (c) 2004-2012 Oracle. All rights reserved.