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 dsb-transport-xmpp-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.petalslink.dsb.transport.xmpp
├─ org.petalslink.dsb.transport.xmpp.Adapter.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPChatMessageListener.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPClientFactory.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPClientImpl.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPConnectionManager.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPCredentials.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPRosterListener.class - [JAR]
├─ org.petalslink.dsb.transport.xmpp.XMPPServerImpl.class - [JAR]