Uses of Interface
com.nimbusds.oauth2.sdk.http.HTTPRequestSender
-
Packages that use HTTPRequestSender Package Description com.nimbusds.oauth2.sdk.http HTTP message and utility classes. -
-
Uses of HTTPRequestSender in com.nimbusds.oauth2.sdk.http
Methods in com.nimbusds.oauth2.sdk.http with parameters of type HTTPRequestSender Modifier and Type Method Description HTTPResponseHTTPRequest. send(HTTPRequestSender httpRequestSender)Sends this HTTP request to theURLand retrieves the resulting HTTP response.
-