Re: SSLSocket.getALPN()

2015-06-15 Thread jean-frederic clere
On 06/15/2015 04:25 PM, Mark Thomas wrote: On 15/06/2015 15:17, jean-frederic clere wrote: Hi, We are using SSLSocket.getALPN() but in fact that belongs to SSL according to the C code, should we move that to SSL and use the netty-tc-native code there? I don't understand. ALPN is negot

Re: SSLSocket.getALPN()

2015-06-15 Thread Mark Thomas
On 15/06/2015 15:17, jean-frederic clere wrote: > Hi, > > We are using SSLSocket.getALPN() but in fact that belongs to SSL > according to the C code, should we move that to SSL and use the > netty-tc-native code there? I don't understand. ALPN is negotiated per socket an

SSLSocket.getALPN()

2015-06-15 Thread jean-frederic clere
Hi, We are using SSLSocket.getALPN() but in fact that belongs to SSL according to the C code, should we move that to SSL and use the netty-tc-native code there? SSL.getAlpnSelected() would do the trick, Cheers Jean-Frederic