Package com.mongodb.internal.connection
Class UnixSocketChannelStream
- java.lang.Object
-
- com.mongodb.internal.connection.SocketChannelStream
-
- com.mongodb.internal.connection.UnixSocketChannelStream
-
- All Implemented Interfaces:
BufferProvider
,Stream
public class UnixSocketChannelStream extends SocketChannelStream
-
-
Constructor Summary
Constructors Constructor Description UnixSocketChannelStream(UnixServerAddress address, SocketSettings settings, SslSettings sslSettings, BufferProvider bufferProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
open()
Open the stream.-
Methods inherited from class com.mongodb.internal.connection.SocketChannelStream
close, getAddress, getBuffer, isClosed, openAsync, read, readAsync, write, writeAsync
-
-
-
-
Constructor Detail
-
UnixSocketChannelStream
public UnixSocketChannelStream(UnixServerAddress address, SocketSettings settings, SslSettings sslSettings, BufferProvider bufferProvider)
-
-
Method Detail
-
open
public void open()
Description copied from interface:Stream
Open the stream.- Specified by:
open
in interfaceStream
- Overrides:
open
in classSocketChannelStream
-
-