Package org.elasticsearch.http
Interface ResponseInjectingHttpHandler.RequestHandler
- All Known Implementing Classes:
ResponseInjectingHttpHandler.FixedRequestHandler
- Enclosing class:
ResponseInjectingHttpHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
matchesRequest
(HttpExchange exchange) void
writeResponse
(HttpExchange exchange, HttpHandler delegate)
-
Method Details
-
writeResponse
- Throws:
IOException
-
matchesRequest
-