Class: Baykit::BayServer::Docker::Fcgi::Command::CmdStdErr
- Inherits:
-
InOutCommandBase
- Object
- Protocol::Command
- FcgCommand
- InOutCommandBase
- Baykit::BayServer::Docker::Fcgi::Command::CmdStdErr
- Defined in:
- lib/baykit/bayserver/docker/fcgi/command/cmd_stderr.rb
Constant Summary
Constants inherited from InOutCommandBase
InOutCommandBase::MAX_DATA_LEN
Instance Attribute Summary
Attributes inherited from InOutCommandBase
Attributes inherited from FcgCommand
Instance Method Summary collapse
- #handle(cmd_handler) ⇒ Object
-
#initialize(req_id) ⇒ CmdStdErr
constructor
A new instance of CmdStdErr.
Methods inherited from InOutCommandBase
Methods inherited from FcgCommand
Constructor Details
#initialize(req_id) ⇒ CmdStdErr
Returns a new instance of CmdStdErr.
18 19 20 |
# File 'lib/baykit/bayserver/docker/fcgi/command/cmd_stderr.rb', line 18 def initialize(req_id) super(FcgType::STDERR, req_id) end |
Instance Method Details
#handle(cmd_handler) ⇒ Object
22 23 24 |
# File 'lib/baykit/bayserver/docker/fcgi/command/cmd_stderr.rb', line 22 def handle(cmd_handler) return cmd_handler.handle_stderr(self) end |