Package | Description |
---|---|
io.undertow.server.handlers.accesslog |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAccessLogReceiver
Log Receiver that stores logs in a directory under the specified file name, and rotates them after
midnight.
|
class |
JBossLoggingAccessLogReceiver
Access log receiver that logs messages at INFO level.
|
Constructor and Description |
---|
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ClassLoader classLoader) |
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ClassLoader classLoader,
Predicate predicate) |
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ExchangeAttribute attribute) |
AccessLogHandler(HttpHandler next,
AccessLogReceiver accessLogReceiver,
String formatString,
ExchangeAttribute attribute,
Predicate predicate) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.