Interface ResponseHandler<T>

All Known Implementing Classes:
AbstractStatusCodeHandler, HttpStatusCodeHandler, JsonNodeHandler, StringHandler, VoidHandler
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 ResponseHandler<T>
Encapsulates the response object generation from a HttpResponse.
Since:
2023.13
  • Method Summary

    Modifier and Type
    Method
    Description