- Notifications
You must be signed in to change notification settings - Fork567
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
License
NotificationsYou must be signed in to change notification settings
FreddyChen/NettyChat
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
1. 依赖im_lib库,implementation project(':im_lib')2. 自定义IMSEventListener,实现OnEventListener,重写对应的方法配置参数3. 自定义IMSConnectStatusListener,实现IMSConnectStatusCallback,重现对应的方法监听ims连接状态4. 调用IMSClientInterface.init(Vector<String> serverUrlList, OnEventListener listener, IMSConnectStatusCallback callback)方法,把服务器地址列表、IMSEventListener、IMSConnectStatusListener三个参数传入即可。5. 发送消息:调用IMSClientInterface.sendMsg(MessageProtobuf.Msg msg)即可发送6. 接收消息:收到消息会回调IMSEventListener.dispatchMsg(MessageProtobuf.Msg msg)方法。注:由于jcenter账号一直申请不了,所以目前可以先通过下载源码方式进行依赖,后续会发布到jcenter上,以gradle方式进行依赖。
1.《开源一个自用的Android IM库,基于Netty+TCP+Protobuf实现》2.《开源一个自用的Android IM库,基于Netty+WebSocket+Protobuf实现》3.《开源一个自用的Android IM库,基于Netty+UDP+Protobuf实现》4.《开源一个自用的Android网络请求库,基于Rxjava+Retrofit实现》5.《开源一个自用的Android线程池,基于ThreadPoolExecutor实现》6.《开源一个自用的Android IM UI界面,包含文本、图片、语音、表情、红包等实现》7.《开源一个自用的Android图片加载库,基于Glide实现》8.《开源一个自用的Android视频压缩库,基于MediaCodec实现》9.《开源一个自用的Android视频压缩库,基于ffmpeg实现》10.《开源一个自用的Android事件分发中心库,基于对象池实现》以上文章没有先后顺序,想到哪就写到哪吧。
最新新开了一个微信公众号,方便后续KulaChat发布一些系列文章,同时也是为了激励自己写作。主要发布一些原创的Android IM相关的文章(也会包含其它方向),不定时更新。感兴趣的同学可以关注一下,谢谢。PS:感觉鸿洋大神提供的公众号文章排版方式,感激不尽~~
Copyright 2019, chenshichao Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.About
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.