Package com.mongodb.connection
Interface StreamFactory
-
- All Known Implementing Classes:
AsynchronousSocketChannelStreamFactory
,NettyStreamFactory
,SocketStreamFactory
@Deprecated(since="2021-05-27") public interface StreamFactory
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.A factory for streams.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Stream
create(ServerAddress serverAddress)
Deprecated.Create a Stream to the given address
-
-
-
Method Detail
-
create
Stream create(ServerAddress serverAddress)
Deprecated.Create a Stream to the given address- Parameters:
serverAddress
- the address- Returns:
- the stream
-
-