Package gov.usgs.util
Interface SocketListenerInterface
-
- All Known Implementing Classes:
AdminSocketServer,SearchServerSocket,SocketProductReceiver
public interface SocketListenerInterfaceAn object that processes sockets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSocket(java.net.Socket socket)Called with any sockets to be read.
-