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 java.lang.Object
- See Also:
ConnectionPool
-
-
Constructor Summary
Constructors Constructor Description ConnectionPoolProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.time.Duration
getKeepAliveDuration()
int
getMaxIdleConnections()
int
hashCode()
void
setKeepAliveDuration(java.time.Duration keepAliveDuration)
void
setMaxIdleConnections(int maxIdleConnections)
java.lang.String
toString()
-
-
-
Method Detail
-
getMaxIdleConnections
public int getMaxIdleConnections()
-
getKeepAliveDuration
public java.time.Duration getKeepAliveDuration()
-
setMaxIdleConnections
public void setMaxIdleConnections(int maxIdleConnections)
-
setKeepAliveDuration
public void setKeepAliveDuration(java.time.Duration keepAliveDuration)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-