Package org.jclouds.http.internal
Class HttpWire
- java.lang.Object
-
- org.jclouds.logging.internal.Wire
-
- org.jclouds.http.internal.HttpWire
-
public class HttpWire extends Wire
-
-
Constructor Summary
Constructors Constructor Description HttpWire()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Logger
getWireLog()
protected boolean
isLogSensitiveInformation()
-
-
-
Method Detail
-
getWireLog
public Logger getWireLog()
- Specified by:
getWireLog
in classWire
-
isLogSensitiveInformation
protected boolean isLogSensitiveInformation()
- Overrides:
isLogSensitiveInformation
in classWire
-
-