CommandHandler
CommandHandler classes perform the actual request within the command.
See CommandExecutor on how commands are dispatched to the correct CommandHandler
subclass. These classes implement methods which adhere to the TraCICmdHandler Interface. These
methods are used by the CommandExecutor for dispatching.
Field: handler [Method>]
---
Field: FILE_NOT_FOUND [java.lang.String]
---
Field: COULD_NOT_PARSE_OBJECT_FROM_JSON [java.lang.String]
---
Field: COULD_NOT_MAP_OBJECT_FROM_JSON [java.lang.String]
---
Field: COULD_NOT_SERIALIZE_OBJECT [java.lang.String]
---
Field: ELEMENT_ID_NOT_FOUND [java.lang.String]
---
Field: ELEMENT_ID_NOT_FREE [java.lang.String]
---
Field: NO_MAIN_MODEL [java.lang.String]
---
Field: processNotImplemented [Method]
---
Field: logger [Logger]
---