com.perforce.p4java.impl.mapbased.rpc.stream
Interface RpcSocketPool.ShutdownHandler

Enclosing class:
RpcSocketPool

public static interface RpcSocketPool.ShutdownHandler

Shutdown handler for cleaning up before a socket is closed


Method Summary
 void shutdown(Socket socket)
          Callback for before the socket is closed to do any pre-close work.
 

Method Detail

shutdown

void shutdown(Socket socket)
Callback for before the socket is closed to do any pre-close work. Implementors should not directly close the socket parameter.

Parameters:
socket -


Copyright © 2015 Perforce Software. All Rights Reserved.