Releases: Osiris-Team/jlib
Releases · Osiris-Team/jlib
18.8
18.7
- UFDataIn/Out for enhanced Networking
18.6
- UFDataIn/Out for enhanced Networking
18.5
- UFDataIn/Out for enhanced Networking
18.4
- allow ansi enable/disable
18.3
- allow ansi enable/disable
18.2
- updated dependencies
18.1
- switch to okhttp for Json - updated dependencies
18.0
- remove netty and TCP Client, due to Java 21 support for virtual threads, which kills the need for netty.
- fixed version bug
17.0
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.