Class: Selenium::WebDriver::Remote::Http::Persistent Private
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary
Constant Summary
Constants inherited from Common
Common::CONTENT_TYPE, Common::DEFAULT_HEADERS, Common::MAX_REDIRECTS
Instance Attribute Summary
Attributes inherited from Common
Instance Method Summary (collapse)
- - (Object) close private
Methods inherited from Common
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Remote::Http::Common
Instance Method Details
- (Object) close
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'rb/lib/selenium/webdriver/remote/http/persistent.rb', line 11 def close @http.shutdown if @http end |