[akka-user] Re: TCP SSl Support in Akka 2.4.16 http://doc.akka.io/docs/akka/current/java/io-tcp.html

2016-12-26 Thread Gaurav Kumar Jayswal
Can you plz share sample code that how to combine tls and tcp? Rafał On Wednesday, 21 December 2016 19:37:43 UTC+5:30, Rafał Krzewski wrote: > > You should take a look at Akka Streams. You can combine > akka.streams.javadsl.Tcp and akka.streams.javadsl.TLS to create custom > SSL/TLS enabled TCP

[akka-user] Re: TCP SSl Support in Akka 2.4.16 http://doc.akka.io/docs/akka/current/java/io-tcp.html

2016-12-21 Thread Rafał Krzewski
You should take a look at Akka Streams. You can combine akka.streams.javadsl.Tcp and akka.streams.javadsl.TLS to create custom SSL/TLS enabled TCP servers and clients. Cheers, Rafał W dniu środa, 21 grudnia 2016 13:59:27 UTC+1 użytkownik Gaurav Kumar Jayswal napisał: > > I have found tcp ssl