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 osgi-http-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.service.http
├─ org.osgi.service.http.HttpContext.class - [JAR]
├─ org.osgi.service.http.HttpService.class - [JAR]
├─ org.osgi.service.http.NamespaceException.class - [JAR]
org.glassfish.osgihttp
├─ org.glassfish.osgihttp.Activator.class - [JAR]
├─ org.glassfish.osgihttp.DefaultHttpContext.class - [JAR]
├─ org.glassfish.osgihttp.GlassFishHttpService.class - [JAR]
├─ org.glassfish.osgihttp.HttpServiceWrapper.class - [JAR]
├─ org.glassfish.osgihttp.InvocationContext.class - [JAR]
├─ org.glassfish.osgihttp.InvocationContextMgr.class - [JAR]
├─ org.glassfish.osgihttp.OSGiHttpContextValve.class - [JAR]
├─ org.glassfish.osgihttp.OSGiResourceServlet.class - [JAR]
├─ org.glassfish.osgihttp.OSGiSecurityValve.class - [JAR]
├─ org.glassfish.osgihttp.OSGiServletConfig.class - [JAR]
├─ org.glassfish.osgihttp.OSGiServletContext.class - [JAR]
├─ org.glassfish.osgihttp.OSGiServletWrapper.class - [JAR]