jar

com.lambdazen.websocket : rmi-websocket

Maven & Gradle

Apr 20, 2013

RMIWebSocket · RMI WebSocket provides a library for remote method invocations between a browser and a Jetty Web Server using the HTML5 WebSocket. The idea is to enable tight method-level integration between the user interface and the server so that patterns such as MVP (Model-View-Presenter) can be applied in a Web environment.

Table Of Contents

Latest Version

Download com.lambdazen.websocket : rmi-websocket JAR file - Latest Versions:

All Versions

Download com.lambdazen.websocket : rmi-websocket JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 rmi-websocket-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lambdazen.websocket

├─ com.lambdazen.websocket.AbstractRMIWebSocketServlet.class - [JAR]

├─ com.lambdazen.websocket.IRMIWebSocket.class - [JAR]

├─ com.lambdazen.websocket.IRMIWebSocketListener.class - [JAR]

├─ com.lambdazen.websocket.IRMIWebSocketListenerFactory.class - [JAR]

├─ com.lambdazen.websocket.RMIWebSocket.class - [JAR]

├─ com.lambdazen.websocket.RMIWebSocketException.class - [JAR]

Advertisement