Class: Mongo::Server::PushMonitor::Connection Private
- Inherits:
-
Monitor::Connection
- Object
- ConnectionCommon
- Monitor::Connection
- Mongo::Server::PushMonitor::Connection
- 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.
Constant Summary
Constants inherited from Monitor::Connection
Monitor::Connection::ISMASTER, Monitor::Connection::ISMASTER_BYTES, Monitor::Connection::ISMASTER_MESSAGE, Monitor::Connection::ISMASTER_OP_MSG, Monitor::Connection::ISMASTER_OP_MSG_BYTES, Monitor::Connection::ISMASTER_OP_MSG_MESSAGE
Constants included from Loggable
Instance Attribute Summary
Attributes inherited from Monitor::Connection
#address, #options, #server_connection_id
Attributes inherited from ConnectionCommon
Instance Method Summary collapse
- #socket_timeout ⇒ Object private
Methods inherited from Monitor::Connection
#connect!, #disconnect!, #dispatch, #dispatch_bytes, #handshake!, #initialize, #read_response, #write_bytes
Methods included from Loggable
#log_debug, #log_error, #log_fatal, #log_info, #log_warn, #logger
Methods inherited from ConnectionCommon
Constructor Details
This class inherits a constructor from Mongo::Server::Monitor::Connection
Instance Method Details
#socket_timeout ⇒ Object
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.
22 23 24 |
# File 'lib/mongo/server/push_monitor/connection.rb', line 22 def socket_timeout [:socket_timeout] end |