public interface MultiBulkResponse extends Response
Response.Type
Modifier and Type | Method and Description |
---|---|
List<byte[]> |
getMultiBulkData() |
List<byte[]> getMultiBulkData() throws ClientRuntimeException, ProviderException
List.size()
will return
the same number that is received from the server, with the exceptionClientRuntimeException
- if data access is attempted before the response has been read, or,
if the provided InputStream
presents any problems.ProviderException
- for any other errors beyond system level (stream, network, etc.) or
user errors (such as attempting getData before the response has been read.Copyright © 2009–2016. All rights reserved.