Class Mongo::SSLSocket
In: lib/mongo/util/ssl_socket.rb
Parent: Object

A basic wrapper over Ruby‘s SSLSocket that initiates a TCP connection over SSL and then provides an basic interface mirroring Ruby‘s TCPSocket, vis., TCPSocket#send and TCPSocket#read.

Methods

close   closed?   connect   new   read   send  

Attributes

pid  [RW] 
pool  [RW] 

Public Class methods

Public Instance methods

[Validate]