Class: Baykit::BayServer::Docker::Fcgi::Command::CmdStdIn
- Inherits:
-
InOutCommandBase
- Object
- Protocol::Command
- FcgCommand
- InOutCommandBase
- Baykit::BayServer::Docker::Fcgi::Command::CmdStdIn
- Defined in:
- lib/baykit/bayserver/docker/fcgi/command/cmd_stdin.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, data = nil, start = 0, len = 0) ⇒ CmdStdIn
constructor
A new instance of CmdStdIn.
Methods inherited from InOutCommandBase
Methods inherited from FcgCommand
Constructor Details
Instance Method Details
#handle(cmd_handler) ⇒ Object
23 24 25 |
# File 'lib/baykit/bayserver/docker/fcgi/command/cmd_stdin.rb', line 23 def handle(cmd_handler) return cmd_handler.handle_stdin(self) end |