jar

com.graphqlio : websocket-framed-java

Maven & Gradle

Oct 22, 2020
0 stars

WebSocket Framed · websocket-framed-java is the Java implementation of the JavaScript websocket-framed reference implementation. The documentation of the reference implementation can be found at (https://github.com/rse/websocket-framed). The library is part of the graphqlio ecosystem.

Table Of Contents

Latest Version

Download com.graphqlio : websocket-framed-java JAR file - Latest Versions:

All Versions

Download com.graphqlio : websocket-framed-java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement