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 appengine-managed-runtime-1.9.31.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.google.apphosting.vmruntime
├─ com.google.apphosting.vmruntime.VmApiProxyDelegate.class - [JAR]
├─ com.google.apphosting.vmruntime.VmApiProxyEnvironment.class - [JAR]
├─ com.google.apphosting.vmruntime.VmAppLogsWriter.class - [JAR]
├─ com.google.apphosting.vmruntime.VmEnvironmentFactory.class - [JAR]
├─ com.google.apphosting.vmruntime.VmMetadataCache.class - [JAR]
├─ com.google.apphosting.vmruntime.VmRequestThreadFactory.class - [JAR]
├─ com.google.apphosting.vmruntime.VmRequestUtils.class - [JAR]
├─ com.google.apphosting.vmruntime.VmRuntimeFileLogHandler.class - [JAR]
├─ com.google.apphosting.vmruntime.VmRuntimeLogHandler.class - [JAR]
├─ com.google.apphosting.vmruntime.VmRuntimeUtils.class - [JAR]
├─ com.google.apphosting.vmruntime.VmTimer.class - [JAR]
com.google.apphosting.utils.servlet
├─ com.google.apphosting.utils.servlet.DeferredTaskServlet.class - [JAR]
├─ com.google.apphosting.utils.servlet.HttpServletRequestAdapter.class - [JAR]
├─ com.google.apphosting.utils.servlet.HttpServletResponseAdapter.class - [JAR]
├─ com.google.apphosting.utils.servlet.MultipartMimeUtils.class - [JAR]
├─ com.google.apphosting.utils.servlet.ParseBlobUploadFilter.class - [JAR]
├─ com.google.apphosting.utils.servlet.SessionCleanupServlet.class - [JAR]
├─ com.google.apphosting.utils.servlet.TransactionCleanupFilter.class - [JAR]
├─ com.google.apphosting.utils.servlet.VmHealthServlet.class - [JAR]
├─ com.google.apphosting.utils.servlet.VmStopFilter.class - [JAR]
├─ com.google.apphosting.utils.servlet.WarmupServlet.class - [JAR]
com.google.apphosting.utils.http
├─ com.google.apphosting.utils.http.HttpRequest.class - [JAR]
├─ com.google.apphosting.utils.http.HttpResponse.class - [JAR]
com.google.apphosting.utils.config
├─ com.google.apphosting.utils.config.AppEngineConfigException.class - [JAR]
├─ com.google.apphosting.utils.config.AppEngineWebXml.class - [JAR]
├─ com.google.apphosting.utils.config.AppEngineWebXmlProcessor.class - [JAR]
├─ com.google.apphosting.utils.config.AppEngineWebXmlReader.class - [JAR]
├─ com.google.apphosting.utils.config.XmlUtils.class - [JAR]
com.google.apphosting.runtime
├─ com.google.apphosting.runtime.DatastoreSessionStore.class - [JAR]
├─ com.google.apphosting.runtime.DeferredDatastoreSessionStore.class - [JAR]
├─ com.google.apphosting.runtime.MemcacheSessionStore.class - [JAR]
├─ com.google.apphosting.runtime.SessionData.class - [JAR]
├─ com.google.apphosting.runtime.SessionManagerUtil.class - [JAR]
├─ com.google.apphosting.runtime.SessionStore.class - [JAR]
com.google.apphosting.runtime.timer
├─ com.google.apphosting.runtime.timer.AbstractIntervalTimer.class - [JAR]
├─ com.google.apphosting.runtime.timer.Timer.class - [JAR]