Class OkHttpMetricsProperties
java.lang.Object
io.freefair.spring.okhttp.metrics.OkHttpMetricsProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()Name for the metrics.getPool()Tag keys forRequest.tag()orRequest.tag(Class).getTags()inthashCode()booleanbooleanWhether to include thehosttag.voidsetEnabled(boolean enabled) voidsetIncludeHostTag(boolean includeHostTag) Whether to include thehosttag.voidName for the metrics.voidsetRequestTagKeys(List<String> requestTagKeys) Tag keys forRequest.tag()orRequest.tag(Class).voidtoString()
-
Constructor Details
-
OkHttpMetricsProperties
public OkHttpMetricsProperties()
-
-
Method Details
-
isEnabled
-
getName
Name for the metrics. -
isIncludeHostTag
Whether to include thehosttag. -
getRequestTagKeys
Tag keys forRequest.tag()orRequest.tag(Class). -
getTags
-
getPool
-
setEnabled
-
setName
Name for the metrics. -
setIncludeHostTag
Whether to include thehosttag. -
setRequestTagKeys
Tag keys forRequest.tag()orRequest.tag(Class). -
setTags
-
equals
-
canEqual
-
hashCode
-
toString
-