Class: Dialed::HTTP::DirectConnection
- Inherits:
-
Connection
- Object
- Connection
- Dialed::HTTP::DirectConnection
- Defined in:
- lib/dialed/http/direct_connection.rb
Instance Attribute Summary
Attributes inherited from Connection
Instance Method Summary collapse
Methods inherited from Connection
#address, #closed?, #connect, #initialize, #nil_connection?, #open?, #ping, #reconnect!
Constructor Details
This class inherits a constructor from Dialed::HTTP::Connection
Instance Method Details
#close ⇒ Object
6 7 8 |
# File 'lib/dialed/http/direct_connection.rb', line 6 def close internal_connection.close end |