Uses of Interface
br.com.anteros.mqtt.core.server.http.handler.HttpHandler
-
Packages that use HttpHandler Package Description br.com.anteros.mqtt.core.server.http.handler -
-
Uses of HttpHandler in br.com.anteros.mqtt.core.server.http.handler
Methods in br.com.anteros.mqtt.core.server.http.handler that return HttpHandler Modifier and Type Method Description HttpHandlerHandlerInfo. getHandler()Methods in br.com.anteros.mqtt.core.server.http.handler with parameters of type HttpHandler Modifier and Type Method Description static voidMqttHttpRoutes. register(org.tio.http.common.Method method, String path, HttpHandler handler)注册路由Constructors in br.com.anteros.mqtt.core.server.http.handler with parameters of type HttpHandler Constructor Description HandlerInfo(org.tio.http.common.Method method, HttpHandler handler)
-