Hello Ole, > Is there someway to access the underlying socket used by an > HttpConnection when reading a response in the > HttpMethodBase#readResponse method?
HttpMethod.readResponse is given an HttpConnection as parameter. HttpConnection has a getSocket method that should do the trick. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
