jar

io.choerodon : choerodon-starter-websocket

Maven & Gradle

Mar 09, 2020
1 usages
68.1k stars
Table Of Contents

Latest Version

Download io.choerodon : choerodon-starter-websocket JAR file - Latest Versions:

All Versions

Download io.choerodon : choerodon-starter-websocket JAR file - All Versions:

Version Vulnerabilities Size Updated
0.15.x
0.14.x
0.13.x
0.12.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 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]

Advertisement