Package com.onlinepayments.logging
Interface ObfuscationCapable
- All Known Subinterfaces:
ClientInterface,Communicator,Connection,PooledConnection
- All Known Implementing Classes:
Client,DefaultCommunicator,DefaultConnection
public interface ObfuscationCapable
Classes that implement this interface support obfuscating bodies and headers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBodyObfuscator(BodyObfuscator bodyObfuscator) Sets the current non-nullbody obfuscator to use.voidsetHeaderObfuscator(HeaderObfuscator headerObfuscator) Sets the current non-nullheader obfuscator to use.
-
Method Details
-
setBodyObfuscator
Sets the current non-nullbody obfuscator to use. -
setHeaderObfuscator
Sets the current non-nullheader obfuscator to use.
-