Uses of Class
com.mongodb.MongoURI

Packages that use MongoURI
com.mongodb Main package with core files. 
 

Uses of MongoURI in com.mongodb
 

Methods in com.mongodb with parameters of type MongoURI
 Mongo Mongo.Holder.connect(MongoURI uri)
          Attempts to find an existing Mongo instance matching that URI in the holder, and returns it if exists.
 

Constructors in com.mongodb with parameters of type MongoURI
Mongo(MongoURI uri)
          Creates a Mongo described by a URI.