Hi, I'm writing an HTTP server and I need client IP. I'm using httpcore 4.1.3. In Servlets it's easy: request.getRemoteAddr(). Is there similar method in HttpRequest, or a way to retrieve client IP from server?
-- View this message in context: http://old.nabble.com/HttpServer%3A-How-to-get-Client-IP-tp32387476p32387476.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
