public class RawResponse extends Object
| Constructor and Description |
|---|
RawResponse(byte[] data,
int code,
Exception e) |
RawResponse(byte[] data,
int code,
Exception exception,
org.apache.http.Header[] headers) |
RawResponse(byte[] data,
int code,
Exception exception,
org.apache.http.Header[] headers,
int httpCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstHeader(String key) |
String |
getVerboseExceptionMessage() |
public RawResponse(byte[] data,
int code,
Exception e)
public RawResponse(byte[] data,
int code,
Exception exception,
org.apache.http.Header[] headers)
public RawResponse(byte[] data,
int code,
Exception exception,
org.apache.http.Header[] headers,
int httpCode)
Copyright © 2025. All rights reserved.