Package | Description |
---|---|
com.hubspot.smtp.client |
This package contains classes to create and maintain connections to SMTP servers.
|
Modifier and Type | Method and Description |
---|---|
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.allocator(io.netty.buffer.ByteBufAllocator allocator)
Initializes the value for the
allocator attribute. |
static SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.builder()
Creates a builder for
SmtpSessionFactoryConfig . |
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.channelClass(Class<? extends io.netty.channel.Channel> channelClass)
Initializes the value for the
channelClass attribute. |
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
Initializes the value for the
eventLoopGroup attribute. |
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.executor(Executor executor)
Initializes the value for the
executor attribute. |
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.from(SmtpSessionFactoryConfig instance)
Fill a builder with attribute values from the provided
SmtpSessionFactoryConfig instance. |
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.sslEngineSupplier(Supplier<SSLEngine> sslEngineSupplier)
Initializes the value for the
sslEngineSupplier attribute. |
Copyright © 2018. All rights reserved.