Package com.nimbusds.oauth2.sdk.http
Interface ReadOnlyHTTPRequest
-
- All Superinterfaces:
ReadOnlyHTTPMessage
- All Known Implementing Classes:
HTTPRequest
public interface ReadOnlyHTTPRequest extends ReadOnlyHTTPMessage
Read-only HTTP request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPRequest.MethodgetMethod()Gets the request method.URIgetURI()Gets the request URL as URI.URLgetURL()Gets the request URL.-
Methods inherited from interface com.nimbusds.oauth2.sdk.http.ReadOnlyHTTPMessage
getBody, getHeaderMap
-
-