Method and Description |
---|
com.hubspot.smtp.client.SmtpSessionConfig.Builder.connectionTimeout(Duration) |
com.hubspot.smtp.client.SmtpSessionConfig.getConnectionTimeout()
use initialResponseTimeout instead, which applies to the combined time of connecting and receiving the initial response
|
com.hubspot.smtp.client.SmtpSessionConfig.getInitialResponseReadTimeout()
use getInitialResponseTimeout instead, which applies to the combined time of connecting and receiving the initial response
|
com.hubspot.smtp.client.SmtpSessionConfig.Builder.initialResponseReadTimeout(Duration) |
com.hubspot.smtp.client.SmtpSessionConfig.Builder.initialResponseReadTimeout(Optional<Duration>) |
com.hubspot.smtp.client.SmtpSessionConfig.withConnectionTimeout(Duration) |
com.hubspot.smtp.client.SmtpSessionConfig.withInitialResponseReadTimeout(Duration) |
com.hubspot.smtp.client.SmtpSessionConfig.withInitialResponseReadTimeout(Optional<Duration>) |
Copyright © 2018. All rights reserved.