jar

eu.nyerel.dolphin : dolphin

Maven & Gradle

Jul 09, 2016

Simple Java library, usable as a replacement for Java RMI. Easy to use, with simple and clean API, and no additional dependencies.

Table Of Contents

Latest Version

Download eu.nyerel.dolphin : dolphin JAR file - Latest Versions:

All Versions

Download eu.nyerel.dolphin : dolphin JAR file - All Versions:

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

eu.nyerel.dolphin.exception

├─ eu.nyerel.dolphin.exception.DolphinException.class - [JAR]

├─ eu.nyerel.dolphin.exception.ExportedObjectNotFound.class - [JAR]

eu.nyerel.dolphin.core.client

├─ eu.nyerel.dolphin.core.client.DolphinObjectFactory.class - [JAR]

eu.nyerel.dolphin.utils

├─ eu.nyerel.dolphin.utils.IOUtils.class - [JAR]

├─ eu.nyerel.dolphin.utils.ReflectionUtils.class - [JAR]

eu.nyerel.dolphin.model

├─ eu.nyerel.dolphin.model.Message.class - [JAR]

├─ eu.nyerel.dolphin.model.MethodCall.class - [JAR]

├─ eu.nyerel.dolphin.model.MethodCallResponse.class - [JAR]

eu.nyerel.dolphin.core.server

├─ eu.nyerel.dolphin.core.server.DolphinManagementInterface.class - [JAR]

├─ eu.nyerel.dolphin.core.server.DolphinServer.class - [JAR]

├─ eu.nyerel.dolphin.core.server.MessageHandler.class - [JAR]

├─ eu.nyerel.dolphin.core.server.SocketListener.class - [JAR]

Advertisement