跳过导航链接
A B C D E F G H I L N O P R S T U 

A

add(String, String) - 接口 中的方法com.lorne.sds.server.mq.DeliveryClient
 
addClient(Channel) - 类 中的方法com.lorne.sds.server.utils.SocketManager
 

B

bindKey(ChannelHandlerContext, String) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
bindKey(Channel, String) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
bindKey(ChannelHandlerContext, String) - 接口 中的方法com.lorne.sds.server.service.SocketControl
绑定key
bindKey(Channel, String) - 接口 中的方法com.lorne.sds.server.service.SocketControl
绑定key
ByteArrayDecoder - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 
ByteArrayEncoder - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 
byteMerger(byte[], byte[]) - 类 中的静态方法com.lorne.sds.server.utils.ByteUtils
 
ByteUtils - com.lorne.sds.server.utils中的类
 

C

channelActive(ChannelHandlerContext) - 类 中的方法com.lorne.sds.server.socket.handler.SocketHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法com.lorne.sds.server.socket.handler.SocketHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法com.lorne.sds.server.socket.handler.SocketHandler
 
checkChanel(String) - 类 中的方法com.lorne.sds.server.controller.SocketController
 
checkChannel(String) - 类 中的方法com.lorne.sds.server.service.impl.ServerServiceImpl
 
checkChannel(String) - 接口 中的方法com.lorne.sds.server.service.ServerService
检查连接
close() - 类 中的方法com.lorne.sds.server.service.impl.InitServiceImpl
 
close() - 类 中的方法com.lorne.sds.server.service.impl.NettyServerServiceImpl
 
close() - 接口 中的方法com.lorne.sds.server.service.InitService
服务关闭
close() - 接口 中的方法com.lorne.sds.server.service.NettyServerService
服务关闭
com.lorne.sds.server - 程序包 com.lorne.sds.server
 
com.lorne.sds.server.controller - 程序包 com.lorne.sds.server.controller
 
com.lorne.sds.server.listener - 程序包 com.lorne.sds.server.listener
 
com.lorne.sds.server.model - 程序包 com.lorne.sds.server.model
 
com.lorne.sds.server.mq - 程序包 com.lorne.sds.server.mq
 
com.lorne.sds.server.protocol - 程序包 com.lorne.sds.server.protocol
 
com.lorne.sds.server.service - 程序包 com.lorne.sds.server.service
 
com.lorne.sds.server.service.impl - 程序包 com.lorne.sds.server.service.impl
 
com.lorne.sds.server.socket - 程序包 com.lorne.sds.server.socket
 
com.lorne.sds.server.socket.handler - 程序包 com.lorne.sds.server.socket.handler
 
com.lorne.sds.server.utils - 程序包 com.lorne.sds.server.utils
 
contextDestroyed(ServletContextEvent) - 类 中的方法com.lorne.sds.server.listener.ServerListener
 
contextInitialized(ServletContextEvent) - 类 中的方法com.lorne.sds.server.listener.ServerListener
 
create(String) - 类 中的方法com.lorne.sds.server.service.impl.SocketServiceImpl
 
create(String) - 接口 中的方法com.lorne.sds.server.service.SocketService
创建管道数据

D

decode(ChannelHandlerContext, byte[], List<Object>) - 类 中的方法com.lorne.sds.server.protocol.DefaultProtocolDecoderService
 
decode(ChannelHandlerContext, byte[], List<Object>) - 接口 中的方法com.lorne.sds.server.protocol.ProtocolDecoderService
 
decode(ChannelHandlerContext, byte[], List<Object>) - 类 中的方法com.lorne.sds.server.socket.handler.ProtocolDecoderHandler
 
DefaultProtocolDecoderService - com.lorne.sds.server.protocol中的类
create by lorne on 2017/12/26
DefaultProtocolDecoderService() - 类 的构造器com.lorne.sds.server.protocol.DefaultProtocolDecoderService
 
DefaultProtocolEncoderService - com.lorne.sds.server.protocol中的类
create by lorne on 2017/12/26
DefaultProtocolEncoderService() - 类 的构造器com.lorne.sds.server.protocol.DefaultProtocolEncoderService
 
DeliveryClient - com.lorne.sds.server.mq中的接口
create by lorne on 2017/12/6
doing(Channel, byte[]) - 接口 中的方法com.lorne.sds.server.utils.SocketUtils.IBack
 

E

encode(ChannelHandlerContext, byte[], List<Object>) - 类 中的方法com.lorne.sds.server.protocol.DefaultProtocolEncoderService
 
encode(ChannelHandlerContext, byte[], List<Object>) - 接口 中的方法com.lorne.sds.server.protocol.ProtocolEncoderService
 
encode(ChannelHandlerContext, byte[], List<Object>) - 类 中的方法com.lorne.sds.server.socket.handler.ProtocolEncoderHandler
 

F

fromHexAscii(String) - 类 中的静态方法com.lorne.sds.server.utils.ByteUtils
 

G

getChannelByUniqueKey(String) - 类 中的方法com.lorne.sds.server.utils.SocketManager
 
getInstance() - 类 中的静态方法com.lorne.sds.server.utils.SocketManager
 
getInstanceId() - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getInstanceId() - 接口 中的方法com.lorne.sds.server.service.SocketControl
获取服务的InstanceId
getIp() - 类 中的方法com.lorne.sds.server.model.Server
 
getIpPort() - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getIpPort() - 接口 中的方法com.lorne.sds.server.service.SocketControl
获取服务的IP和端口
getKey(Channel) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getKey(ChannelHandlerContext) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getKey(Channel) - 接口 中的方法com.lorne.sds.server.service.SocketControl
获取key
getKey(ChannelHandlerContext) - 接口 中的方法com.lorne.sds.server.service.SocketControl
获取key
getMaxConnection() - 类 中的方法com.lorne.sds.server.utils.SocketManager
 
getMaxCount() - 类 中的方法com.lorne.sds.server.model.Server
 
getModelName() - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getModelName() - 接口 中的方法com.lorne.sds.server.service.SocketControl
获取模块名称,也可以直接调用getIpPort()
getNowConnection() - 类 中的方法com.lorne.sds.server.utils.SocketManager
 
getNowCount() - 类 中的方法com.lorne.sds.server.model.Server
 
getPort() - 类 中的方法com.lorne.sds.server.model.Server
 
getServer() - 类 中的方法com.lorne.sds.server.controller.SocketController
 
getServer() - 类 中的方法com.lorne.sds.server.service.impl.ServerServiceImpl
 
getServer() - 接口 中的方法com.lorne.sds.server.service.ServerService
获取本地服务配置信息
getServiceId() - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getServiceId() - 接口 中的方法com.lorne.sds.server.service.SocketControl
获取服务的ServiceId
getSocketEventService() - 类 中的方法com.lorne.sds.server.service.impl.SocketServiceImpl
 
getSocketEventService() - 接口 中的方法com.lorne.sds.server.service.SocketService
获取监听事件对象
getTag() - 类 中的方法com.lorne.sds.server.model.Server
 
getUniqueKey(Channel) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getUniqueKey(ChannelHandlerContext) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
getUniqueKey(Channel) - 接口 中的方法com.lorne.sds.server.service.SocketControl
模块下连接的标示
getUniqueKey(ChannelHandlerContext) - 接口 中的方法com.lorne.sds.server.service.SocketControl
模块下连接的标示

H

hasOpenHeartCheck() - 接口 中的方法com.lorne.sds.server.service.SocketEventService
是否开启心跳检查

I

index() - 类 中的方法com.lorne.sds.server.controller.SocketController
 
initChannel(SocketChannel) - 类 中的方法com.lorne.sds.server.socket.SocketServerChannelInitializer
 
InitService - com.lorne.sds.server.service中的接口
Created by yuliang on 2017/4/12.
InitServiceImpl - com.lorne.sds.server.service.impl中的类
create by lorne on 2017/9/20
InitServiceImpl() - 类 的构造器com.lorne.sds.server.service.impl.InitServiceImpl
 
isAllowConnection() - 类 中的方法com.lorne.sds.server.utils.SocketManager
 

L

LengthFieldBasedFrameDecoder - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 

N

NettyServerService - com.lorne.sds.server.service中的接口
Created by yuliang on 2017/4/12.
NettyServerServiceImpl - com.lorne.sds.server.service.impl中的类
Created by lorne on 2017/4/12.
NettyServerServiceImpl() - 类 的构造器com.lorne.sds.server.service.impl.NettyServerServiceImpl
 

O

onConnectionListener(ChannelHandlerContext, String) - 接口 中的方法com.lorne.sds.server.service.SocketEventService
连接服务事件
onDisConnectionListener(ChannelHandlerContext, String) - 接口 中的方法com.lorne.sds.server.service.SocketEventService
断开连接事件
onHeartNoReadDataListener(ChannelHandlerContext, String) - 接口 中的方法com.lorne.sds.server.service.SocketEventService
心跳读取超时监听
onHeartNoWriteDataListener(ChannelHandlerContext, String) - 接口 中的方法com.lorne.sds.server.service.SocketEventService
心跳写入超时监听
onReadListener(ChannelHandlerContext, String, Object) - 接口 中的方法com.lorne.sds.server.service.SocketEventService
读取数据事件

P

ProtocolDecoderHandler - com.lorne.sds.server.socket.handler中的类
create by lorne on 2017/12/26
ProtocolDecoderHandler(ProtocolDecoderService) - 类 的构造器com.lorne.sds.server.socket.handler.ProtocolDecoderHandler
 
ProtocolDecoderHandler - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 
ProtocolDecoderService - com.lorne.sds.server.protocol中的接口
create by lorne on 2017/12/26
ProtocolEncoderHandler - com.lorne.sds.server.socket.handler中的类
create by lorne on 2017/12/26
ProtocolEncoderHandler(ProtocolEncoderService) - 类 的构造器com.lorne.sds.server.socket.handler.ProtocolEncoderHandler
 
ProtocolEncoderHandler - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 
ProtocolEncoderService - com.lorne.sds.server.protocol中的接口
create by lorne on 2017/12/26
putKey(String, String, String) - 接口 中的方法com.lorne.sds.server.mq.DeliveryClient
 

R

remove(String, String) - 接口 中的方法com.lorne.sds.server.mq.DeliveryClient
 
remove(String) - 类 中的方法com.lorne.sds.server.service.impl.SocketServiceImpl
 
remove(String) - 接口 中的方法com.lorne.sds.server.service.SocketService
删除管道数据
removeClient(Channel) - 类 中的方法com.lorne.sds.server.utils.SocketManager
 
resetHeartTime(Channel, int) - 类 中的方法com.lorne.sds.server.service.impl.SocketControlImpl
 
resetHeartTime(Channel, int) - 接口 中的方法com.lorne.sds.server.service.SocketControl
重置心跳时间
reverse(byte[]) - 类 中的静态方法com.lorne.sds.server.utils.ByteUtils
 

S

send(String, byte[]) - 类 中的静态方法com.lorne.sds.server.utils.SocketUtils
 
send(Channel, byte[]) - 类 中的静态方法com.lorne.sds.server.utils.SocketUtils
 
sendBase64Cmd(String, String) - 类 中的方法com.lorne.sds.server.controller.SocketController
 
sendBase64Cmd(String, String) - 类 中的方法com.lorne.sds.server.service.impl.ServerServiceImpl
 
sendBase64Cmd(String, String) - 接口 中的方法com.lorne.sds.server.service.ServerService
发送指令 (base64字符串)
sendHexCmd(String, String) - 类 中的方法com.lorne.sds.server.controller.SocketController
 
sendHexCmd(String, String) - 类 中的方法com.lorne.sds.server.service.impl.ServerServiceImpl
 
sendHexCmd(String, String) - 接口 中的方法com.lorne.sds.server.service.ServerService
发送指令 (16进制字符串)
sendStrCmd(String, String) - 类 中的方法com.lorne.sds.server.controller.SocketController
 
sendStrCmd(String, String) - 类 中的方法com.lorne.sds.server.service.impl.ServerServiceImpl
 
sendStrCmd(String, String) - 接口 中的方法com.lorne.sds.server.service.ServerService
发送指令 (string字符串)
Server - com.lorne.sds.server.model中的类
create by lorne on 2017/9/21
Server() - 类 的构造器com.lorne.sds.server.model.Server
 
ServerConfiguration - com.lorne.sds.server中的类
 
ServerConfiguration() - 类 的构造器com.lorne.sds.server.ServerConfiguration
 
ServerListener - com.lorne.sds.server.listener中的类
Created by lorne on 2017/7/1.
ServerListener() - 类 的构造器com.lorne.sds.server.listener.ServerListener
 
ServerService - com.lorne.sds.server.service中的接口
create by lorne on 2017/9/21
ServerServiceImpl - com.lorne.sds.server.service.impl中的类
create by lorne on 2017/9/21
ServerServiceImpl() - 类 的构造器com.lorne.sds.server.service.impl.ServerServiceImpl
 
setBack(SocketUtils.IBack) - 类 中的静态方法com.lorne.sds.server.utils.SocketUtils
 
setIp(String) - 类 中的方法com.lorne.sds.server.model.Server
 
setMaxConnection(int) - 类 中的方法com.lorne.sds.server.utils.SocketManager
 
setMaxCount(int) - 类 中的方法com.lorne.sds.server.model.Server
 
setNowCount(int) - 类 中的方法com.lorne.sds.server.model.Server
 
setPort(int) - 类 中的方法com.lorne.sds.server.model.Server
 
setTag(String) - 类 中的方法com.lorne.sds.server.model.Server
 
SocketControl - com.lorne.sds.server.service中的接口
create by lorne on 2017/10/13
SocketControlImpl - com.lorne.sds.server.service.impl中的类
create by lorne on 2017/10/13
SocketControlImpl() - 类 的构造器com.lorne.sds.server.service.impl.SocketControlImpl
 
SocketController - com.lorne.sds.server.controller中的类
create by lorne on 2017/9/21
SocketController() - 类 的构造器com.lorne.sds.server.controller.SocketController
 
SocketEventService - com.lorne.sds.server.service中的接口
create by lorne on 2017/10/13
SocketHandler - com.lorne.sds.server.socket.handler中的类
Created by lorne on 2017/8/12.
SocketHandler(SocketService) - 类 的构造器com.lorne.sds.server.socket.handler.SocketHandler
 
SocketHandler - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 
SocketManager - com.lorne.sds.server.utils中的类
Created by lorne on 2017/6/30.
SocketServerChannelInitializer - com.lorne.sds.server.socket中的类
create by lorne on 2017/12/26
SocketServerChannelInitializer(int, SocketService, ApplicationContext) - 类 的构造器com.lorne.sds.server.socket.SocketServerChannelInitializer
 
SocketService - com.lorne.sds.server.service中的接口
create by lorne on 2017/10/10
SocketServiceImpl - com.lorne.sds.server.service.impl中的类
create by lorne on 2017/10/10
SocketServiceImpl() - 类 的构造器com.lorne.sds.server.service.impl.SocketServiceImpl
 
SocketUtils - com.lorne.sds.server.utils中的类
Created by lorne on 2016/3/7.
SocketUtils() - 类 的构造器com.lorne.sds.server.utils.SocketUtils
 
SocketUtils.IBack - com.lorne.sds.server.utils中的接口
 
start() - 类 中的方法com.lorne.sds.server.service.impl.InitServiceImpl
 
start() - 类 中的方法com.lorne.sds.server.service.impl.NettyServerServiceImpl
 
start() - 接口 中的方法com.lorne.sds.server.service.InitService
服务启动
start() - 接口 中的方法com.lorne.sds.server.service.NettyServerService
服务启动
SystemTimeOut - 类 中的静态变量com.lorne.sds.server.socket.SocketServerChannelInitializer
 

T

toHexAscii(byte) - 类 中的静态方法com.lorne.sds.server.utils.ByteUtils
 
toHexAscii(byte[]) - 类 中的静态方法com.lorne.sds.server.utils.ByteUtils
 
toUnsigned(byte) - 类 中的静态方法com.lorne.sds.server.utils.ByteUtils
 

U

UNSIGNED_MAX_VALUE - 类 中的静态变量com.lorne.sds.server.utils.ByteUtils
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法com.lorne.sds.server.socket.handler.SocketHandler
 
A B C D E F G H I L N O P R S T U 
跳过导航链接

Copyright © 2018. All rights reserved.