View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dreamly-starter-im-1.0.0-beta.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zj.dreamly.im.model.proto
├─ com.github.zj.dreamly.im.model.proto.MessageProto.class - [JAR]
├─ com.github.zj.dreamly.im.model.proto.ReplyBodyProto.class - [JAR]
├─ com.github.zj.dreamly.im.model.proto.SentBodyProto.class - [JAR]
├─ com.github.zj.dreamly.im.model.proto.SessionProto.class - [JAR]
com.github.zj.dreamly.im.model
├─ com.github.zj.dreamly.im.model.CIMSession.class - [JAR]
├─ com.github.zj.dreamly.im.model.HeartbeatRequest.class - [JAR]
├─ com.github.zj.dreamly.im.model.HeartbeatResponse.class - [JAR]
├─ com.github.zj.dreamly.im.model.Message.class - [JAR]
├─ com.github.zj.dreamly.im.model.ReplyBody.class - [JAR]
├─ com.github.zj.dreamly.im.model.SentBody.class - [JAR]
├─ com.github.zj.dreamly.im.model.Transportable.class - [JAR]
com.github.zj.dreamly.im.constant
├─ com.github.zj.dreamly.im.constant.CIMConstant.class - [JAR]
com.github.zj.dreamly.im.handler
├─ com.github.zj.dreamly.im.handler.CIMNioSocketAcceptor.class - [JAR]
├─ com.github.zj.dreamly.im.handler.CIMRequestHandler.class - [JAR]
├─ com.github.zj.dreamly.im.handler.HeartbeatHandler.class - [JAR]
com.github.zj.dreamly.im.coder
├─ com.github.zj.dreamly.im.coder.AppMessageDecoder.class - [JAR]
├─ com.github.zj.dreamly.im.coder.AppMessageEncoder.class - [JAR]
├─ com.github.zj.dreamly.im.coder.WebMessageDecoder.class - [JAR]
├─ com.github.zj.dreamly.im.coder.WebMessageEncoder.class - [JAR]