Skip to content

Releases: Osiris-Team/jlib

18.8

02 Sep 12:19
Compare
Choose a tag to compare
- Switch to apache http client to have something fully java native, instead of okhttp

18.7

26 Jul 13:33
Compare
Choose a tag to compare
- UFDataIn/Out for enhanced Networking

18.6

26 Jul 12:48
Compare
Choose a tag to compare
- UFDataIn/Out for enhanced Networking

18.5

26 Jul 12:24
Compare
Choose a tag to compare
- UFDataIn/Out for enhanced Networking

18.4

19 Jun 16:10
Compare
Choose a tag to compare
- allow ansi enable/disable

18.3

19 Jun 15:56
Compare
Choose a tag to compare
- allow ansi enable/disable

18.2

19 Jun 12:09
Compare
Choose a tag to compare
- updated dependencies

18.1

17 Jun 12:14
Compare
Choose a tag to compare
- switch to okhttp for Json
- updated dependencies

18.0

03 Nov 10:11
Compare
Choose a tag to compare
  • remove netty and TCP Client, due to Java 21 support for virtual threads, which kills the need for netty.
  • fixed version bug

17.0

11 Aug 22:01
Compare
Choose a tag to compare

TCP Client and Server

A blazing fast, async, TCP client and server using Netty,
with in/out in the style of DataInputStream
and DataOutputStream.

This makes upgrading your current app that uses the default
Java Sockets API, a lot easier. Additional features:

  • Graceful close, where both parties (host and remote)
    get notified and transmission of data doesn't end abruptly.
  • Send/Receive files or streams.