Package com.mongodb

Class UnixServerAddress

  • All Implemented Interfaces:
    Serializable

    @Immutable
    @Deprecated(since="2021-05-27")
    public final class UnixServerAddress
    extends ServerAddress
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    Represents the location of a MongoD unix domain socket.

    Requires the 'jnr.unixsocket' library.

    Since:
    3.7
    See Also:
    Serialized Form
    • Constructor Detail

      • UnixServerAddress

        public UnixServerAddress​(String path)
        Deprecated.
        Creates a new instance
        Parameters:
        path - the path of the MongoD unix domain socket.