For 3.0, we want the flexibility to use SocketChannel or even AsynchronousSocketChannel instead of Socket. To that end, we should be declarative regarding the specification of the need to use SSL.
To that end, we should replace the current way of indirectly specifying SSL via MongoClientOptions.Builder.socketFactory, and instead prefer MongoClientOptions.Builder.SSLEnabled.
- is depended on by
-
JAVA-870 Remove MongoClientOptions.Builder.socketFactory() method
-
- Closed
-