Interface ServerProcessor

All Superinterfaces:
Runnable
All Known Implementing Classes:
ConnectProxyServerProcessor, ConnectTrackerServerProcessor, StandaloneServerProcessor

public interface ServerProcessor extends Runnable
Abstract runnable class for RPC server process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • terminate

      void terminate()