@Named public class RequestIpHandler extends Object implements RequestHandler
Handler.ExecutionMoment| Constructor and Description |
|---|
RequestIpHandler() |
| Modifier and Type | Method and Description |
|---|---|
Handler.ExecutionMoment |
getExecutionMoment() |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Adds the IP address of the HTTP request to the
Datapoint. |
public void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Datapoint. For documentation on configurations behind
loadbalancers, check See Also for your server.handle in interface RequestHandlerrequest - The current HTTP request.response - The current HTTP response.public Handler.ExecutionMoment getExecutionMoment()
getExecutionMoment in interface HandlerExecutionMoment#PRE_HANDLECopyright © 2017 BitSensor. All rights reserved.