java.lang.Object
org.springframework.boot.devtools.remote.server.Dispatcher

public class Dispatcher extends Object
Dispatcher used to route incoming remote server requests to a Handler. Similar to DispatchServlet in Spring MVC but separate to ensure that remote support can be used regardless of any web framework.
Since:
1.3.0
Author:
Phillip Webb
See Also: