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.
-
Constructor Summary
ConstructorsConstructorDescriptionUnixSocketChannelStream
(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 Details
-
UnixSocketChannelStream
public UnixSocketChannelStream(UnixServerAddress address, SocketSettings settings, SslSettings sslSettings, BufferProvider bufferProvider) Deprecated.
-