Package gov.usgs.util

Interface SocketListenerInterface

    • Method Detail

      • onSocket

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