Package com.nimbusds.oauth2.sdk.http
Interface ReadOnlyHTTPMessage
- All Known Subinterfaces:
ReadOnlyHTTPRequest
,ReadOnlyHTTPResponse
- All Known Implementing Classes:
HTTPRequest
,HTTPResponse
public interface ReadOnlyHTTPMessage
Read-only HTTP message.
-
Method Summary
-
Method Details
-
getHeaderMap
Map<String,List<String>> getHeaderMap()Returns the HTTP headers.- Returns:
- The HTTP headers.
-
getBody
Get the HTTP message body.- Returns:
- The HTTP message body,
null
if not specified.
-