public class XForwardedForResolver extends Object implements EventProcessor<AuditEvent>
| Modifier and Type | Field and Description |
|---|---|
static String |
X_FORWARDED_FOR
Header variables are treated case-insensitive, we make this all
upper-case
|
DELETE_FLAG| Constructor and Description |
|---|
XForwardedForResolver() |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
processEvent(AuditEvent event,
Map<String,Object> context)
This method is called upon event reception.
|
public static String X_FORWARDED_FOR
public AuditEvent processEvent(AuditEvent event, Map<String,Object> context) throws Exception
EventProcessorprocessEvent in interface EventProcessor<AuditEvent>ExceptionEventProcessor.processEvent(org.jwall.audit.Event,
java.util.Map)Copyright © 2013 jwall.org. All Rights Reserved.