Hi, So can we use these HTTP Client APIs in our HTTP Server Development for needed support which i mentioned. Thanks, Sachin
________________________________ From: Ortwin Glück [mailto:[EMAIL PROTECTED] Sent: Fri 6/8/2007 5:38 AM To: HttpComponents Project Subject: Re: Regarding HTTPComponents functioning. Sachin, Connection management is currently implemented only in the HttpClient (4.0) project, but not in HttpCore. There you can find socket factories to plugin your SSL implementation: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/SecureSocketFactory.java?view=markup Same for cookies. API is here: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/ I agree that this is currently a bit "hidden" and not clear from the website. Cheers Ortwin Sachin Mehrotra wrote: > Hi, > > > > We are planning to use HTTP Components for our HTTP Stuff. We have some > questions...... > > > > a) We haven't found APIs for placing our Custom SSL > Implementation. > > b) We haven't found any API's for Cookies handling. > > > > Is there any planning for support of the above? > > > > Thanks, > > Sachin > > -- [web] http://www.odi.ch/ [blog] http://www.odi.ch/weblog/ [pgp] key 0x81CF3416 finger print F2B1 B21F F056 D53E 5D79 A5AF 02BE 70F5 81CF 3416 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
