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 fastchar-socket-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastchar.socket
├─ com.fastchar.socket.FastSocketServerConfig.class - [JAR]
├─ com.fastchar.socket.FastSocketWeb.class - [JAR]
com.fastchar.socket.client.tcp
├─ com.fastchar.socket.client.tcp.FastTcpSocketClient.class - [JAR]
├─ com.fastchar.socket.client.tcp.FastTcpSocketClientChannelHandler.class - [JAR]
com.fastchar.socket.server.websocket
├─ com.fastchar.socket.server.websocket.FastWebSocketServerChannelHandler.class - [JAR]
com.fastchar.socket.client.websocket
├─ com.fastchar.socket.client.websocket.FastWebSocketClient.class - [JAR]
├─ com.fastchar.socket.client.websocket.FastWebSocketClientChannelHandler.class - [JAR]
├─ com.fastchar.socket.client.websocket.FastWebSocketConvertHeaderHandler.class - [JAR]
com.fastchar.socket.server.core
├─ com.fastchar.socket.server.core.FastSocketChannelInitializer.class - [JAR]
├─ com.fastchar.socket.server.core.FastSocketChooseHandler.class - [JAR]
├─ com.fastchar.socket.server.core.FastSocketServerHelper.class - [JAR]
com.fastchar.socket.interfaces
├─ com.fastchar.socket.interfaces.IFastTcpSocketClientListener.class - [JAR]
├─ com.fastchar.socket.interfaces.IFastTcpSocketServerListener.class - [JAR]
├─ com.fastchar.socket.interfaces.IFastWebSocketClientListener.class - [JAR]
├─ com.fastchar.socket.interfaces.IFastWebSocketServerListener.class - [JAR]
com.fastchar.socket.exceptions
├─ com.fastchar.socket.exceptions.FastWebSocketException.class - [JAR]
com.fastchar.socket.core
├─ com.fastchar.socket.core.FastTcpSocket.class - [JAR]
├─ com.fastchar.socket.core.FastWebSocket.class - [JAR]
com.fastchar.socket.server.tcp
├─ com.fastchar.socket.server.tcp.FastTcpSocketServerChannelHandler.class - [JAR]