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 java.lang.ObjectDeprecated.Usage of this API is not supported in AEM as a Cloud Service.A builder for an instance ofAsynchronousSocketChannelStreamFactoryFactory.- Since:
- 3.6
-
-
Constructor Summary
Constructors Constructor Description Builder()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AsynchronousSocketChannelStreamFactoryFactorybuild()Deprecated.Build an instance ofAsynchronousSocketChannelStreamFactoryFactory.AsynchronousSocketChannelStreamFactoryFactory.Buildergroup(java.nio.channels.AsynchronousChannelGroup group)Deprecated.Sets theAsynchronousChannelGroup
-
-
-
Method Detail
-
group
public AsynchronousSocketChannelStreamFactoryFactory.Builder group(java.nio.channels.AsynchronousChannelGroup group)
Deprecated.Sets theAsynchronousChannelGroup- Parameters:
group- theAsynchronousChannelGroup- Returns:
- this
-
build
public AsynchronousSocketChannelStreamFactoryFactory build()
Deprecated.Build an instance ofAsynchronousSocketChannelStreamFactoryFactory.- Returns:
- the AsynchronousSocketChannelStreamFactoryFactory
-
-