abstract class Controller
- Controller
- ActionController::Base
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
lavinmq/api/controller.crConstant Summary
-
PARSER_LIST =
["application/json"]
-
RESPONDER_LIST =
["application/json"]
Instance Method Summary
- #amqpserver_is_open
- #api_server_is_open
- #bad_media_type(error) : AC::Error::ContentResponse
- #bad_request_return(error) : LavinMQ::Error::CommonResponse
- #enable_cors
- #forbidden_return(error) : LavinMQ::Error::CommonResponse
- #invalid_param(error) : AC::Error::ParameterResponse
- #json_mal_formatted(error) : LavinMQ::Error::CommonResponse
- #json_serializable_error(error) : LavinMQ::Error::CommonResponse
- #not_found(error) : LavinMQ::Error::CommonResponse
- #precondition_failed_return(error) : LavinMQ::Error::CommonResponse
- #service_unavailable(error) : LavinMQ::Error::CommonResponse
- #unauthorized_return(error) : LavinMQ::Error::CommonResponse