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, call HttpResponse.getEntity() and HttpEntity.getContent().
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    use(org.apache.http.client.methods.CloseableHttpResponse response)