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 |
SmtpSessionFactoryConfig.Builder.build()
Builds a new
SmtpSessionFactoryConfig . |
SmtpSessionFactoryConfig |
SmtpSessionFactoryConfig.withAllocator(io.netty.buffer.ByteBufAllocator allocator)
Copy the current immutable object by setting a value for the
allocator attribute. |
SmtpSessionFactoryConfig |
SmtpSessionFactoryConfig.withChannelClass(Class<? extends io.netty.channel.Channel> channelClass)
Copy the current immutable object by setting a value for the
channelClass attribute. |
SmtpSessionFactoryConfig |
SmtpSessionFactoryConfig.withEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
Copy the current immutable object by setting a value for the
eventLoopGroup attribute. |
SmtpSessionFactoryConfig |
SmtpSessionFactoryConfig.withExecutor(Executor executor)
Copy the current immutable object by setting a value for the
executor attribute. |
SmtpSessionFactoryConfig |
SmtpSessionFactoryConfig.withSslEngineSupplier(Supplier<SSLEngine> sslEngineSupplier)
Copy the current immutable object by setting a value for the
sslEngineSupplier attribute. |
Modifier and Type | Method and Description |
---|---|
SmtpSessionFactoryConfig.Builder |
SmtpSessionFactoryConfig.Builder.from(SmtpSessionFactoryConfig instance)
Fill a builder with attribute values from the provided
SmtpSessionFactoryConfig instance. |
Constructor and Description |
---|
SmtpSessionFactory(SmtpSessionFactoryConfig factoryConfig)
Creates a new factory with the provided configuration.
|
Copyright © 2018. All rights reserved.