Uses of Class
ch.astorm.smtp4j.SmtpServer
Packages that use SmtpServer
Package
Description
-
Uses of SmtpServer in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return SmtpServer -
Uses of SmtpServer in ch.astorm.smtp4j.core
Methods in ch.astorm.smtp4j.core with parameters of type SmtpServerModifier and TypeMethodDescriptionvoidDefaultSmtpMessageHandler.notifyClose(SmtpServer server) default voidSmtpServerListener.notifyClose(SmtpServer server) Invoked when theserverhas been closed.voidDefaultSmtpMessageHandler.notifyMessage(SmtpServer server, SmtpMessage smtpMessage) voidSmtpServerListener.notifyMessage(SmtpServer server, SmtpMessage smtpMessage) Invoked when theserverhas received a message.voidDefaultSmtpMessageHandler.notifyStart(SmtpServer server) default voidSmtpServerListener.notifyStart(SmtpServer server) Invoked when theserverhas been started and is ready to receive messages. -
Uses of SmtpServer in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol with parameters of type SmtpServerModifier and TypeMethodDescriptionstatic voidSmtpTransactionHandler.handle(SmtpServer smtpServer, Socket socket, SmtpTransactionHandler.MessageReceiver messageReceiver) Handles the SMTP protocol communication. -
Uses of SmtpServer in ch.astorm.smtp4j.util
Constructors in ch.astorm.smtp4j.util with parameters of type SmtpServerModifierConstructorDescriptionMimeMessageBuilder(SmtpServer server) Creates a newMimeMessageBuilderby creating a newSessionfrom the givenserver.