| 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 |
AbstractProtocolTransport
Abstract base class for
ProtocolTransport implementation which already takes care of all the complex
stuff when handling Response's. |
| Modifier and Type | Method and Description |
|---|---|
ProtocolTransport |
ProtocolSessionImpl.getProtocolTransport()
Return the wrapped
ProtocolTransport which is used for this ProtocolSession |
| Modifier and Type | Method and Description |
|---|---|
ProtocolSession |
Protocol.newSession(ProtocolTransport transport)
Create a new
ProtocolSession for the given ProtocolTransport |
ProtocolSession |
ProtocolImpl.newSession(ProtocolTransport transport) |
| Constructor and Description |
|---|
ProtocolSessionImpl(Logger logger,
ProtocolTransport transport,
ProtocolConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyProtocolTransport
A Netty implementation of a ProtocolTransport
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolSession |
POP3Protocol.newSession(ProtocolTransport transport) |
| Constructor and Description |
|---|
POP3SessionImpl(Logger logger,
ProtocolTransport transport,
ProtocolConfiguration configData) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolSession |
SMTPProtocol.newSession(ProtocolTransport transport) |
| Constructor and Description |
|---|
SMTPSessionImpl(Logger logger,
ProtocolTransport transport,
SMTPConfiguration config) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.