Uses of Interface
org.glassfish.grizzly.CloseListener
-
Packages that use CloseListener Package Description org.glassfish.grizzly org.glassfish.grizzly.nio -
-
Uses of CloseListener in org.glassfish.grizzly
Subinterfaces of CloseListener in org.glassfish.grizzly Modifier and Type Interface Description static interfaceConnection.CloseListenerDeprecated.useCloseListenerinterfaceGenericCloseListenerDeprecated.Methods in org.glassfish.grizzly with parameters of type CloseListener Modifier and Type Method Description voidCloseable. addCloseListener(CloseListener closeListener)Add theCloseListener, which will be notified once the stream will be closed.voidConnection. addCloseListener(CloseListener closeListener)Add theConnection.CloseListener, which will be notified once Connection will be closed.booleanCloseable. removeCloseListener(CloseListener closeListener)Remove theCloseListener.booleanConnection. removeCloseListener(CloseListener closeListener)Remove theConnection.CloseListener. -
Uses of CloseListener in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio with parameters of type CloseListener Modifier and Type Method Description voidNIOConnection. addCloseListener(CloseListener closeListener)Add theConnection.CloseListener, which will be notified once Connection will be closed.booleanNIOConnection. removeCloseListener(CloseListener closeListener)Remove theConnection.CloseListener.
-