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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBody()Get the HTTP message body.Map<String,List<String>>getHeaderMap()Returns the HTTP headers.
-