This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Releases: NaveenB2004/SocketDataHandler
Releases · NaveenB2004/SocketDataHandler
v1.2.0
Changes:
- Remove the
Lombokdependency - Move the
preUpdateSeenfeature to theSocketDataHandlerextend asonPreUpdateReceived Java-Docupdates
If you are using project managers like Maven, Gradle etc., please take a look at the Central repository page for this project. You can find most of the import snippets for project managers from there. For Maven:
<dependency>
<groupId>io.github.naveenb2004</groupId>
<artifactId>SocketDataHandler</artifactId>
<version>1.2.0</version>
</dependency>v1.1.0
Changes:
- Improvements in sending/receiving data
- Improvements in socket disconnections
- Feature for pre-update handling on sending/receiving data
If you are using project managers like Maven, Gradle etc., please take a look at the Central repository page for this project. You can find most of the import snippets for project managers from there. For Maven:
<dependency>
<groupId>io.github.naveenb2004</groupId>
<artifactId>SocketDataHandler</artifactId>
<version>1.1.0</version>
</dependency>v1.0
Basic send & receive socket operations.
(need to improve some methods to work with streams)
For now, this can only be used with local dependency installed with maven. See here!
mvn package
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile="target/SocketDataHandler-1.0.jar"Usage in pom.xml
<dependency>
<groupId>com.naveenb2004</groupId>
<artifactId>SocketDataHandler</artifactId>
<version>1.0</version>
</dependency>Test implementation can be found from here!