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 dubbo-remoting-quic-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.dubbo.remoting.transport.quic
├─ org.apache.dubbo.remoting.transport.quic.NettyCodecAdapter.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyBackedChannelBuffer.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyChannel.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyClient.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyClientHandler.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyEventLoopFactory.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyServer.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyServerHandler.class - [JAR]
├─ org.apache.dubbo.remoting.transport.quic.QuicNettyTransporter.class - [JAR]