netty5/example
Norman Maurer 2d6d1fa139 [#2939] Fix SslContext usage in the examples for client side
Motivation:

We incorrectly used SslContext.newServerContext() in some places where a we needed a client context.

Modifications:

Use SslContext.newClientContext() when using ssl on the client side.

Result:

Working ssl client examples.
2014-09-26 20:53:54 +02:00
..
src/main [#2939] Fix SslContext usage in the examples for client side 2014-09-26 20:53:54 +02:00
.gitignore [#844] [#867] Add UDT transport 2013-01-07 21:06:22 +01:00
pom.xml Add socksx package which supports SOCKS 4/4a/5 2014-08-14 16:52:43 -07:00