Package com.nimbusds.oauth2.sdk.http
Interface HTTPRequestSender
public interface HTTPRequestSender
HTTP request sender.
-
Method Summary
Modifier and TypeMethodDescriptionsend
(ReadOnlyHTTPRequest httpRequest) Sends the specified HTTP request.
-
Method Details
-
send
Sends the specified HTTP request.- Parameters:
httpRequest
- The HTTP request. Must not benull
.- Returns:
- The HTTP response.
- Throws:
IOException
- If the HTTP request couldn't be sent, due to a network or another error.
-