Package io.deephaven.enterprise.comm.api
Class AsyncCommandHandler.Null
java.lang.Object
io.deephaven.enterprise.comm.api.AsyncCommandHandler.Null
- All Implemented Interfaces:
AsyncCommandHandler,CommandHandler
- Enclosing interface:
- AsyncCommandHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.enterprise.comm.api.AsyncCommandHandler
AsyncCommandHandler.Null -
Field Summary
Fields inherited from interface io.deephaven.enterprise.comm.api.AsyncCommandHandler
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleClientDeath(ClientEntry clientEntry) voidhandleCommand(ClientEntry clientEntry, com.fishlib.base.Command command) voidhandleTimeout(com.fishlib.base.Command command)
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
handleTimeout
public void handleTimeout(com.fishlib.base.Command command) - Specified by:
handleTimeoutin interfaceAsyncCommandHandler
-
handleCommand
- Specified by:
handleCommandin interfaceCommandHandler
-
handleClientDeath
- Specified by:
handleClientDeathin interfaceCommandHandler
-