jar

org.hswebframework.web : hsweb-message-websocket

Maven & Gradle

Dec 19, 2018
8k stars

使用hsweb-message-api进行websocket 消息传递

Table Of Contents

Latest Version

Download org.hswebframework.web : hsweb-message-websocket JAR file - Latest Versions:

All Versions

Download org.hswebframework.web : hsweb-message-websocket JAR file - All Versions:

Version Vulnerabilities Size Updated
3.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 hsweb-message-websocket-3.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hswebframework.web.socket.message

├─ org.hswebframework.web.socket.message.DefaultWebSocketMessager.class - [JAR]

├─ org.hswebframework.web.socket.message.WebSocketMessage.class - [JAR]

├─ org.hswebframework.web.socket.message.WebSocketMessager.class - [JAR]

org.hswebframework.web.socket

├─ org.hswebframework.web.socket.CommandRequest.class - [JAR]

├─ org.hswebframework.web.socket.WebSocketSessionListener.class - [JAR]

org.hswebframework.web.socket.processor

├─ org.hswebframework.web.socket.processor.AbstractCommandProcessor.class - [JAR]

├─ org.hswebframework.web.socket.processor.CommandProcessor.class - [JAR]

├─ org.hswebframework.web.socket.processor.CommandProcessorContainer.class - [JAR]

├─ org.hswebframework.web.socket.processor.DefaultCommandProcessorContainer.class - [JAR]

org.hswebframework.web.socket.starter

├─ org.hswebframework.web.socket.starter.CommandWebSocketAutoConfiguration.class - [JAR]

org.hswebframework.web.socket.handler

├─ org.hswebframework.web.socket.handler.CommandWebSocketMessageDispatcher.class - [JAR]

├─ org.hswebframework.web.socket.handler.WebSocketCommandRequest.class - [JAR]

org.hswebframework.web.socket.authorize

├─ org.hswebframework.web.socket.authorize.AuthorizeCommandProcessor.class - [JAR]

├─ org.hswebframework.web.socket.authorize.SessionIdWebSocketTokenParser.class - [JAR]

├─ org.hswebframework.web.socket.authorize.WebSocketTokenParser.class - [JAR]

├─ org.hswebframework.web.socket.authorize.XAccessTokenParser.class - [JAR]