Package com.okta.commons.http
Interface Response
-
- All Superinterfaces:
HttpMessage
- All Known Implementing Classes:
DefaultResponse
public interface Response extends HttpMessage
- Since:
- 0.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHttpStatus()booleanisClientError()booleanisError()booleanisServerError()-
Methods inherited from interface com.okta.commons.http.HttpMessage
getBody, getHeaders, hasBody, setHeaders
-
-