public class ExtendedAccessLogParser extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ExtendedAccessLogParser.ExtendedAccessLogHeaderGenerator |
Constructor | Description |
---|---|
ExtendedAccessLogParser(ClassLoader classLoader) |
Modifier and Type | Method | Description |
---|---|---|
protected ExchangeAttribute |
getClientToServerElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) |
|
protected ExchangeAttribute |
getLogElement(String token,
io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) |
|
protected ExchangeAttribute |
getProxyElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) |
|
protected ExchangeAttribute |
getServerToClientElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) |
|
protected ExchangeAttribute |
getServletRequestElement(String parameter) |
|
protected ExchangeAttribute |
getXParameterElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) |
|
ExchangeAttribute |
parse(String pattern) |
public ExtendedAccessLogParser(ClassLoader classLoader)
public ExchangeAttribute parse(String pattern)
protected ExchangeAttribute getLogElement(String token, io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) throws IOException
IOException
protected ExchangeAttribute getClientToServerElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) throws IOException
IOException
protected ExchangeAttribute getServerToClientElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) throws IOException
IOException
protected ExchangeAttribute getProxyElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) throws IOException
IOException
protected ExchangeAttribute getXParameterElement(io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.PatternTokenizer tokenizer) throws IOException
IOException
protected ExchangeAttribute getServletRequestElement(String parameter)
Copyright © 2018. All rights reserved.