| Interface | Description |
|---|---|
| POP3Session |
All the handlers access this interface to communicate with POP3Handler object
|
| Class | Description |
|---|---|
| POP3Configuration |
ProtocolConfigurationImpl which adds some default configuration for POP3 |
| POP3Protocol |
ProtocolImpl which implements the POP3 Protocol |
| POP3ProtocolHandlerChain |
ProtocolHandlerChainImpl which allows to add the default handlers which are needed to server POP3. |
| POP3Response |
Contains an POP3 result
|
| POP3SessionImpl |
POP3Session implementation which use Netty |
| POP3StartTlsResponse |
Special sub-type of
POP3Response which will trigger the start of TLS after the response was written to the client |
| POP3StreamResponse |
StreamResponse implementation which allows to write back big-data to the client for POP3 |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.