Interface CommandHandler

All Known Subinterfaces:
AsyncCommandHandler
All Known Implementing Classes:
AsyncCommandHandler.Null, FutureAsyncCommandHandler, QueryDispatcherConnectionImpl, QueryProcessorConnectionImpl, RemoteQueryClient, RemoteTableHandleManager, SyncCommandHandler, SyncCommandHandler

public interface CommandHandler
Created by IntelliJ IDEA. User: HP Date: Jun 9, 2005 Time: 7:17:11 AM To change this template use File | Settings | File Templates.
  • Method Details

    • handleCommand

      void handleCommand(ClientEntry clientEntry, com.fishlib.base.Command command)
    • handleClientDeath

      void handleClientDeath(ClientEntry clientEntry)