Modifier and Type | Class and Description |
---|---|
class |
IMAPServer
NIO IMAP Server which use Netty
|
class |
OioIMAPServer
IMAPServer which use old IO and not NIO.
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractConfigurableAsyncServer> |
IMAPServerFactory.createServers(org.slf4j.Logger log,
org.apache.commons.configuration.HierarchicalConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
LMTPServer |
class |
OioLMTPServer
LMTPServer which use old IO and not NIO.
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractConfigurableAsyncServer> |
LMTPServerFactory.createServers(org.slf4j.Logger log,
org.apache.commons.configuration.HierarchicalConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
OioPOP3Server
POP3Server which use old IO and not NIO.
|
class |
POP3Server
NIO POP3 Server which use Netty
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractConfigurableAsyncServer> |
POP3ServerFactory.createServers(org.slf4j.Logger log,
org.apache.commons.configuration.HierarchicalConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProtocolAsyncServer
Abstract base class which use a
ProtocolHandlerLoader for loading the ProtocolHandler |
Modifier and Type | Method and Description |
---|---|
protected abstract List<AbstractConfigurableAsyncServer> |
AbstractServerFactory.createServers(org.slf4j.Logger log,
org.apache.commons.configuration.HierarchicalConfiguration config)
Create
AbstractConfigurableAsyncServer servers, inject dependencies and configure them before return all fo them in a List |
List<AbstractConfigurableAsyncServer> |
AbstractServerFactory.getServers()
Return all
AbstractConfigurableAsyncServer instances that was create via this Factory |
Modifier and Type | Class and Description |
---|---|
class |
OioSMTPServer
SMTPServer which use old IO and not NIO.
|
class |
SMTPServer
NIO SMTPServer which use Netty
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractConfigurableAsyncServer> |
SMTPServerFactory.createServers(org.slf4j.Logger log,
org.apache.commons.configuration.HierarchicalConfiguration config) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.