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 socket-business-websocket-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.holly.unit.socket.business.websocket.operator
├─ com.holly.unit.socket.business.websocket.operator.WebSocketOperator.class - [JAR]
com.holly.unit.socket.business.websocket.config
├─ com.holly.unit.socket.business.websocket.config.WebSocketConfig.class - [JAR]
com.holly.unit.socket.business.websocket.message
├─ com.holly.unit.socket.business.websocket.message.SocketMessageCenter.class - [JAR]
com.holly.unit.socket.business.websocket.session
├─ com.holly.unit.socket.business.websocket.session.SessionCenter.class - [JAR]
com.holly.unit.socket.business.websocket.server
├─ com.holly.unit.socket.business.websocket.server.WebSocketServer.class - [JAR]
com.holly.unit.socket.business.websocket.operator.channel
├─ com.holly.unit.socket.business.websocket.operator.channel.HollySocketOperator.class - [JAR]
├─ com.holly.unit.socket.business.websocket.operator.channel.SocketChannelExpandInterFace.class - [JAR]
com.holly.unit.socket.business.websocket.pojo
├─ com.holly.unit.socket.business.websocket.pojo.WebSocketMessageDTO.class - [JAR]