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.
从以下版本开始:
1.3.0
作者:
Phillip Webb
另请参阅: