Releases: lecousin/java-framework-network-core
Releases · lecousin/java-framework-network-core
0.8.4
fix regression on TCPServer
0.8.3 v0.8.3
fix TCPRemote consumer
0.8.2 v0.8.2
unblock cleanly pending send operations when remote is closed
0.8.0
- 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
0.7.6 v0.7.6
fix timeout + improve SSLLayer
0.7.5 fix javadoc
fix synchronization issue
0.7.4 v0.7.4
fix SSLClient
- fix SSLClient method sendNewDataWhenPossible
- add interface Closeable to TCPRemote
add NameService and HostKnowledge
- 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