Package io.deephaven.enterprise.comm.api
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 Summary
Modifier and TypeMethodDescriptionvoidhandleClientDeath(ClientEntry clientEntry) voidhandleCommand(ClientEntry clientEntry, com.fishlib.base.Command command)
-
Method Details
-
handleCommand
-
handleClientDeath
-