netty5/handler-proxy/src/test/java/io/netty/handler
Alexey Kachayev 00afb19d7a Get rid of deprecated SslContext methods in handler-proxy tests
Motivation:

ProxyHandlerTest package uses deprecated methods SslContext.newServerContext and
SslContext.newClientContext.

Modifications:

SslContextBuilder is used to build server and client SslContext.

Result:

Less deprecated method in the code.
2018-06-25 20:23:11 +02:00
..
proxy Get rid of deprecated SslContext methods in handler-proxy tests 2018-06-25 20:23:11 +02:00