accept method

bool accept (
  1. String command
)

Returns true if a verb handler can accept this command. @param command - at protocol command @returns bool

Implementation

bool accept(String command);