Class Dispatcher
java.lang.Object
org.springframework.boot.devtools.remote.server.Dispatcher
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Dispatcher
-
-
Method Details
-
handle
public boolean handle(org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response) throws IOException 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
-