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 gelfj-1.1.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.graylog2
├─ org.graylog2.GelfAMQPSender.class - [JAR]
├─ org.graylog2.GelfMessage.class - [JAR]
├─ org.graylog2.GelfMessageFactory.class - [JAR]
├─ org.graylog2.GelfMessageProvider.class - [JAR]
├─ org.graylog2.GelfSender.class - [JAR]
├─ org.graylog2.GelfSenderResult.class - [JAR]
├─ org.graylog2.GelfTCPSender.class - [JAR]
├─ org.graylog2.GelfUDPSender.class - [JAR]
org.graylog2.log
├─ org.graylog2.log.GelfAppender.class - [JAR]
├─ org.graylog2.log.GelfConsoleAppender.class - [JAR]
├─ org.graylog2.log.GelfJsonAppender.class - [JAR]
├─ org.graylog2.log.Log4jVersionChecker.class - [JAR]
org.graylog2.logging
├─ org.graylog2.logging.GelfHandler.class - [JAR]