Uses of Interface
org.glassfish.grizzly.GracefulShutdownListener
-
Packages that use GracefulShutdownListener Package Description org.glassfish.grizzly org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of GracefulShutdownListener in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type GracefulShutdownListener Modifier and Type Method Description booleanTransport. 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 GracefulShutdownListener Modifier and Type Field Description protected Set<GracefulShutdownListener>NIOTransport. shutdownListenersMethods in org.glassfish.grizzly.nio with parameters of type GracefulShutdownListener Modifier and Type Method Description booleanNIOTransport. addShutdownListener(GracefulShutdownListener shutdownListener) -
Uses of GracefulShutdownListener in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type GracefulShutdownListener Modifier and Type Method Description booleanUDPNIOTransport. addShutdownListener(GracefulShutdownListener shutdownListener)
-