| Modifier and Type | Field and Description |
|---|---|
static char |
MARKER |
| Constructor and Description |
|---|
MultiBulkReply(InputStream is) |
MultiBulkReply(Reply[] replies) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
asStringList(Charset charset) |
Map<String,String> |
asStringMap(Charset charset) |
Set<String> |
asStringSet(Charset charset) |
Reply[] |
data() |
void |
write(OutputStream os) |
public static final char MARKER
public MultiBulkReply(InputStream is) throws IOException
IOExceptionpublic MultiBulkReply(Reply[] replies)
public void write(OutputStream os) throws IOException
write in interface Reply<Reply[]>IOExceptionCopyright © 2013. All Rights Reserved.