public class HttpUrlConnectionSender extends java.lang.Object implements HttpSender
HttpSender.Method, HttpSender.Request, HttpSender.Response| Constructor and Description |
|---|
HttpUrlConnectionSender() |
HttpUrlConnectionSender(java.time.Duration connectTimeout,
java.time.Duration readTimeout) |
| Modifier and Type | Method and Description |
|---|---|
HttpSender.Response |
send(HttpSender.Request request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, get, head, newRequest, options, post, putpublic HttpUrlConnectionSender(java.time.Duration connectTimeout,
java.time.Duration readTimeout)
public HttpUrlConnectionSender()
public HttpSender.Response send(HttpSender.Request request) throws java.io.IOException
send in interface HttpSenderjava.io.IOException