[ http://issues.apache.org/jira/browse/HTTPCORE-15?page=comments#action_12451707 ] Roland Weber commented on HTTPCORE-15: --------------------------------------
Hi Oleg, I thought we agreed to define general purpose connection interfaces in HttpConn and keep the interfaces in HttpCore down to the absolute minimum? Otherwise, I'd have to mention that I see "open" as a common function shared by all socket based connections... much more so than "bind". Sorry, I can't commit to to work on a patch at this time. It might be as simple as removing the method from the interface and changing some types to implementation classes. But then again it might be more problematic, and I might have to wade through some NIO code to see what repercussions that change brings with it. cheers, Roland > Provide a way to access IP Address of the remote client making a request > ------------------------------------------------------------------------ > > Key: HTTPCORE-15 > URL: http://issues.apache.org/jira/browse/HTTPCORE-15 > Project: HttpComponents Core > Issue Type: New Feature > Components: HttpCore > Affects Versions: 4.0-alpha3 > Reporter: Asankha C. Perera > Assigned To: Oleg Kalnichevski > Priority: Minor > Attachments: httpsocketconn.patch > > > Currently the API does not provide a way for implementations to find out the > remote IP address of a request -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
