| Modifier and Type | Method and Description |
|---|---|
void |
add(Response reply)
Adds a reply to the current response as it gets parsed from the wire.
|
boolean |
complete()
Signals that we received all required replies.
|
static PushType |
create(long length) |
Response |
get(int index)
Get this multi response value at a numerical index.
|
Iterator<Response> |
iterator()
Return an iterator so it can be iterated using the foreach construct.
|
int |
size()
Get this size of this multi response.
|
String |
toString()
Get this response as a String.
|
ResponseType |
type()
The response return type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes, containsKey, get, getKeys, stream, toBigInteger, toBoolean, toBuffer, toByte, toBytes, toDouble, toFloat, toInteger, toLong, toNumber, toShort, toStringforEach, spliteratorpublic static PushType create(long length)
public ResponseType type()
Responsepublic void add(Response reply)
Multipublic boolean complete()
Multipublic Response get(int index)
Responsepublic int size()
Responsepublic String toString()
ResponseCopyright © 2021. All rights reserved.