java.lang.Object
io.jenkins.plugins.generic.event.HttpEventSender.CustomCloseableHttpAsyncClient
- Enclosing class:
- HttpEventSender
public static class HttpEventSender.CustomCloseableHttpAsyncClient
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
sendPost(String receiver,
Event event,
org.apache.hc.core5.concurrent.FutureCallback<org.apache.hc.client5.http.async.methods.SimpleHttpResponse> callback)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CustomCloseableHttpAsyncClient
public CustomCloseableHttpAsyncClient()
-
Method Details
-
sendPost
public void sendPost(String receiver,
Event event,
org.apache.hc.core5.concurrent.FutureCallback<org.apache.hc.client5.http.async.methods.SimpleHttpResponse> callback)