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 healthy-common-websocket-1.3.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.healthy.common.websocket.constant
├─ com.healthy.common.websocket.constant.MessageDistributorTypeConstants.class - [JAR]
com.healthy.common.websocket.holder
├─ com.healthy.common.websocket.holder.JsonMessageHandlerHolder.class - [JAR]
├─ com.healthy.common.websocket.holder.JsonMessageHandlerInitializer.class - [JAR]
com.healthy.common.websocket.session
├─ com.healthy.common.websocket.session.DefaultWebSocketSessionStore.class - [JAR]
├─ com.healthy.common.websocket.session.MapSessionWebSocketHandlerDecorator.class - [JAR]
├─ com.healthy.common.websocket.session.SessionKeyGenerator.class - [JAR]
├─ com.healthy.common.websocket.session.WebSocketSessionStore.class - [JAR]
com.healthy.common.websocket
├─ com.healthy.common.websocket.SockJsServiceConfigurer.class - [JAR]
├─ com.healthy.common.websocket.WebSocketAutoConfiguration.class - [JAR]
├─ com.healthy.common.websocket.WebSocketMessageSender.class - [JAR]
├─ com.healthy.common.websocket.WebSocketProperties.class - [JAR]
com.healthy.common.websocket.exception
├─ com.healthy.common.websocket.exception.ErrorJsonMessageException.class - [JAR]
com.healthy.common.websocket.handler
├─ com.healthy.common.websocket.handler.ConcurrentWebSocketSessionOptions.class - [JAR]
├─ com.healthy.common.websocket.handler.CustomWebSocketHandler.class - [JAR]
├─ com.healthy.common.websocket.handler.JsonMessageHandler.class - [JAR]
├─ com.healthy.common.websocket.handler.PingJsonMessageHandler.class - [JAR]
├─ com.healthy.common.websocket.handler.PlanTextMessageHandler.class - [JAR]
com.healthy.common.websocket.distribute
├─ com.healthy.common.websocket.distribute.AbstractMessageDistributor.class - [JAR]
├─ com.healthy.common.websocket.distribute.LocalMessageDistributor.class - [JAR]
├─ com.healthy.common.websocket.distribute.MessageDO.class - [JAR]
├─ com.healthy.common.websocket.distribute.MessageDistributor.class - [JAR]
├─ com.healthy.common.websocket.distribute.RedisMessageDistributor.class - [JAR]
├─ com.healthy.common.websocket.distribute.RedisMessageListenerInitializer.class - [JAR]
com.healthy.common.websocket.config
├─ com.healthy.common.websocket.config.LocalMessageDistributorConfiguration.class - [JAR]
├─ com.healthy.common.websocket.config.RedisMessageDistributorConfiguration.class - [JAR]
├─ com.healthy.common.websocket.config.WebSocketHandlerConfiguration.class - [JAR]
com.healthy.common.websocket.message
├─ com.healthy.common.websocket.message.JsonWebSocketMessage.class - [JAR]
├─ com.healthy.common.websocket.message.PingJsonWebSocketMessage.class - [JAR]
├─ com.healthy.common.websocket.message.PongJsonWebSocketMessage.class - [JAR]
├─ com.healthy.common.websocket.message.WebSocketMessageTypeEnum.class - [JAR]