@InterfaceAudience.Public @InterfaceStability.Stable public interface Shutdownable
(such as
sockets).for defining the Shutdown mode.| Modifier and Type | Method and Description |
|---|---|
void |
shutdown(ShutdownMode mode)
Shutdowns this entity properly by performing all the necessary steps to
make sure that all the used resources are released properly based on the
ShutdownMode specified. |
void shutdown(ShutdownMode mode)
ShutdownMode specified.mode - the modeCopyright © 2016 utils4j. All Rights Reserved.