Class H2AsyncClientBuilder.IdleConnectionEvictor
- java.lang.Object
-
- org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- H2AsyncClientBuilder
static class H2AsyncClientBuilder.IdleConnectionEvictor extends java.lang.Object implements java.io.Closeable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Thread
thread
-
Constructor Summary
Constructors Constructor Description IdleConnectionEvictor(InternalH2ConnPool connPool, org.apache.hc.core5.util.TimeValue maxIdleTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
shutdown()
void
start()
-
-
-
Constructor Detail
-
IdleConnectionEvictor
public IdleConnectionEvictor(InternalH2ConnPool connPool, org.apache.hc.core5.util.TimeValue maxIdleTime)
-
-