Package io.freefair.spring.okhttp
Class OkHttpProperties.ConnectionPoolProperties
java.lang.Object
io.freefair.spring.okhttp.OkHttpProperties.ConnectionPoolProperties
- Enclosing class:
- OkHttpProperties
- See Also:
-
ConnectionPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
int
hashCode()
void
setKeepAliveDuration
(Duration keepAliveDuration) void
setMaxIdleConnections
(int maxIdleConnections) toString()
-
Constructor Details
-
ConnectionPoolProperties
public ConnectionPoolProperties()
-
-
Method Details
-
getMaxIdleConnections
public int getMaxIdleConnections() -
getKeepAliveDuration
-
setMaxIdleConnections
public void setMaxIdleConnections(int maxIdleConnections) -
setKeepAliveDuration
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-