View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]