Package | Description |
---|---|
com.hubspot.smtp.client |
This package contains classes to create and maintain connections to SMTP servers.
|
Modifier and Type | Method and Description |
---|---|
SmtpSession |
SmtpClientResponse.getSession()
Gets the
SmtpSession that received these responses. |
Constructor and Description |
---|
SmtpClientResponse(SmtpSession session,
Iterable<io.netty.handler.codec.smtp.SmtpResponse> responses) |
SmtpClientResponse(SmtpSession session,
List<io.netty.handler.codec.smtp.SmtpResponse> responses) |
SmtpClientResponse(SmtpSession session,
io.netty.handler.codec.smtp.SmtpResponse response) |
Copyright © 2018. All rights reserved.