Class: Selenium::WebDriver::Remote::Http::Persistent Private

Inherits:
Default
  • Object
show all
Defined in:
rb/lib/selenium/webdriver/remote/http/persistent.rb

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

#timeout

Instance Method Summary (collapse)

Methods inherited from Common

#call, #initialize

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