A B C D E G I M O S V W
A
- addInvoker(String, String, SocketInvoker) - 类 中的静态方法cn.structure.starter.netty.server.invoker.InvokerHolder
-
添加一个执行器
- AutoConfiguration - cn.structure.starter.netty.server.configuration中的类
-
自动装配类
- AutoConfiguration() - 类 的构造器cn.structure.starter.netty.server.configuration.AutoConfiguration
-
B
- bytesToInt(byte[], int) - 类 中的静态方法cn.structure.starter.netty.server.decoder.CoderUtil
-
将字节转成整形
C
- cn.structure.starter.netty.server - 程序包 cn.structure.starter.netty.server
-
- cn.structure.starter.netty.server.annotations - 程序包 cn.structure.starter.netty.server.annotations
-
- cn.structure.starter.netty.server.configuration - 程序包 cn.structure.starter.netty.server.configuration
-
- cn.structure.starter.netty.server.decoder - 程序包 cn.structure.starter.netty.server.decoder
-
- cn.structure.starter.netty.server.entity - 程序包 cn.structure.starter.netty.server.entity
-
- cn.structure.starter.netty.server.exception - 程序包 cn.structure.starter.netty.server.exception
-
- cn.structure.starter.netty.server.filter - 程序包 cn.structure.starter.netty.server.filter
-
- cn.structure.starter.netty.server.invoker - 程序包 cn.structure.starter.netty.server.invoker
-
- cn.structure.starter.netty.server.properties - 程序包 cn.structure.starter.netty.server.properties
-
- CoderUtil - cn.structure.starter.netty.server.decoder中的类
-
- CoderUtil() - 类 的构造器cn.structure.starter.netty.server.decoder.CoderUtil
-
D
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法cn.structure.starter.netty.server.decoder.MessageDecoder
-
E
- EnableSocketServer - cn.structure.starter.netty.server.annotations中的注释类型
-
socker
- EnableWebSocketServer - cn.structure.starter.netty.server.annotations中的注释类型
-
- encode(ChannelHandlerContext, SocketMsg, ByteBuf) - 类 中的方法cn.structure.starter.netty.server.decoder.MessageEncoder
-
传入协议数据,产生携带包头之后的数据
- ExceptionCode - cn.structure.starter.netty.server.exception中的枚举
-
G
- getBean(Class<T>) - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- getBossCount() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getBossCount() - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- getCode() - 枚举 中的方法cn.structure.starter.netty.server.exception.ExceptionCode
-
- getCommand() - 类 中的方法cn.structure.starter.netty.server.entity.SocketMsg
-
- getInitialBytesToStrip() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getInvoker(String, String) - 类 中的静态方法cn.structure.starter.netty.server.invoker.InvokerHolder
-
获取一个执行器
- getInvoker(String) - 类 中的静态方法cn.structure.starter.netty.server.invoker.InvokerHolder
-
获取一个执行器
- getLengthAdjustment() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getLengthFieldLength() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getLengthFieldOffset() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getMaxContentLength() - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- getMaxFrameLength() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getMessage() - 类 中的方法cn.structure.starter.netty.server.entity.SocketMsg
-
- getModule() - 类 中的方法cn.structure.starter.netty.server.entity.SocketMsg
-
- getMsg() - 枚举 中的方法cn.structure.starter.netty.server.exception.ExceptionCode
-
- getPort() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getPort() - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- getSocketChannelHandler() - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- getUri() - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- getWebSocketChannelHandler() - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- getWorkerCount() - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- getWorkerCount() - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
I
- initChannel(SocketChannel) - 类 中的方法cn.structure.starter.netty.server.filter.SocketServerInitialzer
-
- initChannel(SocketChannel) - 类 中的方法cn.structure.starter.netty.server.filter.WebSocketServerInitialzer
-
- intToBytes(int) - 类 中的静态方法cn.structure.starter.netty.server.decoder.CoderUtil
-
将整形转化成字节
- invoke(Map<String, Object>) - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
执行参数为map的执行器
- invoke(Object...) - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
执行参数为 args 的执行器
- invoke(Object) - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
执行参数为 Object 的执行器
- invoke() - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
无参数
- invoke(JSONObject) - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
执行参数为JSONObject
- InvokerHolder - cn.structure.starter.netty.server.invoker中的类
-
执行器操作类
- InvokerHolder() - 类 的构造器cn.structure.starter.netty.server.invoker.InvokerHolder
-
- InvokerRescanException - cn.structure.starter.netty.server.exception中的异常错误
-
执行器重复扫描
- InvokerRescanException(String) - 异常错误 的构造器cn.structure.starter.netty.server.exception.InvokerRescanException
-
- invokers - 类 中的静态变量cn.structure.starter.netty.server.invoker.InvokerHolder
-
用于存储执行器
M
- MessageDecoder - cn.structure.starter.netty.server.decoder中的类
-
解码器
- MessageDecoder() - 类 的构造器cn.structure.starter.netty.server.decoder.MessageDecoder
-
- MessageEncoder - cn.structure.starter.netty.server.decoder中的类
-
编码器
- MessageEncoder() - 类 的构造器cn.structure.starter.netty.server.decoder.MessageEncoder
-
- MsgDecodeException - cn.structure.starter.netty.server.exception中的异常错误
-
消息解包错误
- MsgDecodeException(ExceptionCode, Exception) - 异常错误 的构造器cn.structure.starter.netty.server.exception.MsgDecodeException
-
O
- onApplicationEvent(ContextRefreshedEvent) - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- onApplicationEvent(ContextRefreshedEvent) - 类 中的方法cn.structure.starter.netty.server.invoker.ScannerApplicationListener
-
S
- ScannerApplicationListener - cn.structure.starter.netty.server.invoker中的类
-
执行扫描器
- ScannerApplicationListener() - 类 的构造器cn.structure.starter.netty.server.invoker.ScannerApplicationListener
-
- setApplicationContext(ApplicationContext) - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- setBossCount(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setBossCount(int) - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- setCommand(int) - 类 中的方法cn.structure.starter.netty.server.entity.SocketMsg
-
- setInitialBytesToStrip(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setLengthAdjustment(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setLengthFieldLength(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setLengthFieldOffset(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setMaxContentLength(int) - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- setMaxFrameLength(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setMessage(T) - 类 中的方法cn.structure.starter.netty.server.entity.SocketMsg
-
- setMethod(Method) - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
setMethod 方法
- setModule(int) - 类 中的方法cn.structure.starter.netty.server.entity.SocketMsg
-
- setPort(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setPort(int) - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- setSocketChannelHandler(ChannelHandler) - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- setTarget(Object) - 类 中的方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
setTarget 方法
- setUri(String) - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- setWebSocketChannelHandler(ChannelHandler) - 类 中的方法cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- setWorkerCount(int) - 类 中的方法cn.structure.starter.netty.server.properties.SocketProperties
-
- setWorkerCount(int) - 类 中的方法cn.structure.starter.netty.server.properties.WebSocketProperties
-
- Socket - cn.structure.starter.netty.server.configuration中的类
-
Socket
- Socket() - 类 的构造器cn.structure.starter.netty.server.configuration.Socket
-
- SocketCommand - cn.structure.starter.netty.server.annotations中的注释类型
-
- SocketInvoker - cn.structure.starter.netty.server.invoker中的类
-
执行器
- SocketInvoker() - 类 的构造器cn.structure.starter.netty.server.invoker.SocketInvoker
-
- SocketModule - cn.structure.starter.netty.server.annotations中的注释类型
-
- SocketMsg<T> - cn.structure.starter.netty.server.entity中的类
-
socket消息通信类
- SocketMsg() - 类 的构造器cn.structure.starter.netty.server.entity.SocketMsg
-
- SocketMsg(int, int) - 类 的构造器cn.structure.starter.netty.server.entity.SocketMsg
-
- SocketMsg(int, int, T) - 类 的构造器cn.structure.starter.netty.server.entity.SocketMsg
-
- SocketNettyConfig - cn.structure.starter.netty.server.configuration中的类
-
Socket netty 配置
- SocketNettyConfig() - 类 的构造器cn.structure.starter.netty.server.configuration.SocketNettyConfig
-
- SocketProperties - cn.structure.starter.netty.server.properties中的类
-
socket配置
- SocketProperties() - 类 的构造器cn.structure.starter.netty.server.properties.SocketProperties
-
- socketServerInitialzer() - 类 中的方法cn.structure.starter.netty.server.configuration.AutoConfiguration
-
- SocketServerInitialzer - cn.structure.starter.netty.server.filter中的类
-
socketServer初始化
- SocketServerInitialzer() - 类 的构造器cn.structure.starter.netty.server.filter.SocketServerInitialzer
-
- SocketServerInitialzer(SocketNettyConfig, SocketProperties) - 类 的构造器cn.structure.starter.netty.server.filter.SocketServerInitialzer
-
V
- valueOf(String) - 枚举 中的静态方法cn.structure.starter.netty.server.exception.ExceptionCode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(Object, Method) - 类 中的静态方法cn.structure.starter.netty.server.invoker.SocketInvoker
-
初始化socket执行器
- values() - 枚举 中的静态方法cn.structure.starter.netty.server.exception.ExceptionCode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- WebSocket - cn.structure.starter.netty.server.configuration中的类
-
webSocket启动器
- WebSocket() - 类 的构造器cn.structure.starter.netty.server.configuration.WebSocket
-
- WebSocketProperties - cn.structure.starter.netty.server.properties中的类
-
webSocket配置
- WebSocketProperties() - 类 的构造器cn.structure.starter.netty.server.properties.WebSocketProperties
-
- webSocketServerInitialzer() - 类 中的方法cn.structure.starter.netty.server.configuration.AutoConfiguration
-
- WebSocketServerInitialzer - cn.structure.starter.netty.server.filter中的类
-
初始化webSocket
- WebSocketServerInitialzer() - 类 的构造器cn.structure.starter.netty.server.filter.WebSocketServerInitialzer
-
- WebSocketServerInitialzer(SocketNettyConfig, WebSocketProperties) - 类 的构造器cn.structure.starter.netty.server.filter.WebSocketServerInitialzer
-
- webSocketStart() - 类 中的方法cn.structure.starter.netty.server.configuration.Socket
-
- webSocketStart() - 类 中的方法cn.structure.starter.netty.server.configuration.WebSocket
-
- webSocketStop() - 类 中的方法cn.structure.starter.netty.server.configuration.Socket
-
- webSocketStop() - 类 中的方法cn.structure.starter.netty.server.configuration.WebSocket
-
A B C D E G I M O S V W
Copyright © 2020–2021 structure. All rights reserved.