jar

com.github.UncleCatMySelf : InChat

Maven & Gradle

Aug 22, 2019
750 stars

InChat · A lightweight, efficient communication framework that supports chat and the Internet of Things

Table Of Contents

Latest Version

Download com.github.UncleCatMySelf : InChat JAR file - Latest Versions:

All Versions

Download com.github.UncleCatMySelf : InChat JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window InChat-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.unclecatmyself.bootstrap.channel.http

├─ com.github.unclecatmyself.bootstrap.channel.http.FromServerService.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.channel.http.HttpChannelService.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.channel.http.HttpChannelServiceImpl.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.channel.http.HttpClient.class - [JAR]

com.github.unclecatmyself.bootstrap.redisclient

├─ com.github.unclecatmyself.bootstrap.redisclient.testApplication.class - [JAR]

com.github.unclecatmyself.bootstrap.handler

├─ com.github.unclecatmyself.bootstrap.handler.DefaultHandler.class - [JAR]

com.github.unclecatmyself.common.bean

├─ com.github.unclecatmyself.common.bean.InChatMessage.class - [JAR]

├─ com.github.unclecatmyself.common.bean.InitNetty.class - [JAR]

├─ com.github.unclecatmyself.common.bean.SendInChat.class - [JAR]

com.github.unclecatmyself.common.base

├─ com.github.unclecatmyself.common.base.Handler.class - [JAR]

├─ com.github.unclecatmyself.common.base.HandlerApi.class - [JAR]

├─ com.github.unclecatmyself.common.base.HandlerService.class - [JAR]

com.github.unclecatmyself.common.exception

├─ com.github.unclecatmyself.common.exception.NoFindHandlerException.class - [JAR]

├─ com.github.unclecatmyself.common.exception.NotFindLoginChannlException.class - [JAR]

com.github.unclecatmyself.common.ssl

├─ com.github.unclecatmyself.common.ssl.SecureSocketKeyStore.class - [JAR]

├─ com.github.unclecatmyself.common.ssl.SecureSocketSslContextFactory.class - [JAR]

├─ com.github.unclecatmyself.common.ssl.SecureSokcetTrustManagerFactory.class - [JAR]

├─ com.github.unclecatmyself.common.ssl.StreamReader.class - [JAR]

├─ com.github.unclecatmyself.common.ssl.X509CertTool.class - [JAR]

com.github.unclecatmyself.common.utils

├─ com.github.unclecatmyself.common.utils.HttpUtil.class - [JAR]

├─ com.github.unclecatmyself.common.utils.MessageChangeUtil.class - [JAR]

├─ com.github.unclecatmyself.common.utils.RedisUtil.class - [JAR]

├─ com.github.unclecatmyself.common.utils.RemotingUtil.class - [JAR]

├─ com.github.unclecatmyself.common.utils.SpringContextUtils.class - [JAR]

├─ com.github.unclecatmyself.common.utils.SslUtil.class - [JAR]

com.github.unclecatmyself.bootstrap.channel.cache

├─ com.github.unclecatmyself.bootstrap.channel.cache.CacheMap.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.channel.cache.WsCacheMap.class - [JAR]

com.github.unclecatmyself.bootstrap.backmsg

├─ com.github.unclecatmyself.bootstrap.backmsg.InChatBackMapService.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.backmsg.InChatBackMapServiceImpl.class - [JAR]

com.github.unclecatmyself.common.bean.vo

├─ com.github.unclecatmyself.common.bean.vo.GetListVO.class - [JAR]

├─ com.github.unclecatmyself.common.bean.vo.GetSizeVO.class - [JAR]

├─ com.github.unclecatmyself.common.bean.vo.NotFindUriVO.class - [JAR]

├─ com.github.unclecatmyself.common.bean.vo.ResultVO.class - [JAR]

├─ com.github.unclecatmyself.common.bean.vo.SendServer.class - [JAR]

├─ com.github.unclecatmyself.common.bean.vo.SendServerVO.class - [JAR]

com.github.unclecatmyself.common.pool

├─ com.github.unclecatmyself.common.pool.DefaultThreadFactory.class - [JAR]

├─ com.github.unclecatmyself.common.pool.ExecutorQueue.class - [JAR]

├─ com.github.unclecatmyself.common.pool.StandardThreadExecutor.class - [JAR]

com.github.unclecatmyself.task

├─ com.github.unclecatmyself.task.DataAsynchronousTask.class - [JAR]

├─ com.github.unclecatmyself.task.DataCallable.class - [JAR]

├─ com.github.unclecatmyself.task.ListenAsynData.class - [JAR]

com.github.unclecatmyself.common.ip

├─ com.github.unclecatmyself.common.ip.IpUtils.class - [JAR]

com.github.unclecatmyself.bootstrap

├─ com.github.unclecatmyself.bootstrap.AbstractBootstrapServer.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.BootstrapServer.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.NettyBootstrapServer.class - [JAR]

com.github.unclecatmyself.bootstrap.verify

├─ com.github.unclecatmyself.bootstrap.verify.InChatVerifyService.class - [JAR]

com.github.unclecatmyself.bootstrap.channel

├─ com.github.unclecatmyself.bootstrap.channel.HandlerServiceImpl.class - [JAR]

com.github.unclecatmyself.bootstrap.channel.ws

├─ com.github.unclecatmyself.bootstrap.channel.ws.WebSocketChannelService.class - [JAR]

├─ com.github.unclecatmyself.bootstrap.channel.ws.WsChannelService.class - [JAR]

com.github.unclecatmyself.common.constant

├─ com.github.unclecatmyself.common.constant.BootstrapConstant.class - [JAR]

├─ com.github.unclecatmyself.common.constant.Constans.class - [JAR]

├─ com.github.unclecatmyself.common.constant.HttpConstant.class - [JAR]

├─ com.github.unclecatmyself.common.constant.LogConstant.class - [JAR]

├─ com.github.unclecatmyself.common.constant.NotInChatConstant.class - [JAR]

├─ com.github.unclecatmyself.common.constant.UtilConstant.class - [JAR]

com.github.unclecatmyself.auto

├─ com.github.unclecatmyself.auto.AutoConfig.class - [JAR]

├─ com.github.unclecatmyself.auto.ConfigFactory.class - [JAR]

├─ com.github.unclecatmyself.auto.InitServer.class - [JAR]

├─ com.github.unclecatmyself.auto.RedisConfig.class - [JAR]

com.github.unclecatmyself.bootstrap.data

├─ com.github.unclecatmyself.bootstrap.data.InChatToDataBaseService.class - [JAR]

Advertisement