Uses of Interface
br.com.anteros.mqtt.core.server.http.handler.HttpFilter
-
Packages that use HttpFilter Package Description br.com.anteros.mqtt.core.server.http.api.auth br.com.anteros.mqtt.core.server.http.handler -
-
Uses of HttpFilter in br.com.anteros.mqtt.core.server.http.api.auth
Classes in br.com.anteros.mqtt.core.server.http.api.auth that implement HttpFilter Modifier and Type Class Description classBasicAuthFilterBasic 认证 -
Uses of HttpFilter in br.com.anteros.mqtt.core.server.http.handler
Methods in br.com.anteros.mqtt.core.server.http.handler that return types with arguments of type HttpFilter Modifier and Type Method Description static List<HttpFilter>MqttHttpRoutes. getFilters()读取所以的过滤器Methods in br.com.anteros.mqtt.core.server.http.handler with parameters of type HttpFilter Modifier and Type Method Description static voidMqttHttpRoutes. addFilter(int index, HttpFilter filter)注册路由static voidMqttHttpRoutes. addFilter(HttpFilter filter)注册路由
-