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