Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to get listen address after a HttpClient request?

Hi Micky,

if I got your request right you want to have a request log, logging each client's request with client ip address and some additional information.

Then this HowTo will help you to enable it:
http://wiki.eclipse.org/Jetty/Howto/Configure_Request_Logs

If you've any further questions or if this is not what you're asking for, don't hesitate to ask the list again.

Cheers,
Thomas

On 03/01/2011 03:33, Micky Lee wrote:

Dear all,

 

 

I want to get the local listen address of a request of HttpClient.

It means after a successful GET/POST request by using HttpClient, I want to get the connecting local address. (listen address too)

 

I didn’t find any document or API described it.

 

Can anyone help me?

 

Sincerely,

Micky

 

 

_______________________________________________ jetty-users mailing list jetty-users@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top