| Modifier and Type | Method and Description | 
|---|---|
| protected Class<? extends HandlersPackage> | LMTPServer. getCoreHandlersPackage() | 
| protected Class<? extends HandlersPackage> | LMTPServer. getJMXHandlersPackage() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Class<? extends HandlersPackage> | POP3Server. getCoreHandlersPackage() | 
| protected Class<? extends HandlersPackage> | POP3Server. getJMXHandlersPackage() | 
| Constructor and Description | 
|---|
| ProtocolHandlerChainImpl(ProtocolHandlerLoader loader,
                        org.apache.commons.configuration.HierarchicalConfiguration handlerchainConfig,
                        String jmxName,
                        Class<? extends HandlersPackage> coreHandlersPackage,
                        Class<? extends HandlersPackage> jmxHandlersPackage) | 
| ProtocolHandlerChainImpl(ProtocolHandlerLoader loader,
                        org.apache.commons.configuration.HierarchicalConfiguration handlerchainConfig,
                        String jmxName,
                        Class<? extends HandlersPackage> coreHandlersPackage,
                        Class<? extends HandlersPackage> jmxHandlersPackage) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Class<? extends HandlersPackage> | AbstractProtocolAsyncServer. getCoreHandlersPackage()Return the  HandlersPackagewhich is responsible to load the coreProtocolHandler | 
| protected abstract Class<? extends HandlersPackage> | AbstractProtocolAsyncServer. getJMXHandlersPackage()Return the  HandlersPackagewhich is responsible to load the jmxProtocolHandler | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CoreCmdHandlerLoaderThis class represent the base command handlers which are shipped with james. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JMXHandlersLoader | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Class<? extends HandlersPackage> | SMTPServer. getCoreHandlersPackage() | 
| protected Class<? extends HandlersPackage> | SMTPServer. getJMXHandlersPackage() | 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.