public interface EngineResponse
extends java.io.Closeable
Created by covers1624 on 1/8/23.
| Modifier and Type | Method and Description |
|---|---|
@Nullable WebBody |
body()
Gets the response body for the request if present.
|
HeaderList |
headers()
Gets all the headers received for the request.
|
java.lang.String |
message()
Gets the returned status message for the request.
|
EngineRequest |
request()
The executed
EngineRequest of this response. |
int |
statusCode()
Gets the returned status code for the request.
|
EngineRequest request()
EngineRequest of this response.int statusCode()
java.lang.String message()
HeaderList headers()
@Nullable @Nullable WebBody body()