public class RawResponse extends Object
| 构造器和说明 |
|---|
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) |
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.