Uses of Interface
org.subethamail.smtp.MessageHandlerFactory
Packages that use MessageHandlerFactory
-
Uses of MessageHandlerFactory in org.subethamail.smtp.helper
Classes in org.subethamail.smtp.helper that implement MessageHandlerFactoryModifier and TypeClassDescriptionclassMessageHandlerFactory implementation which adapts to a collection of MessageListeners.classMessageHandlerFactory implementation which adapts to a collection of SmarterMessageListeners. -
Uses of MessageHandlerFactory in org.subethamail.smtp.server
Methods in org.subethamail.smtp.server that return MessageHandlerFactoryMethods in org.subethamail.smtp.server with parameters of type MessageHandlerFactoryModifier and TypeMethodDescriptionvoidSMTPServer.setMessageHandlerFactory(MessageHandlerFactory fact) Constructors in org.subethamail.smtp.server with parameters of type MessageHandlerFactoryModifierConstructorDescriptionSMTPServer(MessageHandlerFactory handlerFactory) Simple constructor.SMTPServer(MessageHandlerFactory handlerFactory, AuthenticationHandlerFactory authHandlerFact) Constructor withAuthenticationHandlerFactory.SMTPServer(MessageHandlerFactory msgHandlerFact, AuthenticationHandlerFactory authHandlerFact, ExecutorService executorService) Complex constructor.