Uses of Interface
org.glassfish.grizzly.CloseListener
Packages that use CloseListener
-
Uses of CloseListener in org.glassfish.grizzly
Subinterfaces of CloseListener in org.glassfish.grizzlyModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.interfaceDeprecated.Methods in org.glassfish.grizzly with parameters of type CloseListenerModifier and TypeMethodDescriptionvoidCloseable.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 CloseListenerModifier and TypeMethodDescriptionvoidNIOConnection.addCloseListener(CloseListener closeListener) Add theConnection.CloseListener, which will be notified once Connection will be closed.booleanNIOConnection.removeCloseListener(CloseListener closeListener) Remove theConnection.CloseListener.
CloseListener