All Known Implementing Classes:
HttpRestartServerHandler, HttpStatusHandler, HttpTunnelServerHandler
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 Handler
A single handler that is able to process an incoming remote server request.
Since:
1.3.0
Author:
Phillip Webb