Class OkHttpProperties.ConnectionPoolProperties
java.lang.Object
io.freefair.spring.okhttp.autoconfigure.OkHttpProperties.ConnectionPoolProperties
- Enclosing class:
- OkHttpProperties
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanintThe maximum number of idle connections for each address.inthashCode()voidsetKeepAliveDuration(Duration keepAliveDuration) voidsetMaxIdleConnections(int maxIdleConnections) The maximum number of idle connections for each address.toString()
- 
Constructor Details- 
ConnectionPoolPropertiespublic ConnectionPoolProperties()
 
- 
- 
Method Details- 
getMaxIdleConnectionsThe maximum number of idle connections for each address.
- 
getKeepAliveDuration
- 
setMaxIdleConnectionsThe maximum number of idle connections for each address.
- 
setKeepAliveDuration
- 
equals
- 
canEqual
- 
hashCode
- 
toString
 
-