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 app-stream-protocol-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dingtalk.open.app.stream.protocol.system
├─ com.dingtalk.open.app.stream.protocol.system.DisconnectPayload.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.system.SystemTopic.class - [JAR]
com.dingtalk.open.app.stream.protocol
├─ com.dingtalk.open.app.stream.protocol.CommandType.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.ContentType.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.DefaultProtocolRequestFacade.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.HeaderNames.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.ProtocolRequest.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.ProtocolRequestFacade.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.ProtocolResponse.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.SpecificationVersion.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.StringUtils.class - [JAR]
com.dingtalk.open.app.stream.protocol.system.ping
├─ com.dingtalk.open.app.stream.protocol.system.ping.PingPayload.class - [JAR]
com.dingtalk.open.app.stream.protocol.callback
├─ com.dingtalk.open.app.stream.protocol.callback.CallbackResponsePayload.class - [JAR]
com.dingtalk.open.app.stream.protocol.event
├─ com.dingtalk.open.app.stream.protocol.event.AckPayload.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.event.EventAckStatus.class - [JAR]
├─ com.dingtalk.open.app.stream.protocol.event.ResponsePayload.class - [JAR]