jar

com.github.xg704863664 : netty-websocket-spring-boot-starter

Maven & Gradle

Oct 31, 2019
4 stars

netty-websocket-spring-boot-starter · netty-websocket-spring-boot-starter is a Java WebSocket Framework based on Netty

Table Of Contents

Latest Version

Download com.github.xg704863664 : netty-websocket-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.xg704863664 : netty-websocket-spring-boot-starter 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 netty-websocket-spring-boot-starter-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.monkey.pojo

├─ org.monkey.pojo.ParameterMap.class - [JAR]

├─ org.monkey.pojo.PojoEndpointServer.class - [JAR]

├─ org.monkey.pojo.PojoMethodMapping.class - [JAR]

├─ org.monkey.pojo.PojoPathParam.class - [JAR]

├─ org.monkey.pojo.Session.class - [JAR]

org.monkey.annotation

├─ org.monkey.annotation.EnableWebSocket.class - [JAR]

├─ org.monkey.annotation.NettyWebSocketSelector.class - [JAR]

├─ org.monkey.annotation.OnBinary.class - [JAR]

├─ org.monkey.annotation.OnClose.class - [JAR]

├─ org.monkey.annotation.OnError.class - [JAR]

├─ org.monkey.annotation.OnEvent.class - [JAR]

├─ org.monkey.annotation.OnMessage.class - [JAR]

├─ org.monkey.annotation.OnOpen.class - [JAR]

├─ org.monkey.annotation.ServerEndpoint.class - [JAR]

org.monkey.autoconfigure

├─ org.monkey.autoconfigure.NettyWebSocketAutoConfigure.class - [JAR]

org.monkey.standard

├─ org.monkey.standard.HttpServerHandler.class - [JAR]

├─ org.monkey.standard.ServerEndpointConfig.class - [JAR]

├─ org.monkey.standard.ServerEndpointExporter.class - [JAR]

├─ org.monkey.standard.WebSocketServerHandler.class - [JAR]

├─ org.monkey.standard.WebsocketServer.class - [JAR]

org.monkey.exception

├─ org.monkey.exception.DeploymentException.class - [JAR]