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-netty-1.0.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.dubbo.remoting.transport.netty
├─ com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyChannel.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyClient.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyCodecAdapter.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyHandler.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyHelper.class - [JAR]
├─ com.alibaba.dubbo.remoting.transport.netty.NettyServer.class - [JAR]
net.jahhan.extension.transporter
├─ net.jahhan.extension.transporter.NettyTransporter.class - [JAR]