跳过导航链接
MobileIMSDKServer 6.5(build 2024/04/30)
$ A B C D E F G H I J K L M N O P Q R S T U V W _ 

C

channelActive(ChannelHandlerContext) - 类 中的方法net.x52im.mobileimsdk.server.network.tcp.MBTCPClientInboundHandler
客户端与服务端建立“连接”时会调用本方法。
channelActive(ChannelHandlerContext) - 类 中的方法net.x52im.mobileimsdk.server.network.udp.MBUDPClientInboundHandler
客户端与服务端建立“连接”时会调用本方法。
channelActive(ChannelHandlerContext) - 类 中的方法net.x52im.mobileimsdk.server.network.websocket.MBWebsocketClientInboundHandler
客户端与服务端建立“连接”时会调用本方法。
channelInactive(ChannelHandlerContext) - 类 中的方法net.x52im.mobileimsdk.server.network.tcp.MBTCPClientInboundHandler
客户端与服务端断开“连接”时会调用本方法。
channelInactive(ChannelHandlerContext) - 类 中的方法net.x52im.mobileimsdk.server.network.udp.MBUDPClientInboundHandler
客户端与服务端断开“连接”时会调用本方法。
channelInactive(ChannelHandlerContext) - 类 中的方法net.x52im.mobileimsdk.server.network.websocket.MBWebsocketClientInboundHandler
客户端与服务端断开“连接”时会调用本方法。
channelRead0(ChannelHandlerContext, ByteBuf) - 类 中的方法net.x52im.mobileimsdk.server.network.tcp.MBTCPClientInboundHandler
客户端向服务端发送数据时会调用本方法。
channelRead0(ChannelHandlerContext, ByteBuf) - 类 中的方法net.x52im.mobileimsdk.server.network.udp.MBUDPClientInboundHandler
客户端向服务端发送数据时会调用本方法。
channelRead0(ChannelHandlerContext, WebSocketFrame) - 类 中的方法net.x52im.mobileimsdk.server.network.websocket.MBWebsocketClientInboundHandler
客户端向服务端发送数据时会调用本方法。
channels - 类 中的变量net.x52im.mobileimsdk.server.network.udp.MBUDPServerChannel
 
CharsetHelper - net.x52im.mobileimsdk.server.protocal中的类
数据交互的编解码实现类。
CharsetHelper() - 类 的构造器net.x52im.mobileimsdk.server.protocal.CharsetHelper
 
CLIENT_SDK_NO_INITIALED - 接口 中的静态变量net.x52im.mobileimsdk.server.protocal.ErrorCode.ForC
客户端SDK尚未初始化
clientInfoToString(Channel) - 类 中的静态方法net.x52im.mobileimsdk.server.utils.ServerToolKits
获取对应Session的信息(如session中存放的user_id、登陆名、ip地址和端口等)。
clone() - 类 中的方法net.x52im.mobileimsdk.server.protocal.Protocal
Protocal深度对象克隆方法实现。
code - 类 中的变量net.x52im.mobileimsdk.server.protocal.s.PKickoutInfo
被踢原因编码
code - 类 中的变量net.x52im.mobileimsdk.server.protocal.s.PLoginInfoResponse
错误码:0表示认证成功,否则是用户自定的错误码(该码应该是>1024的整数)
COMMON_CODE_OK - 接口 中的静态变量net.x52im.mobileimsdk.server.protocal.ErrorCode
一切正常
COMMON_DATA_SEND_FAILD - 接口 中的静态变量net.x52im.mobileimsdk.server.protocal.ErrorCode
数据发送失败
COMMON_INVALID_PROTOCAL - 接口 中的静态变量net.x52im.mobileimsdk.server.protocal.ErrorCode
无效的 Protocal对象
COMMON_NO_LOGIN - 接口 中的静态变量net.x52im.mobileimsdk.server.protocal.ErrorCode
客户端尚未登陆
COMMON_UNKNOW_ERROR - 接口 中的静态变量net.x52im.mobileimsdk.server.protocal.ErrorCode
未知错误
config - 类 中的变量net.x52im.mobileimsdk.server.network.udp.MBUDPChannel
 
config() - 类 中的方法net.x52im.mobileimsdk.server.network.udp.MBUDPChannel
 
config() - 类 中的方法net.x52im.mobileimsdk.server.network.udp.MBUDPServerChannel
 
consumerObserver - 类 中的变量net.x52im.mobileimsdk.server.bridge.MQProvider
本类中消费者收到的消息通过此观察者进行回调通知
consumFromQueue - 类 中的变量net.x52im.mobileimsdk.server.bridge.MQProvider
消费者消息中转队列名:本类是此队列的消费者,将从其中读取消息
createBridgeProcessor() - 类 中的方法net.x52im.mobileimsdk.server.ServerCoreHandler
新建跨机器通信消息中间件服务提供者。
createCommonData(String, String, String, boolean, String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
通用消息的Protocal报文对象新建方法(typeu字段默认-1)。
createCommonData(String, String, String, boolean, String, int) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
通用消息的Protocal报文对象新建方法。
createGatewayTCP() - 类 中的方法net.x52im.mobileimsdk.server.ServerLauncher
创建TCP协议的网关对象。
createGatewayUDP() - 类 中的方法net.x52im.mobileimsdk.server.ServerLauncher
创建UDP协议的网关对象。
createGatewayWebsocket() - 类 中的方法net.x52im.mobileimsdk.server.ServerLauncher
创建WebSocket协议的网关对象。
createLogicProcessor() - 类 中的方法net.x52im.mobileimsdk.server.ServerCoreHandler
创建MobileIMSDK框架核心层的数据交互处理逻辑封装对象。
createPErrorResponse(int, String, String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建错误响应消息报文对象(该对象由服务端发出).
createPKeepAlive(String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建用户心跳包报文对象(该对象由客户端发出).
createPKeepAliveResponse(String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建响应客户端的心跳消息报文对象(该对象由服务端发出).
createPKickout(String, int, String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建用户被踢包报文对象(该对象由服务端发出).
createPLoginInfo(PLoginInfo) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建用户登陆消息报文对象(该对象由客户端发出).
createPLoginInfoResponse(int, long, String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建用户登陆响应消息报文对象(该对象由服务端发出).
createPLoginoutInfo(String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
创建用户注消登陆消息报文对象(该对象由客户端发出).
createRecivedBack(String, String, String) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
客户端from_user_id向to_user_id发送一个QoS机制中需要的“收到消息应答包”(默认bridge标认为false).
createRecivedBack(String, String, String, boolean) - 类 中的静态方法net.x52im.mobileimsdk.server.protocal.ProtocalFactory
客户端from_user_id向to_user_id发送一个QoS机制中需要的“收到消息应答包”.
$ A B C D E F G H I J K L M N O P Q R S T U V W _ 
跳过导航链接
MobileIMSDKServer 6.5(build 2024/04/30)

Copyright © 2024 即时通讯网(52im.net) - 即时通讯技术社区. All rights reserved.