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 spring-socket-boxes-boot-starter-2.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.spring.boxes.socket.payload
├─ com.spring.boxes.socket.payload.DataTypePayload.class - [JAR]
├─ com.spring.boxes.socket.payload.PayloadDataType.class - [JAR]
├─ com.spring.boxes.socket.payload.TextTypePayload.class - [JAR]
├─ com.spring.boxes.socket.payload.TransportPayload.class - [JAR]
com.spring.boxes.socket.context
├─ com.spring.boxes.socket.context.ClientsBinds.class - [JAR]
├─ com.spring.boxes.socket.context.SocketBinds.class - [JAR]
com.spring.boxes.socket.handler
├─ com.spring.boxes.socket.handler.PayloadAdapter.class - [JAR]
├─ com.spring.boxes.socket.handler.PayloadHandler.class - [JAR]
com.spring.boxes.socket.server
├─ com.spring.boxes.socket.server.SocketServerAutoConfiguration.class - [JAR]
├─ com.spring.boxes.socket.server.SocketServerProperties.class - [JAR]
com.spring.boxes.socket.payload.source
├─ com.spring.boxes.socket.payload.source.AuthorIdPayload.class - [JAR]
├─ com.spring.boxes.socket.payload.source.AuthorityPayload.class - [JAR]