Package io.freefair.spring.okhttp
Class OkHttpProperties.ConnectionPoolProperties
- java.lang.Object
 - 
- io.freefair.spring.okhttp.OkHttpProperties.ConnectionPoolProperties
 
 
- 
- Enclosing class:
 - OkHttpProperties
 
public static class OkHttpProperties.ConnectionPoolProperties extends Object
- See Also:
 ConnectionPool
 
- 
- 
Constructor Summary
Constructors Constructor Description ConnectionPoolProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DurationgetKeepAliveDuration()intgetMaxIdleConnections()inthashCode()voidsetKeepAliveDuration(Duration keepAliveDuration)voidsetMaxIdleConnections(int maxIdleConnections)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getMaxIdleConnections
public int getMaxIdleConnections()
 
- 
getKeepAliveDuration
public Duration getKeepAliveDuration()
 
- 
setMaxIdleConnections
public void setMaxIdleConnections(int maxIdleConnections)
 
- 
setKeepAliveDuration
public void setKeepAliveDuration(Duration keepAliveDuration)
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -