Class: Baykit::BayServer::Docker::Fcgi::FcgPortDocker

Inherits:
Base::PortBase
  • Object
show all
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

Instance Method Details

#protocolObject

Implements Port



20
21
22
# File 'lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb', line 20

def protocol()
  return PROTO_NAME
end

#support_anchoredObject

Implements PortBase



27
28
29
# File 'lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb', line 27

def support_anchored()
  return true
end

#support_unanchoredObject



31
32
33
# File 'lib/baykit/bayserver/docker/fcgi/fcg_port_docker.rb', line 31

def support_unanchored()
  return false
end