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-netty4-2.6.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.dubbo.remoting.transport.netty4.logging
├─ com.alibaba.dubbo.remoting.transport.netty4.logging.FormattingTuple.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.logging.MessageFormatter.class - [JAR]
com.alibaba.dubbo.remoting.transport.netty4
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyChannel.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyClient.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyClientHandler.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyCodecAdapter.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyServer.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyServerHandler.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty4.NettyTransporter.class - [JAR]