vlingo / xoom-wire

The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Mozilla Public License 2.0
13 stars 11 forks source link

Support SSL In SecureClientRequestResponseChannel #6

Closed VaughnVernon closed 5 years ago

VaughnVernon commented 5 years ago

Must support SSL for HTTPS access using the vlingo-http Client.

See SecureClientRequestResponseChannel for a current implementation that is not working.

See the following for an example:

https://examples.javacodegeeks.com/core-java/nio/java-nio-async-http-client-example/

VaughnVernon commented 5 years ago

Implemented/Fixed with:

https://github.com/vlingo/vlingo-wire/blob/master/src/main/java/io/vlingo/wire/fdx/bidirectional/SecureClientRequestResponseChannel.java