jar

com.github.svinci : web-socket-support

Maven & Gradle

Aug 13, 2015

Easy to use, fully functional, reliable web socket client framework

Table Of Contents

Latest Version

Download com.github.svinci : web-socket-support JAR file - Latest Versions:

All Versions

Download com.github.svinci : web-socket-support JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 web-socket-support-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.svinci.ws.handler

├─ com.github.svinci.ws.handler.MessageHandler.class - [JAR]

├─ com.github.svinci.ws.handler.WebSocketHandler.class - [JAR]

com.github.svinci.ws.factory

├─ com.github.svinci.ws.factory.ChannelFactory.class - [JAR]

├─ com.github.svinci.ws.factory.ChannelInitializerFactory.class - [JAR]

├─ com.github.svinci.ws.factory.HandlerFactory.class - [JAR]

├─ com.github.svinci.ws.factory.HandshakerFactory.class - [JAR]

com.github.svinci.ws.factory.initializer

├─ com.github.svinci.ws.factory.initializer.ChannelInitializer.class - [JAR]

├─ com.github.svinci.ws.factory.initializer.SslChannelInitializer.class - [JAR]

com.github.svinci.ws

├─ com.github.svinci.ws.Configuration.class - [JAR]

├─ com.github.svinci.ws.WebSocket.class - [JAR]