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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream
create(ServerAddress serverAddress)
Create a Stream to the given address
-
-
-
Method Detail
-
create
Stream create(ServerAddress serverAddress)
Create a Stream to the given address- Parameters:
serverAddress
- the address- Returns:
- the stream
-
-