Package gov.usgs.util

Interface SocketListenerInterface

All Known Implementing Classes:
AdminSocketServer, SearchServerSocket, SocketProductReceiver

public interface SocketListenerInterface
An object that processes sockets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSocket(Socket socket)
    Called with any sockets to be read.
  • Method Details

    • onSocket

      void onSocket(Socket socket)
      Called with any sockets to be read.
      Parameters:
      socket - socket to be processed.