Uses of Interface
org.glassfish.grizzly.GracefulShutdownListener
Packages that use GracefulShutdownListener
Package
Description
-
Uses of GracefulShutdownListener in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type GracefulShutdownListenerModifier and TypeMethodDescriptionbooleanTransport.addShutdownListener(GracefulShutdownListener shutdownListener) Adds aGracefulShutdownListenerwhich will be called whenTransport.shutdown()is called to enable graceful shutdown of transports. -
Uses of GracefulShutdownListener in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio with type parameters of type GracefulShutdownListenerModifier and TypeFieldDescriptionprotected Set<GracefulShutdownListener>NIOTransport.shutdownListenersMethods in org.glassfish.grizzly.nio with parameters of type GracefulShutdownListenerModifier and TypeMethodDescriptionbooleanNIOTransport.addShutdownListener(GracefulShutdownListener shutdownListener) -
Uses of GracefulShutdownListener in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type GracefulShutdownListenerModifier and TypeMethodDescriptionbooleanUDPNIOTransport.addShutdownListener(GracefulShutdownListener shutdownListener)