Package com.mongodb.connection
Class AsynchronousSocketChannelStreamFactoryFactory
java.lang.Object
com.mongodb.connection.AsynchronousSocketChannelStreamFactoryFactory
- All Implemented Interfaces:
 StreamFactoryFactory
public final class AsynchronousSocketChannelStreamFactoryFactory
extends Object
implements StreamFactoryFactory
A 
StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.- Since:
 - 3.1
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder for an instance ofAsynchronousSocketChannelStreamFactoryFactory. - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Gets a builder for an instance ofAsynchronousSocketChannelStreamFactoryFactory.create(SocketSettings socketSettings, SslSettings sslSettings) Create aStreamFactorywith the given settings. 
- 
Method Details
- 
builder
Gets a builder for an instance ofAsynchronousSocketChannelStreamFactoryFactory.- Returns:
 - the builder
 - Since:
 - 3.6
 
 - 
create
Description copied from interface:StreamFactoryFactoryCreate aStreamFactorywith the given settings.- Specified by:
 createin interfaceStreamFactoryFactory- Parameters:
 socketSettings- the socket settingssslSettings- the SSL settings- Returns:
 - a stream factory that will apply the given settins
 
 
 -