Class: Mongo::Server::PushMonitor::Connection Private

Inherits:
Server::Monitor::Connection
  • Object
show all
Defined in:
lib/mongo/server/push_monitor/connection.rb

Overview

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.

Since:

  • 2.0.0

Instance Method Summary collapse

Instance Method Details

#socket_timeoutObject

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.

Since:

  • 2.0.0



22
23
24
# File 'lib/mongo/server/push_monitor/connection.rb', line 22

def socket_timeout
  options[:socket_timeout]
end