netty5/handler/src
Norman Maurer bfdfb50df6 Allow to create a JdkSslContext from an existing JDK SSLContext. Related to [#5095] and [#4929]
Motivation:

Sometimes a user only has access to a preconfigured SSLContext but still would like to use our ssl sub-system. For this situations it would be very useful if the user could create a JdkSslContext instance from an existing SSLContext.

Modifications:

- Create new public constructors in JdkSslContext which allow to wrap an existing SSLContext and make the class non-abstract
- Mark JdkSslServerContext and JdkSslClientContext as deprecated as the user should not directly use these.

Result:

It's now possible to create an JdkSslContext from an existing SSLContext.
2016-04-09 19:08:32 +02:00
..
main/java/io/netty/handler Allow to create a JdkSslContext from an existing JDK SSLContext. Related to [#5095] and [#4929] 2016-04-09 19:08:32 +02:00
test fcbeebf6df unit test bug 2016-04-06 00:12:54 -07:00