Class Dispatcher
java.lang.Object
org.springframework.boot.devtools.remote.server.Dispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handle
(ServerHttpRequest request, ServerHttpResponse response) Dispatch the specified request to an appropriateHandler
.
-
Constructor Details
-
Dispatcher
-
-
Method Details
-
handle
Dispatch the specified request to an appropriateHandler
.- Parameters:
request
- the requestresponse
- the response- Returns:
true
if the request was dispatched- Throws:
IOException
- in case of I/O errors
-