public class HttpResponse extends Object implements Closeable
| Constructor and Description |
|---|
HttpResponse(okhttp3.Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
HttpServerException |
getException() |
Map<String,String> |
getHeaders() |
String |
getRequestId() |
InputStream |
getResponse() |
String |
getResponseBody() |
int |
getStatusCode() |
boolean |
isSuccess() |
public boolean isSuccess()
public HttpServerException getException()
public InputStream getResponse()
public String getResponseBody()
public int getStatusCode()
public String getRequestId()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2025 Webull. All rights reserved.