Skip to content

Releases: lecousin/java-framework-network-core

0.8.4

13 Apr 04:10
Compare
Choose a tag to compare

TCPClient onclose listener called even in case the client channel is already closed

fix regression on TCPServer

12 Apr 10:53
Compare
Choose a tag to compare

fix TCPRemote consumer

12 Apr 08:53
Compare
Choose a tag to compare
0.8.2

v0.8.2

unblock cleanly pending send operations when remote is closed

12 Apr 07:51
Compare
Choose a tag to compare

0.8.0

11 Apr 04:45
Compare
Choose a tag to compare
  • improve SSLLayer (reduce number of buffers generated when encrypting data)
  • fix SSLClient when both send and newDataToSend are called at the same time
  • add TCPServerClient parameter to method getInputBufferSize in order to be able to give a better buffer size according to the client status

fix TCPClient

05 Apr 04:39
Compare
Choose a tag to compare
0.7.6

v0.7.6

fix timeout + improve SSLLayer

04 Apr 14:41
Compare
Choose a tag to compare
0.7.5

fix javadoc

fix synchronization issue

04 Apr 06:18
Compare
Choose a tag to compare

fix SSLClient

28 Mar 10:26
Compare
Choose a tag to compare
  • fix SSLClient method sendNewDataWhenPossible
  • add interface Closeable to TCPRemote

add NameService and HostKnowledge

22 Mar 06:10
Compare
Choose a tag to compare
  • add NameService to allow configuring different kind of name services, such as DNS, DNS over HTTPS...
  • add HostKnowledgeCache to keep information about hosts, such as open ports and protocols, and custom information such as alternative services for HTTP service
  • fix SSL to close connection on certificate error