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-framed-java-0.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.graphqlio.wsf.exception
├─ com.graphqlio.wsf.exception.WsfException.class - [JAR]
com.graphqlio.wsf.codec
├─ com.graphqlio.wsf.codec.WsfCBORCodec.class - [JAR]
├─ com.graphqlio.wsf.codec.WsfCodec.class - [JAR]
├─ com.graphqlio.wsf.codec.WsfMsgPackCodec.class - [JAR]
com.graphqlio.wsf.domain
├─ com.graphqlio.wsf.domain.WsfFrame.class - [JAR]
├─ com.graphqlio.wsf.domain.WsfFrameType.class - [JAR]
com.graphqlio.wsf.converter
├─ com.graphqlio.wsf.converter.WsfAbstractConverter.class - [JAR]
├─ com.graphqlio.wsf.converter.WsfConverter.class - [JAR]
├─ com.graphqlio.wsf.converter.WsfFrameToMessageConverter.class - [JAR]