|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageHandlerFactory | |
|---|---|
| org.subethamail.smtp.helper | |
| org.subethamail.smtp.server | |
| Uses of MessageHandlerFactory in org.subethamail.smtp.helper |
|---|
| Classes in org.subethamail.smtp.helper that implement MessageHandlerFactory | |
|---|---|
class |
SimpleMessageListenerAdapter
MessageHandlerFactory implementation which adapts to a collection of MessageListeners. |
class |
SmarterMessageListenerAdapter
MessageHandlerFactory implementation which adapts to a collection of SmarterMessageListeners. |
| Uses of MessageHandlerFactory in org.subethamail.smtp.server |
|---|
| Methods in org.subethamail.smtp.server that return MessageHandlerFactory | |
|---|---|
MessageHandlerFactory |
SMTPServer.getMessageHandlerFactory()
|
| Methods in org.subethamail.smtp.server with parameters of type MessageHandlerFactory | |
|---|---|
void |
SMTPServer.setMessageHandlerFactory(MessageHandlerFactory fact)
|
| Constructors in org.subethamail.smtp.server with parameters of type MessageHandlerFactory | |
|---|---|
SMTPServer(MessageHandlerFactory handlerFactory)
The primary constructor. |
|
SMTPServer(MessageHandlerFactory msgHandlerFact,
AuthenticationHandlerFactory authHandlerFact)
The primary constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||