Interface TracedHttpClient.HttpSupplier<R>

  • Enclosing class:
    TracedHttpClient
    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 TracedHttpClient.HttpSupplier<R>
    • Method Detail

      • get

        R get()
        throws java.io.IOException,
              org.apache.http.client.ClientProtocolException
        Throws:
        java.io.IOException
        org.apache.http.client.ClientProtocolException