@FunctionalInterface
public interface Handler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
Handle the request.
|
void handle(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
throws java.io.IOException
request - the requestresponse - the responsejava.io.IOException - in case of I/O errors