| 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
HandlersPackage which is responsible to load the core ProtocolHandler |
protected abstract Class<? extends HandlersPackage> |
AbstractProtocolAsyncServer.getJMXHandlersPackage()
Return the
HandlersPackage which is responsible to load the jmx ProtocolHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreCmdHandlerLoader
This 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.