jar

com.pig4cloud.plugin : websocket-spring-boot-starter

Maven & Gradle

Jul 21, 2023
68.3k stars

websocket-spring-boot-starter · websocket 针对pig 微服务的实现

Table Of Contents

Latest Version

Download com.pig4cloud.plugin : websocket-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.pig4cloud.plugin : websocket-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
1.2.x
1.1.x
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 websocket-spring-boot-starter-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.pig4cloud.plugin.websocket.message

├─ com.pig4cloud.plugin.websocket.message.AbstractJsonWebSocketMessage.class - [JAR]

├─ com.pig4cloud.plugin.websocket.message.JsonWebSocketMessage.class - [JAR]

├─ com.pig4cloud.plugin.websocket.message.PingJsonWebSocketMessage.class - [JAR]

├─ com.pig4cloud.plugin.websocket.message.PongJsonWebSocketMessage.class - [JAR]

├─ com.pig4cloud.plugin.websocket.message.WebSocketMessageTypeEnum.class - [JAR]

com.pig4cloud.plugin.websocket

├─ com.pig4cloud.plugin.websocket.WebSocketAutoConfiguration.class - [JAR]

com.pig4cloud.plugin.websocket.distribute

├─ com.pig4cloud.plugin.websocket.distribute.LocalMessageDistributor.class - [JAR]

├─ com.pig4cloud.plugin.websocket.distribute.MessageDO.class - [JAR]

├─ com.pig4cloud.plugin.websocket.distribute.MessageDistributor.class - [JAR]

├─ com.pig4cloud.plugin.websocket.distribute.MessageSender.class - [JAR]

├─ com.pig4cloud.plugin.websocket.distribute.RedisMessageDistributor.class - [JAR]

├─ com.pig4cloud.plugin.websocket.distribute.RedisWebsocketMessageListener.class - [JAR]

com.pig4cloud.plugin.websocket.handler

├─ com.pig4cloud.plugin.websocket.handler.CustomPlanTextMessageHandler.class - [JAR]

├─ com.pig4cloud.plugin.websocket.handler.CustomWebSocketHandler.class - [JAR]

├─ com.pig4cloud.plugin.websocket.handler.PlanTextMessageHandler.class - [JAR]

com.pig4cloud.plugin.websocket.util

├─ com.pig4cloud.plugin.websocket.util.SpringBeanContextHolder.class - [JAR]

com.pig4cloud.plugin.websocket.custom

├─ com.pig4cloud.plugin.websocket.custom.SecuritySessionKeyGenerator.class - [JAR]

├─ com.pig4cloud.plugin.websocket.custom.UserAttributeHandshakeInterceptor.class - [JAR]

com.pig4cloud.plugin.websocket.holder

├─ com.pig4cloud.plugin.websocket.holder.MapSessionWebSocketHandlerDecorator.class - [JAR]

├─ com.pig4cloud.plugin.websocket.holder.SessionKeyGenerator.class - [JAR]

├─ com.pig4cloud.plugin.websocket.holder.WebSocketSessionHolder.class - [JAR]

com.pig4cloud.plugin.websocket.config

├─ com.pig4cloud.plugin.websocket.config.LocalMessageDistributorConfiguration.class - [JAR]

├─ com.pig4cloud.plugin.websocket.config.MessageDistributorTypeConstants.class - [JAR]

├─ com.pig4cloud.plugin.websocket.config.RedisMessageDistributorConfiguration.class - [JAR]

├─ com.pig4cloud.plugin.websocket.config.WebSocketHandlerConfig.class - [JAR]

├─ com.pig4cloud.plugin.websocket.config.WebSocketMessageSender.class - [JAR]

├─ com.pig4cloud.plugin.websocket.config.WebSocketProperties.class - [JAR]

Advertisement