Interface RpcSocketPool.ShutdownHandler
-
- Enclosing class:
- RpcSocketPool
public static interface RpcSocketPool.ShutdownHandlerShutdown handler for cleaning up before a socket is closed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown(java.net.Socket socket)Callback for before the socket is closed to do any pre-close work.
-