Uses of Interface
com.nimbusds.oauth2.sdk.http.ReadOnlyHTTPResponse
-
Packages that use ReadOnlyHTTPResponse Package Description com.nimbusds.oauth2.sdk.http HTTP message and utility classes. -
-
Uses of ReadOnlyHTTPResponse in com.nimbusds.oauth2.sdk.http
Classes in com.nimbusds.oauth2.sdk.http that implement ReadOnlyHTTPResponse Modifier and Type Class Description classHTTPResponseHTTP response with support for the parameters required to construct anOAuth 2.0 response message.Methods in com.nimbusds.oauth2.sdk.http that return ReadOnlyHTTPResponse Modifier and Type Method Description ReadOnlyHTTPResponseHTTPRequestSender. send(ReadOnlyHTTPRequest httpRequest)Sends the specified HTTP request.
-