Package org.globus.ftp.dc
Interface SocketOperator
-
public interface SocketOperator
Callback operating on a socketBox. Used in SocketPool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
operate(SocketBox s)
-
-
-
Method Detail
-
operate
void operate(SocketBox s) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-