| Package | Description |
|---|---|
| org.apache.james.protocols.api | |
| org.apache.james.protocols.netty | |
| org.apache.james.protocols.pop3 | |
| org.apache.james.protocols.smtp |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolImpl
Basic
Protocol implementation |
| Modifier and Type | Field and Description |
|---|---|
protected Protocol |
BasicChannelUpstreamHandler.protocol |
protected Protocol |
NettyServer.protocol |
| Constructor and Description |
|---|
BasicChannelUpstreamHandler(Protocol protocol) |
BasicChannelUpstreamHandler(Protocol protocol,
Encryption secure) |
NettyServer(Protocol protocol) |
NettyServer(Protocol protocol,
Encryption secure) |
| Modifier and Type | Class and Description |
|---|---|
class |
POP3Protocol
ProtocolImpl which implements the POP3 Protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
SMTPProtocol
ProtocolImpl which creates SMTPSessionImpl instances |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.