Package io.jenkins.plugins.httpclient
Interface RobustHTTPClient.ConnectionCreator
-
- Enclosing class:
- RobustHTTPClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface RobustHTTPClient.ConnectionCreator
How to initiate a connection. For example, callCloseableHttpClient.execute(HttpUriRequest)
onHttpGet(String)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.client.methods.CloseableHttpResponse
connect(org.apache.http.impl.client.CloseableHttpClient client)
-
-
-
Method Detail
-
connect
org.apache.http.client.methods.CloseableHttpResponse connect(org.apache.http.impl.client.CloseableHttpClient client) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-