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 bittorrent_3-3.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.lavrov.bittorrent.protocol.extensions
├─ com.github.lavrov.bittorrent.protocol.extensions.ExtensionHandshake.class - [JAR]
├─ com.github.lavrov.bittorrent.protocol.extensions.Extensions.class - [JAR]
com.github.lavrov.bittorrent.protocol.message
├─ com.github.lavrov.bittorrent.protocol.message.Handshake.class - [JAR]
├─ com.github.lavrov.bittorrent.protocol.message.Message.class - [JAR]
com.github.lavrov.bittorrent
├─ com.github.lavrov.bittorrent.FileMapping.class - [JAR]
├─ com.github.lavrov.bittorrent.TorrentFile.class - [JAR]
├─ com.github.lavrov.bittorrent.TorrentMetadata.class - [JAR]
com.github.lavrov.bittorrent.protocol.extensions.metadata
├─ com.github.lavrov.bittorrent.protocol.extensions.metadata.UtMessage.class - [JAR]
com.github.lavrov.bittorrent.wire
├─ com.github.lavrov.bittorrent.wire.Connected.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.Connection.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.Download.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.DownloadMetadata.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.ExtensionHandler.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.MessageSocket.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.RequestDispatcher.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.SpeedClass.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.Swarm.class - [JAR]
├─ com.github.lavrov.bittorrent.wire.Torrent.class - [JAR]