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