Package com.mongodb.connection
Interface StreamFactoryFactory
- 
- All Known Implementing Classes:
 AsynchronousSocketChannelStreamFactoryFactory,NettyStreamFactoryFactory,TlsChannelStreamFactoryFactory
@Deprecated(since="2021-05-27") public interface StreamFactoryFactoryDeprecated.Usage of this API is not supported in AEM as a Cloud Service.A factory ofStreamFactoryinstances.- Since:
 - 3.1
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StreamFactorycreate(SocketSettings socketSettings, SslSettings sslSettings)Deprecated.Create aStreamFactorywith the given settings. 
 - 
 
- 
- 
Method Detail
- 
create
StreamFactory create(SocketSettings socketSettings, SslSettings sslSettings)
Deprecated.Create aStreamFactorywith the given settings.- Parameters:
 socketSettings- the socket settingssslSettings- the SSL settings- Returns:
 - a stream factory that will apply the given settins
 
 
 - 
 
 -