Class Dispatcher
java.lang.Object
org.springframework.boot.devtools.remote.server.Dispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(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:
trueif the request was dispatched- Throws:
IOException- in case of I/O errors
-