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 james-server-netty-socket-3.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.socket
├─ org.apache.james.socket.JamesProtocolHandlerChain.class - [JAR]
├─ org.apache.james.socket.ServerMBean.class - [JAR]
org.jboss.netty.handler.stream
├─ org.jboss.netty.handler.stream.BlockingChannelBufferInputStream.class - [JAR]
├─ org.jboss.netty.handler.stream.ChannelOutputStream.class - [JAR]
├─ org.jboss.netty.handler.stream.StreamHandler.class - [JAR]
org.apache.james.socket.netty
├─ org.apache.james.socket.netty.AbstractConfigurableAsyncServer.class - [JAR]
├─ org.apache.james.socket.netty.ConnectionCountHandler.class - [JAR]