Package org.glassfish.grizzly
Interface CloseListener<T extends Closeable,C extends ICloseType>
-
- All Known Subinterfaces:
Connection.CloseListener,GenericCloseListener
public interface CloseListener<T extends Closeable,C extends ICloseType>The listener, which is used to be notified, when Connection gets closed. While this interface is public, it's not intended for public consumption at this time. This interface will be changing in 3.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClosed(T closeable, C type)
-
-
-
Method Detail
-
onClosed
void onClosed(T closeable, C type) throws IOException
- Throws:
IOException
-
-