jar

io.github.zlgspace : simplesocket

Maven & Gradle

Aug 25, 2021
1 stars

simplesocket · The Android or Java Socket application framework simplifies the Socket development process. During the communication using Sokcet, you do not need to pay attention to the tedious byte parsing steps, but only need to pay attention to the messages defined by yourself!

Table Of Contents

Latest Version

Download io.github.zlgspace : simplesocket JAR file - Latest Versions:

All Versions

Download io.github.zlgspace : simplesocket 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 simplesocket-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zlgspace.simplesocket.utils

├─ com.zlgspace.simplesocket.utils.Utils.class - [JAR]

com.zlgspace.simplesocket

├─ com.zlgspace.simplesocket.DataHelper.class - [JAR]

├─ com.zlgspace.simplesocket.ISimpleSocketClient.class - [JAR]

├─ com.zlgspace.simplesocket.MsgAnalysisAdapter.class - [JAR]

├─ com.zlgspace.simplesocket.SimpleClientSocket.class - [JAR]

├─ com.zlgspace.simplesocket.SimpleServerSocket.class - [JAR]

├─ com.zlgspace.simplesocket.SimpleSocket.class - [JAR]

Advertisement