| Package | Description |
|---|---|
| com.hubspot.smtp.client |
This package contains classes to create and maintain connections to SMTP servers.
|
| Modifier and Type | Method and Description |
|---|---|
static CompositeSendInterceptor |
CompositeSendInterceptor.of(List<SendInterceptor> interceptors)
Creates a chain of
SendInterceptor instances that will call each other in turn. |
static CompositeSendInterceptor |
CompositeSendInterceptor.of(SendInterceptor... sendInterceptors)
Creates a chain of
SendInterceptor instances that will call each other in turn. |
Copyright © 2018. All rights reserved.