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 gateway-servlet-2.2.22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.fabric8.gateway.servlet
├─ io.fabric8.gateway.servlet.HttpClientRequestFacade.class - [JAR]
├─ io.fabric8.gateway.servlet.HttpMappingResult.class - [JAR]
├─ io.fabric8.gateway.servlet.HttpMappingRuleResolver.class - [JAR]
├─ io.fabric8.gateway.servlet.ProxyDetails.class - [JAR]
├─ io.fabric8.gateway.servlet.ProxyServlet.class - [JAR]
io.fabric8.gateway.servlet.support
├─ io.fabric8.gateway.servlet.support.NonBindingSocketFactory.class - [JAR]
├─ io.fabric8.gateway.servlet.support.ProxySupport.class - [JAR]