Re: Alternative to SSLClientIOEventDispatch.createSSLIOSession

2013-07-28 Thread Hiranya Jayathilaka
Hi, On Jul 28, 2013, at 5:23 AM, Oleg Kalnichevski wrote: > On Thu, 2013-07-25 at 12:28 -0700, Hiranya Jayathilaka wrote: >> Hi Oleg, >> >> On Jul 25, 2013, at 1:04 AM, Oleg Kalnichevski >> wrote: >> >>> On Wed, 2013-07-24 at 12:32 -0700, Hiranya Jayathilaka wrote: Hi Oleg, We

Re: Alternative to SSLClientIOEventDispatch.createSSLIOSession

2013-07-28 Thread Oleg Kalnichevski
On Thu, 2013-07-25 at 12:28 -0700, Hiranya Jayathilaka wrote: > Hi Oleg, > > On Jul 25, 2013, at 1:04 AM, Oleg Kalnichevski > wrote: > > > On Wed, 2013-07-24 at 12:32 -0700, Hiranya Jayathilaka wrote: > > > Hi Oleg, > > > > > > We used to override the createSSLIOSession method of the > > > SSLC

Re: Alternative to SSLClientIOEventDispatch.createSSLIOSession

2013-07-25 Thread Hiranya Jayathilaka
Hi Oleg, On Jul 25, 2013, at 1:04 AM, Oleg Kalnichevski wrote: > On Wed, 2013-07-24 at 12:32 -0700, Hiranya Jayathilaka wrote: >> Hi Oleg, >> >> We used to override the createSSLIOSession method of the >> SSLClientIOEventDispatch class in the Synapse transports. What is the >> alternative to

Re: Alternative to SSLClientIOEventDispatch.createSSLIOSession

2013-07-25 Thread Oleg Kalnichevski
On Wed, 2013-07-24 at 12:32 -0700, Hiranya Jayathilaka wrote: > Hi Oleg, > > We used to override the createSSLIOSession method of the > SSLClientIOEventDispatch class in the Synapse transports. What is the > alternative to this in the new HTTP Core APIs? Basically, we want to > customize how SS

Alternative to SSLClientIOEventDispatch.createSSLIOSession

2013-07-24 Thread Hiranya Jayathilaka
Hi Oleg, We used to override the createSSLIOSession method of the SSLClientIOEventDispatch class in the Synapse transports. What is the alternative to this in the new HTTP Core APIs? Basically, we want to customize how SSLIOSession instances are created by the transport. Thanks, Hiranya -- Hir