Uses of Interface
ch.astorm.smtp4j.protocol.SmtpTransactionHandlerFactory
Packages that use SmtpTransactionHandlerFactory
-
Uses of SmtpTransactionHandlerFactory in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j with parameters of type SmtpTransactionHandlerFactoryModifier and TypeMethodDescriptionSmtpServerBuilder.withSmtpTransactionHandlerFactory(SmtpTransactionHandlerFactory factory) Defines theSmtpTransactionHandlerFactoryto use to handle SMTP transactions.Constructors in ch.astorm.smtp4j with parameters of type SmtpTransactionHandlerFactoryModifierConstructorDescriptionSmtpServer(int port, SmtpMessageHandler messageHandler, Supplier<ExecutorService> executorSupplier, SmtpTransactionHandlerFactory handlerFactory, ConnectionListener connectionListener) Creates a newSmtpServer.