Class: Baykit::BayServer::Docker::Http::H1::H1Command
- Inherits:
-
Protocol::Command
- Object
- Protocol::Command
- Baykit::BayServer::Docker::Http::H1::H1Command
- Defined in:
- lib/baykit/bayserver/docker/http/h1/h1_command.rb
Direct Known Subclasses
Command::CmdContent, Command::CmdEndContent, Command::CmdHeader
Instance Method Summary collapse
-
#initialize(type) ⇒ H1Command
constructor
A new instance of H1Command.
Constructor Details
#initialize(type) ⇒ H1Command
Returns a new instance of H1Command.
9 10 11 |
# File 'lib/baykit/bayserver/docker/http/h1/h1_command.rb', line 9 def initialize(type) super end |