jar

lu.uni.serval : commons-frame-communication

Maven & Gradle

Jan 15, 2021

Git Utils · Minimal library allowing one way communication between java processes using java frames as a message mechanism and relying on a socket connection. The first purpose of this library is to allow to send messages with small overhead when instrumenting java code through agents.

Table Of Contents

Latest Version

Download lu.uni.serval : commons-frame-communication JAR file - Latest Versions:

All Versions

Download lu.uni.serval : commons-frame-communication 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 commons-frame-communication-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

lu.uni.serval.commons.communication.utils.processor

├─ lu.uni.serval.commons.communication.utils.processor.EndFrameProcessor.class - [JAR]

├─ lu.uni.serval.commons.communication.utils.processor.FrameProcessor.class - [JAR]

├─ lu.uni.serval.commons.communication.utils.processor.FrameProcessorFactory.class - [JAR]

lu.uni.serval.commons.communication.utils.frame

├─ lu.uni.serval.commons.communication.utils.frame.EndFrame.class - [JAR]

├─ lu.uni.serval.commons.communication.utils.frame.Frame.class - [JAR]

├─ lu.uni.serval.commons.communication.utils.frame.VersionFrame.class - [JAR]

lu.uni.serval.commons.communication.utils.handler

├─ lu.uni.serval.commons.communication.utils.handler.Communication.class - [JAR]

├─ lu.uni.serval.commons.communication.utils.handler.Listener.class - [JAR]

Advertisement