| Package | Description |
|---|---|
| org.nlab.smtp.transport.factory | |
| org.nlab.smtp.transport.strategy |
| Modifier and Type | Field and Description |
|---|---|
protected TransportStrategy |
SmtpConnectionFactory.transportFactory |
| Constructor and Description |
|---|
SmtpConnectionFactory(javax.mail.Session session,
TransportStrategy transportFactory,
ConnectionStrategy connectionStrategy) |
SmtpConnectionFactory(javax.mail.Session session,
TransportStrategy transportStrategy,
ConnectionStrategy connectionStrategy,
Collection<javax.mail.event.TransportListener> defaultTransportListeners) |
| Modifier and Type | Method and Description |
|---|---|
static TransportStrategy |
TransportStrategyFactory.newAddressStrategy(javax.mail.Address address) |
static TransportStrategy |
TransportStrategyFactory.newProtocolStrategy(String protocol) |
static TransportStrategy |
TransportStrategyFactory.newProviderStrategy(javax.mail.Provider provider) |
static TransportStrategy |
TransportStrategyFactory.newSessiontStrategy() |
static TransportStrategy |
TransportStrategyFactory.newUrlNameStrategy(javax.mail.URLName urlName) |
Copyright © 2016. All rights reserved.