Package com.mongodb.connection
Class AsynchronousSocketChannelStreamFactoryFactory.Builder
java.lang.Object
com.mongodb.connection.AsynchronousSocketChannelStreamFactoryFactory.Builder
- Enclosing class:
AsynchronousSocketChannelStreamFactoryFactory
@Deprecated(since="2021-05-27")
public static final class AsynchronousSocketChannelStreamFactoryFactory.Builder
extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A builder for an instance of
AsynchronousSocketChannelStreamFactoryFactory
.- Since:
- 3.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Build an instance ofAsynchronousSocketChannelStreamFactoryFactory
.group
(AsynchronousChannelGroup group) Deprecated.Sets theAsynchronousChannelGroup
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
group
Deprecated.Sets theAsynchronousChannelGroup
- Parameters:
group
- theAsynchronousChannelGroup
- Returns:
- this
-
build
Deprecated.Build an instance ofAsynchronousSocketChannelStreamFactoryFactory
.- Returns:
- the AsynchronousSocketChannelStreamFactoryFactory
-