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)
           
 

Method Detail

onClosed

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


Copyright © 2011 Oracle Corpration. All Rights Reserved.