Package org.glassfish.grizzly
Interface Connection.CloseListener
-
- All Superinterfaces:
CloseListener<Connection,Connection.CloseType>
- Enclosing interface:
- Connection<L>
@Deprecated public static interface Connection.CloseListener extends CloseListener<Connection,Connection.CloseType>
Deprecated.useCloseListenerThis interface will be removed in 3.0.- See Also:
GenericCloseListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonClosed(Connection connection, Connection.CloseType type)Deprecated.
-
-
-
Method Detail
-
onClosed
void onClosed(Connection connection, Connection.CloseType type) throws IOException
Deprecated.- Specified by:
onClosedin interfaceCloseListener<Connection,Connection.CloseType>- Throws:
IOException
-
-