Package com.mongodb.connection
Interface StreamFactory
- All Known Implementing Classes:
AsynchronousSocketChannelStreamFactory
,NettyStreamFactory
,SocketStreamFactory
public interface StreamFactory
A factory for streams.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ServerAddress serverAddress) Create a Stream to the given address
-
Method Details
-
create
Create a Stream to the given address- Parameters:
serverAddress
- the address- Returns:
- the stream
-