Class: Baykit::BayServer::Docker::Fcgi::FcgPortDocker
- Inherits:
-
Base::PortBase
- Object
- Base::PortBase
- Baykit::BayServer::Docker::Fcgi::FcgPortDocker
- Includes:
- Base, FcgDocker, Protocol, WaterCraft
- Defined in:
- lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb
Constant Summary
Constants included from FcgDocker
Baykit::BayServer::Docker::Fcgi::FcgDocker::PROTO_NAME
Instance Method Summary collapse
-
#protocol ⇒ Object
Implements Port.
-
#support_anchored ⇒ Object
Implements PortBase.
- #support_unanchored ⇒ Object
Instance Method Details
#protocol ⇒ Object
Implements Port
20 21 22 |
# File 'lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb', line 20 def protocol() return PROTO_NAME end |
#support_anchored ⇒ Object
Implements PortBase
27 28 29 |
# File 'lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb', line 27 def support_anchored() return true end |
#support_unanchored ⇒ Object
31 32 33 |
# File 'lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb', line 31 def support_unanchored() return false end |