org.glassfish.grizzly
Interface Connection.CloseListener

Enclosing interface:
Connection<L>

public static interface Connection.CloseListener

The listener, which is used to be notified, when Connection gets closed.


Method Summary
 void onClosed(Connection connection, Connection.CloseType type)
           
 

Method Detail

onClosed

void onClosed(Connection connection,
              Connection.CloseType type)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.