Package org.xbib.netty.http.client.api
Interface Pool<T>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface Pool<T> extends java.io.Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPool.PoolKeySelectorType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tacquire()voidprepare(int count)voidrelease(T t, boolean close)
-