Netty 4 中 SSLHandler.setCloseOnSSLException 和 setEnableRenegotiation 的等价物 method/mechanism 是什么?

What is equivalent method/mechanism for SSLHandler.setCloseOnSSLException and setEnableRenegotiation in Netty 4?

我正在处理从 Netty 3.x 到 4.x 的迁移。 在 Netty 3.x 中,SSLHandler 支持 setCloseOnSSLExceptionsetEnableRenegotiation。 那么Netty中的等效方法是什么4.x?

提前致谢

根据这个 ,对于 Java 8,应该使用 -Djdk.tls.rejectClientInitiatedRenegotiation=true