process method

Future<void> process (
  1. String command,
  2. 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);