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 xlightweb-WebSocketsPreview-2.11-WSPreview4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xlightweb.server
├─ org.xlightweb.server.XHttpServer.class - [JAR]
org.xlightweb
├─ org.xlightweb.BinaryMessage.class - [JAR]
├─ org.xlightweb.ExtentedHttpUtils.class - [JAR]
├─ org.xlightweb.IWebSocketConnection.class - [JAR]
├─ org.xlightweb.IWebSocketHandler.class - [JAR]
├─ org.xlightweb.IWebSocketUpgradeResponseInteceptor.class - [JAR]
├─ org.xlightweb.IWebSocketWriteCompleteHandler.class - [JAR]
├─ org.xlightweb.TextMessage.class - [JAR]
├─ org.xlightweb.UnsupportedProtocolException.class - [JAR]
├─ org.xlightweb.WebSocketConnection.class - [JAR]
├─ org.xlightweb.WebSocketHandlerAdapter.class - [JAR]
├─ org.xlightweb.WebSocketHandlerInfo.class - [JAR]
├─ org.xlightweb.WebSocketMessage.class - [JAR]
├─ org.xlightweb.WebSocketMessageCompleteHandlerAdapter.class - [JAR]
├─ org.xlightweb.XContext.class - [JAR]
org.xlightweb.client
├─ org.xlightweb.client.XHttpClient.class - [JAR]