Package org.apache.hc.core5.http
Interface HandlerResolver<T extends HttpMessage,H>
- Type Parameters:
T- message representation.H- handler type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a generic request / response message exchange.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionresolve(T message, EntityDetails entityDetails, HttpContext context)
-
Method Details
-
resolve
- Throws:
HttpException
-