public class ExtendedAccessLogParser extends Object
Modifier and Type | Class and Description |
---|---|
static class | ExtendedAccessLogParser.ExtendedAccessLogHeaderGenerator |
Constructor and Description |
---|
ExtendedAccessLogParser(ClassLoader classLoader) |
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.