Uses of Interface
ch.astorm.smtp4j.core.SmtpMessageHandler
-
Packages that use SmtpMessageHandler Package Description ch.astorm.smtp4j ch.astorm.smtp4j.core ch.astorm.smtp4j.protocol -
-
Uses of SmtpMessageHandler in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return SmtpMessageHandler Modifier and Type Method Description SmtpMessageHandlerSmtpServer. getMessageHandler()Returns the currentSmtpMessageHandler.Methods in ch.astorm.smtp4j with parameters of type SmtpMessageHandler Modifier and Type Method Description voidSmtpServer. setMessageHandler(SmtpMessageHandler handler)Defines theSmtpMessageHandlerthat will receive all the incoming messages.SmtpServerBuilderSmtpServerBuilder. withMessageHandler(SmtpMessageHandler messageHandler)Defines theSmtpMessageHandlerto be applied for the received messages. -
Uses of SmtpMessageHandler in ch.astorm.smtp4j.core
Classes in ch.astorm.smtp4j.core that implement SmtpMessageHandler Modifier and Type Class Description classSmtpMessageStorageSimpleSmtpMessageHandlerthat stores the received messages in a list. -
Uses of SmtpMessageHandler in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol with parameters of type SmtpMessageHandler Modifier and Type Method Description static voidSmtpTransactionHandler. handle(java.net.Socket socket, java.io.BufferedReader input, java.io.PrintWriter output, SmtpMessageHandler handler)Handles the SMTP protocol communication.
-