Uses of Interface
ch.astorm.smtp4j.core.SmtpServerListener
Packages that use SmtpServerListener
-
Uses of SmtpServerListener in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return types with arguments of type SmtpServerListenerModifier and TypeMethodDescriptionSmtpServer.getListeners()Returns the listeners of this server.Methods in ch.astorm.smtp4j with parameters of type SmtpServerListenerModifier and TypeMethodDescriptionvoidSmtpServer.addListener(SmtpServerListener listener) Registers the specifiedlistenerto the server's events.booleanSmtpServer.removeListener(SmtpServerListener listener) Removes the specifiedlistenerof the server's event notifications.SmtpServerBuilder.withListener(SmtpServerListener listener) Adds the specifiedlisteneronce de server is build. -
Uses of SmtpServerListener in ch.astorm.smtp4j.core
Subinterfaces of SmtpServerListener in ch.astorm.smtp4j.coreModifier and TypeInterfaceDescriptioninterfaceRepresents a message handler that will process any incoming message.Classes in ch.astorm.smtp4j.core that implement SmtpServerListenerModifier and TypeClassDescriptionclassSimpleSmtpMessageHandlerthat stores the received messages in a list.