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 web-ajp-3.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.jk.server
├─ org.apache.jk.server.JkCoyoteHandler.class - [JAR]
├─ org.apache.jk.server.JkMain.class - [JAR]
org.apache.tomcat.util.threads
├─ org.apache.tomcat.util.threads.ThreadPool.class - [JAR]
├─ org.apache.tomcat.util.threads.ThreadPoolMX.class - [JAR]
├─ org.apache.tomcat.util.threads.ThreadPoolRunnable.class - [JAR]
├─ org.apache.tomcat.util.threads.ThreadWithAttributes.class - [JAR]
org.apache.jk.apr
├─ org.apache.jk.apr.AprImpl.class - [JAR]
├─ org.apache.jk.apr.TomcatStarter.class - [JAR]
org.apache.jk.common
├─ org.apache.jk.common.AjpConstants.class - [JAR]
├─ org.apache.jk.common.AprAcceptor.class - [JAR]
├─ org.apache.jk.common.AprConnection.class - [JAR]
├─ org.apache.jk.common.ChannelJni.class - [JAR]
├─ org.apache.jk.common.ChannelNioSocket.class - [JAR]
├─ org.apache.jk.common.ChannelShm.class - [JAR]
├─ org.apache.jk.common.ChannelSocket.class - [JAR]
├─ org.apache.jk.common.ChannelUn.class - [JAR]
├─ org.apache.jk.common.HandlerDispatch.class - [JAR]
├─ org.apache.jk.common.HandlerRequest.class - [JAR]
├─ org.apache.jk.common.JkInputStream.class - [JAR]
├─ org.apache.jk.common.JkMX.class - [JAR]
├─ org.apache.jk.common.JniHandler.class - [JAR]
├─ org.apache.jk.common.ModJkMX.class - [JAR]
├─ org.apache.jk.common.MsgAjp.class - [JAR]
├─ org.apache.jk.common.Shm.class - [JAR]
├─ org.apache.jk.common.Shm14.class - [JAR]
├─ org.apache.jk.common.WorkerDummy.class - [JAR]
org.apache.jk.core
├─ org.apache.jk.core.JkChannel.class - [JAR]
├─ org.apache.jk.core.JkHandler.class - [JAR]
├─ org.apache.jk.core.Msg.class - [JAR]
├─ org.apache.jk.core.MsgContext.class - [JAR]
├─ org.apache.jk.core.WorkerEnv.class - [JAR]
org.apache.tomcat.util.res
├─ org.apache.tomcat.util.res.StringManager.class - [JAR]