eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

Refactor and move SSLHelper to the internal package of core #5239

Closed vietj closed 3 months ago

vietj commented 3 months ago

Rework the SSLHelper class as being renamed to SslContextManager and decoupled from the Netty channel side. It is also moved to the internal package so it can be reused in other components.