jar

org.yeauty : netty-websocket-spring-boot-starter

Maven & Gradle

Aug 19, 2021
1.6k 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 org.yeauty : netty-websocket-spring-boot-starter JAR file - Latest Versions:

All Versions

Download org.yeauty : netty-websocket-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.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.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.yeauty.util

├─ org.yeauty.util.SslUtils.class - [JAR]

org.yeauty.annotation

├─ org.yeauty.annotation.BeforeHandshake.class - [JAR]

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

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

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

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

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

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

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

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

├─ org.yeauty.annotation.PathVariable.class - [JAR]

├─ org.yeauty.annotation.RequestParam.class - [JAR]

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

org.yeauty.support

├─ org.yeauty.support.AntPathMatcherWrapper.class - [JAR]

├─ org.yeauty.support.ByteMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.DefaultPathMatcher.class - [JAR]

├─ org.yeauty.support.EventMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.HttpHeadersMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.MethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.PathVariableMapMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.PathVariableMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.RequestParamMapMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.RequestParamMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.SessionMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.TextMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.ThrowableMethodArgumentResolver.class - [JAR]

├─ org.yeauty.support.WsPathMatcher.class - [JAR]

org.yeauty.autoconfigure

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

org.yeauty.exception

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

org.yeauty.standard

├─ org.yeauty.standard.EndpointClassPathScanner.class - [JAR]

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

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

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

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

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

org.yeauty.pojo

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

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

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

Advertisement