jar

org.webbitserver : webbit-easyremote

Maven & Gradle

May 11, 2011
6 stars

Simple bidirectional JavaServer - JavaScript Browser remoting, based on Webbit and WebSocket or EventSource+XMLHttpRequest

Table Of Contents

Latest Version

Download org.webbitserver : webbit-easyremote JAR file - Latest Versions:

All Versions

Download org.webbitserver : webbit-easyremote JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 webbit-easyremote-0.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.webbitserver.easyremote

├─ org.webbitserver.easyremote.BadNumberOfArgumentsException.class - [JAR]

├─ org.webbitserver.easyremote.ClientException.class - [JAR]

├─ org.webbitserver.easyremote.MagicWS.class - [JAR]

├─ org.webbitserver.easyremote.NoSuchRemoteMethodException.class - [JAR]

├─ org.webbitserver.easyremote.NotCsvSerializableException.class - [JAR]

├─ org.webbitserver.easyremote.Remote.class - [JAR]

├─ org.webbitserver.easyremote.Server.class - [JAR]

org.webbitserver.easyremote.outbound

├─ org.webbitserver.easyremote.outbound.ClientMaker.class - [JAR]

├─ org.webbitserver.easyremote.outbound.CsvClientMaker.class - [JAR]

├─ org.webbitserver.easyremote.outbound.DynamicProxyClientMaker.class - [JAR]

├─ org.webbitserver.easyremote.outbound.Exporter.class - [JAR]

├─ org.webbitserver.easyremote.outbound.GsonClientMaker.class - [JAR]

org.webbitserver.easyremote.inbound

├─ org.webbitserver.easyremote.inbound.GsonInboundDispatcher.class - [JAR]

├─ org.webbitserver.easyremote.inbound.InboundDispatcher.class - [JAR]

Advertisement