class RhaproxyFrontend
A “frontend” section describes a set of listening sockets accepting client connections.
Public Class Methods
new()
click to toggle source
Returns a new RhaproxyFrontend
Object
# File lib/rhaproxy/frontend.rb, line 75 def initialize() @conf ||= [] @proxy_type = "frontend" end