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-websocket-module-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zhaodong.websocket.service.impl
├─ com.zhaodong.websocket.service.impl.WsMeetingServiceImpl.class - [JAR]
com.zhaodong.websocket.config
├─ com.zhaodong.websocket.config.CommandLineRunnerBean.class - [JAR]
├─ com.zhaodong.websocket.config.WebSocketConfig.class - [JAR]
com.zhaodong.websocket.service
├─ com.zhaodong.websocket.service.WsMeetingService.class - [JAR]
├─ com.zhaodong.websocket.service.WsMeetingStore.class - [JAR]
├─ com.zhaodong.websocket.service.WsUserService.class - [JAR]
com.zhaodong.websocket.Message
├─ com.zhaodong.websocket.Message.MessageStatus.class - [JAR]
├─ com.zhaodong.websocket.Message.MessageText.class - [JAR]
com.zhaodong.websocket.handler
├─ com.zhaodong.websocket.handler.MyHandler.class - [JAR]
├─ com.zhaodong.websocket.handler.MyInterceptor.class - [JAR]