class RhaproxyListen
A “listen” section defines a complete proxy with its frontend and backend parts combined in one section. It is generally useful for TCP-only traffic.
Public Class Methods
new()
click to toggle source
Returns a new RhaproxyListen
Object
# File lib/rhaproxy/listen.rb, line 22 def initialize() @conf ||= [] @proxy_type = "listen" end