Package com.mongodb.connection
Class NettyTransportSettings
java.lang.Object
com.mongodb.connection.TransportSettings
com.mongodb.connection.NettyTransportSettings
TransportSettings
for a Netty-based transport implementation.- Since:
- 4.11
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A builder for an instance ofNettyTransportSettings
. -
Method Summary
Methods inherited from class com.mongodb.connection.TransportSettings
nettyBuilder
-
Method Details
-
getEventLoopGroup
Gets the event loop group.- Returns:
- the event loop group
- See Also:
-
getSocketChannelClass
Gets the socket channel class.- Returns:
- the socket channel class
- See Also:
-
getAllocator
Gets the allocator.- Returns:
- the allocator
- See Also:
-
getSslContext
Gets the SSL Context.- Returns:
- the SSL context
- See Also:
-
toString
-