Uses of Interface
com.nimbusds.oauth2.sdk.http.ReadOnlyHTTPRequest
-
Packages that use ReadOnlyHTTPRequest Package Description com.nimbusds.oauth2.sdk.http HTTP message and utility classes. -
-
Uses of ReadOnlyHTTPRequest in com.nimbusds.oauth2.sdk.http
Classes in com.nimbusds.oauth2.sdk.http that implement ReadOnlyHTTPRequest Modifier and Type Class Description classHTTPRequestHTTP 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 ReadOnlyHTTPRequest Modifier and Type Method Description ReadOnlyHTTPResponseHTTPRequestSender. send(ReadOnlyHTTPRequest httpRequest)Sends the specified HTTP request.
-