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 SSLIOSession instances are created by the transport. > > Thanks, > Hiranya
You should use SSLNHttp*ConnectionFactory with a custom SSLSetupHandler or create a custom NHttpConnectionFactory. Hope this helps Oleg > -- > Hiranya Jayathilaka > Mayhem Lab/RACE Lab; > Dept. of Computer Science, UCSB; http://cs.ucsb.edu > E-mail: [email protected]; Mobile: +1 (805) 895-7443 > Blog: http://techfeast-hiranya.blogspot.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
