Interface SmtpTransactionHandler

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DefaultSmtpTransactionHandler

public interface SmtpTransactionHandler extends AutoCloseable
Handler of SMTP transactions.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Socket socket)
    Proceeds the SMTP transaction with the given socket.

    Methods inherited from interface java.lang.AutoCloseable

    close