jar

cn.iosd : simple-starter-socket

Maven & Gradle

Aug 24, 2023
5 stars

Simple Starter Socket

Table Of Contents

Latest Version

Download cn.iosd : simple-starter-socket JAR file - Latest Versions:

All Versions

Download cn.iosd : simple-starter-socket JAR file - All Versions:

Version Vulnerabilities Size Updated
2023.5.x
2023.4.x
2023.3.x
2023.2.x
2023.1.x
2022.5.x
2022.4.x
2022.3.x
2022.2.x
2022.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 simple-starter-socket-2023.5.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.iosd.starter.socket.config

├─ cn.iosd.starter.socket.config.NettySocketConfig.class - [JAR]

cn.iosd.starter.socket.scanner

├─ cn.iosd.starter.socket.scanner.ServiceScanner.class - [JAR]

cn.iosd.starter.socket.constant

├─ cn.iosd.starter.socket.constant.SocketConstants.class - [JAR]

cn.iosd.starter.socket.properties

├─ cn.iosd.starter.socket.properties.SocketProperties.class - [JAR]

cn.iosd.starter.socket.handler

├─ cn.iosd.starter.socket.handler.MessageEventHandler.class - [JAR]

cn.iosd.starter.socket.runner

├─ cn.iosd.starter.socket.runner.SocketServerRunner.class - [JAR]

cn.iosd.starter.socket.service

├─ cn.iosd.starter.socket.service.SocketMessageServer.class - [JAR]

Advertisement