Class InProcessSocketAddress

    • Constructor Detail

      • InProcessSocketAddress

        public InProcessSocketAddress​(String name)
        Construct an address for a server identified by name.
        Parameters:
        name - The name of the inprocess server.
        Since:
        1.0.0
    • Method Detail

      • getName

        public String getName()
        Gets the name of the inprocess server.
        Since:
        1.0.0
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Returns true if the object is of the same type and server names match.
        Overrides:
        equals in class Object
        Since:
        1.15.0