Class OkHttpProperties.ConnectionPoolProperties
java.lang.Object
io.freefair.spring.okhttp.autoconfigure.OkHttpProperties.ConnectionPoolProperties
- Enclosing class:
 - OkHttpProperties
 
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
ConnectionPoolProperties
public ConnectionPoolProperties() 
 - 
 - 
Method Details
- 
getMaxIdleConnections
The maximum number of idle connections for each address. - 
getKeepAliveDuration
 - 
setMaxIdleConnections
The maximum number of idle connections for each address. - 
setKeepAliveDuration
 - 
equals
 - 
canEqual
 - 
hashCode
 - 
toString
 
 -