| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol | |
| com.github.netty.protocol.mqtt.interception |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MqttProtocol.addInterceptHandler(InterceptHandler interceptHandler) |
void |
MqttProtocol.removeInterceptHandler(InterceptHandler interceptHandler) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractInterceptHandler
Basic abstract class usefull to avoid empty methods creation in subclasses.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Interceptor.addInterceptHandler(InterceptHandler interceptHandler) |
void |
BrokerInterceptor.addInterceptHandler(InterceptHandler interceptHandler) |
void |
Interceptor.removeInterceptHandler(InterceptHandler interceptHandler) |
void |
BrokerInterceptor.removeInterceptHandler(InterceptHandler interceptHandler) |
| 构造器和说明 |
|---|
BrokerInterceptor(int poolSize,
List<InterceptHandler> handlers) |
Copyright © 2021. All rights reserved.