users@jersey.java.net

[Jersey] Re: Get the IP addr associated with cinoming request

From: Arthur Yeo <artyyeo_at_gmail.com>
Date: Wed, 30 Mar 2011 14:04:47 -0700

Thanks, Jakub, I saw getRemoteAddr() and that helps.

Is there anything for the remote MAC address?

On Wed, Mar 30, 2011 at 1:51 PM, Jakub Podlesak
<jakub.podlesak_at_oracle.com>wrote:

> On the Servlet container, you should be able to get
> the HttpServletRequest injected:
>
> @Context HttpServletRequest req;
>
> and get the address from there.
>
> Does it help you?
>
> ~Jakub
>
>
> On 03/30/2011 01:19 PM, Arthur Yeo wrote:
>
>> All,
>> When servicing a request in Jersey, is there a fast way to obtain the
>> IP-addr of the client?
>>
>> --
>> Arthur Y.
>>
>
>


-- 
Arthur Y.