Class: SSLGate::SSLBackend
- Inherits:
-
Thin::Backends::TcpServer
- Object
- Thin::Backends::TcpServer
- SSLGate::SSLBackend
- Defined in:
- lib/ssl_gate/base_ssl_gate.rb
Instance Method Summary collapse
-
#initialize(host, port, options) ⇒ SSLBackend
constructor
A new instance of SSLBackend.
Constructor Details
#initialize(host, port, options) ⇒ SSLBackend
Returns a new instance of SSLBackend.
12 13 14 15 16 |
# File 'lib/ssl_gate/base_ssl_gate.rb', line 12 def initialize(host, port, ) super(host, port) @ssl = true @ssl_options = end |