Package com.nimbusds.oauth2.sdk.http
Interface ReadOnlyHTTPResponse
- All Superinterfaces:
ReadOnlyHTTPMessage
- All Known Implementing Classes:
HTTPResponse
Read-only HTTP response.
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the HTTP status code.Gets the HTTP status message.Methods inherited from interface com.nimbusds.oauth2.sdk.http.ReadOnlyHTTPMessage
getBody, getHeaderMap
-
Method Details
-
getStatusCode
int getStatusCode()Gets the HTTP status code.- Returns:
- The HTTP status code.
-
getStatusMessage
Gets the HTTP status message.- Returns:
- The HTTP status message,
null
if not specified.
-