Re: [Resteasy-users] Fwd: Regarding Ssl handshake during certificate authentication on jboss

2013-09-03 Thread Mukul Panwar
Hi Sorry for late reply, I am using JBoss AS provided SSL connector and my configuration as: connector name=https protocol=HTTP/1.1 scheme=https socket-binding=https secure=true ssl name=ssl key-alias=jbosskey password=changeit

Re: [Resteasy-users] Fwd: Regarding Ssl handshake during certificate authentication on jboss

2013-09-03 Thread Mukul Panwar
Hi Wenian I also tried now the similar approach by using a Http apache client library whic is handling some internally and reusing the handshake. But I want to user resteasy client library only and some how i want to reuse that Ssl handshake. Plz suggest something about resteasy api to handle

[Resteasy-users] RESTeasy equivalent for Jersey InjectableProvider

2013-09-03 Thread Jakub Narloch
Hi, I was actually curiouse if there is a similar functionality in RESTeasy to the Jersey InjectableProvider? The interface basically allows to define provider for custom object injection. Thanks in advance, Jakub Narloch

Re: [Resteasy-users] Fwd: Regarding Ssl handshake during certificate authentication on jboss

2013-09-03 Thread Weinan Li
-- Weinan Li On Wednesday, September 4, 2013 at 3:16 AM, Mukul Panwar wrote: Hi Wenian I also tried now the similar approach by using a Http apache client library whic is handling some internally and reusing the handshake. But I want to user resteasy client library only and some how

Re: [Resteasy-users] RESTeasy equivalent for Jersey InjectableProvider

2013-09-03 Thread Weinan Li
-- Weinan Li On Wednesday, September 4, 2013 at 4:58 AM, Jakub Narloch wrote: Hi, I was actually curiouse if there is a similar functionality in RESTeasy to the Jersey InjectableProvider? If I didn't make any mistake, seems RESTEasy doesn't have similar functions. RESTEasy's