
io.reactivex.netty.examples.tcp.ssl.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rx-netty-examples Show documentation
Show all versions of rx-netty-examples Show documentation
rx-netty-examples developed by Netflix
The newest version!
Overview
========
This example is a small modification of [TCP echo](../echo/README.md) example that demonstrates how to setup SSL connection.
More detailed explanation of SSL handling is provided with the [SSL HelloWorld](../../ssl/README.md) example.
Running
=======
To run the example execute:
```
$ cd RxNetty/rx-netty-examples
$ ../gradlew runSslTcpEchoServer
```
and in another console:
```
$ cd RxNetty/rx-netty-examples
$ ../gradlew runSslTcpEchoClient
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy