teragrep / net_01

Java zero copy networking library
GNU Affero General Public License v3.0
0 stars 1 forks source link

extract tls-channel into a decorator of EstablishedContext #7

Open kortemik opened 1 week ago

kortemik commented 1 week ago

Description Currently tls-channel is tied into the implementation of net_01, however it should be trivial to create a TlsDecodeClock which decorates a Clock and EstablishedTlsContext that decorates an EstablishedContext provided for the Clock. This would further simplify the library.