Package com.mongodb.internal.connection
Class UnixSocketChannelStream
- java.lang.Object
 - 
- com.mongodb.internal.connection.SocketStream
 - 
- com.mongodb.internal.connection.UnixSocketChannelStream
 
 
 
- 
- All Implemented Interfaces:
 BufferProvider,Stream
@Deprecated(since="2021-05-27") public class UnixSocketChannelStream extends SocketStream
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description UnixSocketChannelStream(UnixServerAddress address, SocketSettings settings, SslSettings sslSettings, BufferProvider bufferProvider)Deprecated. 
- 
Method Summary
- 
Methods inherited from class com.mongodb.internal.connection.SocketStream
close, getAddress, getBuffer, isClosed, open, openAsync, read, readAsync, write, writeAsync 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UnixSocketChannelStream
public UnixSocketChannelStream(UnixServerAddress address, SocketSettings settings, SslSettings sslSettings, BufferProvider bufferProvider)
Deprecated. 
 - 
 
 -