Interface RemotePart

  • All Known Implementing Classes:
    AddressLiteral, DomainPart

    public interface RemotePart
    RemotePart identifies the destination system in a mail address. For example in the john@example.com address example.com is the remote part.
    • Method Detail

      • smtpText

        String smtpText()
        Returns the raw remote part text, as it was supplied in the SMTP transaction.
      • equals

        boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • hashCode

        int hashCode()
        Overrides:
        hashCode in class Object