Class: QueueingProxy::Frontend::FakeBackend
- Inherits:
-
Object
- Object
- QueueingProxy::Frontend::FakeBackend
- Defined in:
- lib/queueing_proxy/frontend.rb
Overview
We need this to make Thin happy
Instance Method Summary collapse
Instance Method Details
#connection_finished(conn) ⇒ Object
35 36 |
# File 'lib/queueing_proxy/frontend.rb', line 35 def connection_finished(conn) end |
#ssl? ⇒ Boolean
38 39 |
# File 'lib/queueing_proxy/frontend.rb', line 38 def ssl? end |