jar

com.github.zhaojiacan : netty-websocket-ssl-spring-boot-starter

Maven & Gradle

May 21, 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.zhaojiacan : netty-websocket-ssl-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.zhaojiacan : netty-websocket-ssl-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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-ssl-spring-boot-starter-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zhaojiacan.standard

├─ com.github.zhaojiacan.standard.HttpServerHandler.class - [JAR]

├─ com.github.zhaojiacan.standard.ServerEndpointConfig.class - [JAR]

├─ com.github.zhaojiacan.standard.ServerEndpointExporter.class - [JAR]

├─ com.github.zhaojiacan.standard.WebSocketServerHandler.class - [JAR]

├─ com.github.zhaojiacan.standard.WebsocketServer.class - [JAR]

com.github.zhaojiacan.exception

├─ com.github.zhaojiacan.exception.DeploymentException.class - [JAR]

com.github.zhaojiacan.pojo

├─ com.github.zhaojiacan.pojo.ParameterMap.class - [JAR]

├─ com.github.zhaojiacan.pojo.PojoEndpointServer.class - [JAR]

├─ com.github.zhaojiacan.pojo.PojoMethodMapping.class - [JAR]

├─ com.github.zhaojiacan.pojo.PojoPathParam.class - [JAR]

├─ com.github.zhaojiacan.pojo.Session.class - [JAR]

com.github.zhaojiacan.autoconfigure

├─ com.github.zhaojiacan.autoconfigure.NettyWebSocketAutoConfigure.class - [JAR]

├─ com.github.zhaojiacan.autoconfigure.SslUtil.class - [JAR]

com.github.zhaojiacan.annotation

├─ com.github.zhaojiacan.annotation.EnableWebSocket.class - [JAR]

├─ com.github.zhaojiacan.annotation.NettyWebSocketSelector.class - [JAR]

├─ com.github.zhaojiacan.annotation.OnBinary.class - [JAR]

├─ com.github.zhaojiacan.annotation.OnClose.class - [JAR]

├─ com.github.zhaojiacan.annotation.OnError.class - [JAR]

├─ com.github.zhaojiacan.annotation.OnEvent.class - [JAR]

├─ com.github.zhaojiacan.annotation.OnMessage.class - [JAR]

├─ com.github.zhaojiacan.annotation.OnOpen.class - [JAR]

├─ com.github.zhaojiacan.annotation.ServerEndpoint.class - [JAR]