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 choerodon-starter-websocket-0.15.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.choerodon.websocket.receive
├─ io.choerodon.websocket.receive.BinaryMessageHandler.class - [JAR]
├─ io.choerodon.websocket.receive.MessageHandler.class - [JAR]
├─ io.choerodon.websocket.receive.MessageHandlerAdapter.class - [JAR]
├─ io.choerodon.websocket.receive.PlaintextMessageHandler.class - [JAR]
├─ io.choerodon.websocket.receive.TextMessageHandler.class - [JAR]
├─ io.choerodon.websocket.receive.TextMessagePayload.class - [JAR]
io.choerodon.websocket.send
├─ io.choerodon.websocket.send.BrokerChannelMessageListener.class - [JAR]
├─ io.choerodon.websocket.send.BrokerManager.class - [JAR]
├─ io.choerodon.websocket.send.DefaultSmartMessageSender.class - [JAR]
├─ io.choerodon.websocket.send.MessageSender.class - [JAR]
├─ io.choerodon.websocket.send.SendBinaryMessagePayload.class - [JAR]
├─ io.choerodon.websocket.send.SendMessagePayload.class - [JAR]
├─ io.choerodon.websocket.send.SendPlaintextMessagePayload.class - [JAR]
io.choerodon.websocket.config
├─ io.choerodon.websocket.config.ChoerodonWebSocketConfigure.class - [JAR]
io.choerodon.websocket.helper
├─ io.choerodon.websocket.helper.WebSocketHelper.class - [JAR]
io.choerodon.websocket.exception
├─ io.choerodon.websocket.exception.GetSelfSubChannelsFailedException.class - [JAR]
├─ io.choerodon.websocket.exception.MsgHandlerDuplicateMathTypeException.class - [JAR]
io.choerodon.websocket.send.relationship
├─ io.choerodon.websocket.send.relationship.BrokerKeySessionMapper.class - [JAR]
├─ io.choerodon.websocket.send.relationship.DefaultBrokerKeySessionMapper.class - [JAR]
io.choerodon.websocket.connect
├─ io.choerodon.websocket.connect.HandshakeCheckerHandler.class - [JAR]
├─ io.choerodon.websocket.connect.SocketHandlerRegistration.class - [JAR]