public static class FullJsonResponseHandler.JsonResponse<T> extends Object
| Constructor and Description |
|---|
FullJsonResponseHandler.JsonResponse(int statusCode,
String statusMessage,
com.google.common.collect.ListMultimap<String,String> headers) |
FullJsonResponseHandler.JsonResponse(int statusCode,
String statusMessage,
com.google.common.collect.ListMultimap<String,String> headers,
T value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name) |
com.google.common.collect.ListMultimap<String,String> |
getHeaders() |
int |
getStatusCode() |
String |
getStatusMessage() |
T |
getValue() |
boolean |
hasValue() |
String |
toString() |
public FullJsonResponseHandler.JsonResponse(int statusCode,
String statusMessage,
com.google.common.collect.ListMultimap<String,String> headers)
Copyright © 2010-2013 Airlift. All Rights Reserved.