Package edu.iu.client

Interface HttpResponseValidator

All Superinterfaces:
UnsafeConsumer<HttpResponse<InputStream>>
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 interface HttpResponseValidator extends UnsafeConsumer<HttpResponse<InputStream>>
Validates HTTP response status code and headers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accepts an argument using unsafe code.