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 dispatch-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.whispersystems.dispatch.redis
├─ org.whispersystems.dispatch.redis.PubSubConnection.class - [JAR]
├─ org.whispersystems.dispatch.redis.PubSubReply.class - [JAR]
org.whispersystems.dispatch
├─ org.whispersystems.dispatch.DispatchChannel.class - [JAR]
├─ org.whispersystems.dispatch.DispatchManager.class - [JAR]
org.whispersystems.dispatch.redis.protocol
├─ org.whispersystems.dispatch.redis.protocol.ArrayReplyHeader.class - [JAR]
├─ org.whispersystems.dispatch.redis.protocol.IntReply.class - [JAR]
├─ org.whispersystems.dispatch.redis.protocol.StringReplyHeader.class - [JAR]
org.whispersystems.dispatch.io
├─ org.whispersystems.dispatch.io.RedisInputStream.class - [JAR]
├─ org.whispersystems.dispatch.io.RedisPubSubConnectionFactory.class - [JAR]
org.whispersystems.dispatch.util
├─ org.whispersystems.dispatch.util.Util.class - [JAR]