-
public interface WebClientServiceResponse
Response which is created upon receiving of server response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Context
context()
Context in which this response is received.WebClientResponseHeaders
headers()
Received response headers.Http.ResponseStatus
status()
Status of the response.
-
-
-
Method Detail
-
headers
WebClientResponseHeaders headers()
Received response headers.- Returns:
- immutable response headers
-
context
Context context()
Context in which this response is received.- Returns:
- current context
-
status
Http.ResponseStatus status()
Status of the response.- Returns:
- response status
-
-