Uses of Interface
com.nimbusds.oauth2.sdk.http.ReadOnlyHTTPRequest
Packages that use ReadOnlyHTTPRequest
-
Uses of ReadOnlyHTTPRequest in com.nimbusds.oauth2.sdk.http
Classes in com.nimbusds.oauth2.sdk.http that implement ReadOnlyHTTPRequestModifier and TypeClassDescriptionclass
HTTP request with support for the parameters required to construct anOAuth 2.0 request message
.Methods in com.nimbusds.oauth2.sdk.http with parameters of type ReadOnlyHTTPRequestModifier and TypeMethodDescriptionHTTPRequestSender.send
(ReadOnlyHTTPRequest httpRequest) Sends the specified HTTP request.