teragrep / net_01

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

implement better exception handling in ConnectContext, ListenContext and EstablishedContext #3

Open kortemik opened 3 months ago

kortemik commented 3 months ago

Description implement better exception handling in ConnectContext, ListenContext and EstablishedContext, currently they handle exceptions in quite generic way, each step should have it's own separate object perhaps and handle exceptions gracefully.