类的使用
top.yqingyu.common.qymsg.QyMsg
使用QyMsg的程序包
-
top.yqingyu.common.qymsg中QyMsg的使用
修饰符和类型方法说明QyMsg.clone()static QyMsgMsgTransfer.disassembly(Socket socket, Queue<QyMsg> segmentation$queue, long sleep) static QyMsgMsgTransfer.disassembly(SocketChannel socketChannel, Queue<QyMsg> segmentation$queue) QyMsg.putMsgData(String msgKey, Object msgValue) QyMsg.putMsgData(String msgKey, String msgValue) static QyMsgMsgTransfer.readMessage2(SocketChannel socketChannel) static QyMsgstatic QyMsgstatic QyMsgMsgTransfer.readSerializable(Socket socket) 序列化读取static QyMsgMsgTransfer.readSerializable(SocketChannel socketChannel) 序列化读取参数类型为QyMsg的top.yqingyu.common.qymsg中的方法修饰符和类型方法说明static ArrayList<byte[]>static Stringstatic ObjectMsgHelper.gainMsgOBJ(QyMsg msg, String key) static StringMsgHelper.gainMsgValue(QyMsg msg, String key) static ObjectMsgHelper.gainObjMsg(QyMsg msg) static voidMsgTransfer.writeMessage(Socket socket, QyMsg msg) 写出带有用户名的信息 date 2022/5/7 1:12 return voidstatic voidMsgTransfer.writeQyMsg(Socket socket, QyMsg qyMsg) static voidMsgTransfer.writeQyMsg(SocketChannel socketChannel, QyMsg qyMsg) static voidMsgTransfer.writeSerializable(SocketChannel socketChannel, QyMsg qyQyMsg) 序列化写出static voidMsgTransfer.writeSerializable$(Socket socket, QyMsg qyQyMsg) 序列化写出类型变量类型为QyMsg的top.yqingyu.common.qymsg中的方法参数修饰符和类型方法说明static QyMsgMsgTransfer.disassembly(Socket socket, Queue<QyMsg> segmentation$queue, long sleep) static QyMsgMsgTransfer.disassembly(SocketChannel socketChannel, Queue<QyMsg> segmentation$queue) static voidMsgHelper.init(BlockingQueue<QyMsg> inQueue, BlockingQueue<QyMsg> outQueue, String thName, AtomicBoolean running, int clearTime) 类型变量类型为QyMsg的top.yqingyu.common.qymsg中的构造器参数限定符构造器说明MsgHelper(BlockingQueue<QyMsg> inQueue, BlockingQueue<QyMsg> outQueue, AtomicBoolean running, int clearTime) -
top.yqingyu.common.utils中QyMsg的使用
参数类型为QyMsg的top.yqingyu.common.utils中的方法