process method
- String command,
- InboundConnection inboundConnection
Processes a given command from a inboundConnection @param command - at protocol command @param inboundConnection - requesting InboundConnection
Implementation
Future<void> process(String command, InboundConnection inboundConnection);