Package reactor.netty.http.logging
Class ReactorNettyHttpMessageLogFactory
java.lang.Object
reactor.netty.http.logging.AbstractHttpMessageLogFactory
reactor.netty.http.logging.ReactorNettyHttpMessageLogFactory
- All Implemented Interfaces:
HttpMessageLogFactory
Reactor Netty factory for generating a log message based on a given
HttpMessageArgProvider
.- Since:
- 1.0.4
- Author:
- Violeta Georgieva
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Function<DecoderResult,
String> Returns the function that is used for sanitizing the decoding result.Returns the function that is used for sanitizing the headers values.Returns the function that is used for sanitizing the uri.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ReactorNettyHttpMessageLogFactory
public ReactorNettyHttpMessageLogFactory()
-
-
Method Details
-
common
- Specified by:
common
in classAbstractHttpMessageLogFactory
-
uriValueFunction
Returns the function that is used for sanitizing the uri.- Returns:
- the function that is used for sanitizing the uri
-
decoderResultFunction
Returns the function that is used for sanitizing the decoding result.- Returns:
- the function that is used for sanitizing the decoding result
-
headerValueFunction
Returns the function that is used for sanitizing the headers values.- Returns:
- the function that is used for sanitizing the headers values
-