Interface | Description |
---|---|
AccessLogArgProvider |
A provider of the args required for access log.
|
AccessLogFactory |
An interface to declare more concisely a
Function that apply an AccessLog by an
AccessLogArgProvider . |
Class | Description |
---|---|
AccessLog |
Log the http access information into a Logger named
reactor.netty.http.server.AccessLog at INFO level. |
Enum | Description |
---|---|
AccessLogHandlerFactory |
Use to create an access-log handler.
|