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 websocket-transport-layer-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.sdk.iot.deps.ws
├─ com.microsoft.azure.sdk.iot.deps.ws.WebSocket.class - [JAR]
├─ com.microsoft.azure.sdk.iot.deps.ws.WebSocketHandler.class - [JAR]
├─ com.microsoft.azure.sdk.iot.deps.ws.WebSocketHeader.class - [JAR]
com.microsoft.azure.sdk.iot.deps.ws.impl
├─ com.microsoft.azure.sdk.iot.deps.ws.impl.WebSocketHandlerImpl.class - [JAR]
├─ com.microsoft.azure.sdk.iot.deps.ws.impl.WebSocketImpl.class - [JAR]
├─ com.microsoft.azure.sdk.iot.deps.ws.impl.WebSocketSniffer.class - [JAR]
├─ com.microsoft.azure.sdk.iot.deps.ws.impl.WebSocketUpgrade.class - [JAR]