Interface SocketConnector

All Superinterfaces:
Callable<Socket>
All Known Implementing Classes:
DefaultSocketConnector

public interface SocketConnector extends Callable<Socket>
A Runnable that (re)connects a socket.

An implementation of this interface is responsible for repeatedly attempting to create a socket connection to a remote host.

Author:
Carl Harris