public class LMTPServerFactory extends AbstractServerFactory
| Constructor and Description |
|---|
LMTPServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected LMTPServer |
createServer() |
protected List<AbstractConfigurableAsyncServer> |
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 |
void |
setFileSystem(FileSystem filesystem) |
void |
setProtocolHandlerLoader(ProtocolHandlerLoader loader) |
configure, destroy, getServers, init, setLogpublic void setProtocolHandlerLoader(ProtocolHandlerLoader loader)
public final void setFileSystem(FileSystem filesystem)
protected LMTPServer createServer()
protected List<AbstractConfigurableAsyncServer> createServers(org.slf4j.Logger log, org.apache.commons.configuration.HierarchicalConfiguration config) throws Exception
AbstractServerFactoryAbstractConfigurableAsyncServer servers, inject dependencies and configure them before return all fo them in a ListcreateServers in class AbstractServerFactoryExceptionCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.