| Package | Description |
|---|---|
| org.apache.james.protocols.api | |
| org.apache.james.protocols.lmtp | |
| org.apache.james.protocols.pop3 | |
| org.apache.james.protocols.smtp |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolConfigurationImpl
Default implementation of a
ProtocolConfiguration which allows to easily set the different configurations. |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolConfiguration |
ProtocolSessionImpl.config |
| Modifier and Type | Method and Description |
|---|---|
ProtocolConfiguration |
Protocol.getConfiguration()
Return the
ProtocolConfiguration |
ProtocolConfiguration |
ProtocolSession.getConfiguration()
Return the
ProtocolConfiguration |
ProtocolConfiguration |
ProtocolImpl.getConfiguration() |
ProtocolConfiguration |
ProtocolSessionImpl.getConfiguration() |
| Constructor and Description |
|---|
ProtocolImpl(ProtocolHandlerChain chain,
ProtocolConfiguration config,
Logger logger) |
ProtocolSessionImpl(Logger logger,
ProtocolTransport transport,
ProtocolConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
LMTPConfiguration
A
ProtocolConfigurationImpl which is used in the context of LMTP |
class |
LMTPConfigurationImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
POP3Configuration
ProtocolConfigurationImpl which adds some default configuration for POP3 |
| Constructor and Description |
|---|
POP3Protocol(ProtocolHandlerChain chain,
ProtocolConfiguration config,
Logger logger) |
POP3SessionImpl(Logger logger,
ProtocolTransport transport,
ProtocolConfiguration configData) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SMTPConfiguration
Provides a number of server-wide constant values to the
SMTPHandlers
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMTPConfigurationImpl
SMTPConfiguration implementation which allows to set and get various configuration params. |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.