- All Implemented Interfaces:
Closer
-
Constructor Summary
Constructors
-
Method Summary
void
Register a new
Closeable that is to be closed when the request completes.
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CloserImpl
public CloserImpl()
-
Method Details
-
add
Description copied from interface: Closer
Register a new
Closeable that is to be closed when the request completes.
- Specified by:
add in interface Closer
-