Uses of Interface
ch.astorm.smtp4j.protocol.SmtpTransactionHandler.MessageReceiver
Packages that use SmtpTransactionHandler.MessageReceiver
-
Uses of SmtpTransactionHandler.MessageReceiver in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol with parameters of type SmtpTransactionHandler.MessageReceiverModifier and TypeMethodDescriptionstatic voidSmtpTransactionHandler.handle(BufferedReader input, PrintWriter output, SmtpTransactionHandler.MessageReceiver messageReceiver) Handles the SMTP protocol communication.