public abstract class TextProtocol.RequestMessage extends TextProtocol.Message
messagePrefixNocheck, sendVersion
Modifier | Constructor and Description |
---|---|
protected |
TextProtocol.RequestMessage() |
protected |
TextProtocol.RequestMessage(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 form the prefix
for every message.
|
getCurrentTokenPosition, getMessagePrefix, getOp, getProtocol, getSenderId, getSendVersion, nextPayloadToken, setSendVersion
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
wireFormat
protected TextProtocol.RequestMessage()
protected TextProtocol.RequestMessage(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.