public static final class HttpTrace.Response
extends java.lang.Object
| Constructor and Description |
|---|
Response(int status,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
Creates a fully-configured
Response instance. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getHeaders() |
int |
getStatus() |
public Response(int status,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
Response instance. Primarily for use by
HttpTraceRepository implementations when recreating a response from a
persistent store.status - the status of the responseheaders - the response headers