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 sharding-proxy-transport-core-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.shardingproxy.transport.packet
├─ org.apache.shardingsphere.shardingproxy.transport.packet.CommandPacket.class - [JAR]
├─ org.apache.shardingsphere.shardingproxy.transport.packet.CommandPacketType.class - [JAR]
├─ org.apache.shardingsphere.shardingproxy.transport.packet.DatabasePacket.class - [JAR]
org.apache.shardingsphere.shardingproxy.transport.codec
├─ org.apache.shardingsphere.shardingproxy.transport.codec.DatabasePacketCodecEngine.class - [JAR]
├─ org.apache.shardingsphere.shardingproxy.transport.codec.PacketCodec.class - [JAR]
org.apache.shardingsphere.shardingproxy.transport.payload
├─ org.apache.shardingsphere.shardingproxy.transport.payload.PacketPayload.class - [JAR]