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 remote-net-http-v.1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.microapplet.remote.http
├─ io.github.microapplet.remote.http.package-info.class - [JAR]
io.github.microapplet.remote.http.annotation.lifecycle
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractEncodedBodyLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractFormDataLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpHeaderLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpMappingLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpProcessLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpQueryLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpUriValueLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractJsonBodyLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractOctetStreamBodyLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractXmlBodyLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.BaseObjectMapperRequestBodyLifeCycle.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.UploadAttributeWrapper.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.lifecycle.UploadByteArrayWrapper.class - [JAR]
io.github.microapplet.remote.http.annotation.body
├─ io.github.microapplet.remote.http.annotation.body.FormData.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.body.JsonBody.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.body.OctetStreamBody.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.body.UrlEncodedBody.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.body.XmlBody.class - [JAR]
io.github.microapplet.remote.http.annotation
├─ io.github.microapplet.remote.http.annotation.HttpHeader.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.HttpMapping.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.HttpMethod.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.HttpQuery.class - [JAR]
├─ io.github.microapplet.remote.http.annotation.HttpUriValue.class - [JAR]