jar

org.ic4j : ic4j-websocket

Maven & Gradle

Nov 25, 2023
2 stars

IC4J Websocket · Java library implements the ICP Websocket Gateway protocol, allowing any Java application to receive Websocket messages from ICP smart contracts.

Table Of Contents

Latest Version

Download org.ic4j : ic4j-websocket JAR file - Latest Versions:

All Versions

Download org.ic4j : ic4j-websocket JAR file - All Versions:

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

org.ic4j.websocket

├─ org.ic4j.websocket.CanisterAckMessageContent.class - [JAR]

├─ org.ic4j.websocket.CanisterOpenMessageContent.class - [JAR]

├─ org.ic4j.websocket.CanisterWsMessageArguments.class - [JAR]

├─ org.ic4j.websocket.CanisterWsOpenArguments.class - [JAR]

├─ org.ic4j.websocket.CanisterWsOpenResult.class - [JAR]

├─ org.ic4j.websocket.ClientIncomingMessage.class - [JAR]

├─ org.ic4j.websocket.ClientKeepAliveMessageContent.class - [JAR]

├─ org.ic4j.websocket.ClientKey.class - [JAR]

├─ org.ic4j.websocket.GatewayHandshakeMessage.class - [JAR]

├─ org.ic4j.websocket.JavaxWebsocketTransport.class - [JAR]

├─ org.ic4j.websocket.WebsocketError.class - [JAR]

├─ org.ic4j.websocket.WebsocketMessage.class - [JAR]

├─ org.ic4j.websocket.WebsocketServiceMessageContent.class - [JAR]

├─ org.ic4j.websocket.WebsocketTransport.class - [JAR]

├─ org.ic4j.websocket.WsAgent.class - [JAR]

├─ org.ic4j.websocket.WsAgentRequestMessage.class - [JAR]

├─ org.ic4j.websocket.WsProxy.class - [JAR]