Class OkHttpProperties.ConnectionPoolProperties
java.lang.Object
io.freefair.spring.okhttp.autoconfigure.OkHttpProperties.ConnectionPoolProperties
- Enclosing class:
- OkHttpProperties
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The maximum number of idle connections for each address.int
hashCode()
void
setKeepAliveDuration
(Duration keepAliveDuration) void
setMaxIdleConnections
(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
-