Package io.jenkins.plugins.httpclient
Interface RobustHTTPClient.ConnectionUser
-
- 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.ConnectionUser
What to do with a successful (2xx) connection. For example, callHttpResponse.getEntity()
andHttpEntity.getContent()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
use(org.apache.http.client.methods.CloseableHttpResponse response)
-
-
-
Method Detail
-
use
void use(org.apache.http.client.methods.CloseableHttpResponse response) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-