Interface Handler
- All Known Implementing Classes:
HttpRestartServerHandler
,HttpStatusHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A single handler that is able to process an incoming remote server request.
- Since:
- 1.3.0
- Author:
- Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ServerHttpRequest request, ServerHttpResponse response) Handle the request.
-
Method Details
-
handle
Handle the request.- Parameters:
request
- the requestresponse
- the response- Throws:
IOException
- in case of I/O errors
-