Package com.oracle.bmc.http.internal
Class LogHeadersFilter
- java.lang.Object
-
- com.oracle.bmc.http.internal.LogHeadersFilter
-
- All Implemented Interfaces:
com.oracle.bmc.http.client.RequestInterceptor
public class LogHeadersFilter extends Object implements com.oracle.bmc.http.client.RequestInterceptor
Filter that logs all of the outbound and inbound headers at debug level.
-
-
Constructor Summary
Constructors Constructor Description LogHeadersFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
intercept(com.oracle.bmc.http.client.HttpRequest request)
protected List<String>
maskValue(List<String> values)
-