public class ReactorNettyHttpMessageLogFactory extends AbstractHttpMessageLogFactory
HttpMessageArgProvider
.Modifier and Type | Field and Description |
---|---|
static ReactorNettyHttpMessageLogFactory |
INSTANCE |
Constructor and Description |
---|
ReactorNettyHttpMessageLogFactory() |
Modifier and Type | Method and Description |
---|---|
String |
common(HttpMessageArgProvider arg) |
protected Function<DecoderResult,String> |
decoderResultFunction()
Returns the function that is used for sanitizing the decoding result.
|
protected Function<Map.Entry<String,String>,String> |
headerValueFunction()
Returns the function that is used for sanitizing the headers values.
|
protected Function<String,String> |
uriValueFunction()
Returns the function that is used for sanitizing the uri.
|
public static final ReactorNettyHttpMessageLogFactory INSTANCE
public String common(HttpMessageArgProvider arg)
common
in class AbstractHttpMessageLogFactory
protected Function<String,String> uriValueFunction()
protected Function<DecoderResult,String> decoderResultFunction()