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-3.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.dubbo.remoting.transport.netty
├─ org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyChannel.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyClient.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyCodecAdapter.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyHandler.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyHelper.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyPortUnificationServer.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyPortUnificationTransporter.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyServer.class - [JAR]
├─ org.apache.dubbo.remoting.transport.netty.NettyTransporter.class - [JAR]