public class SmtpAdapter extends java.lang.Object implements SmtpListener
SmtpConnectedEventSmtpDisconnectedEventSmtpCommandEventSmtpResponseEvent
| Constructor and Description |
|---|
SmtpAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
commandSent(SmtpCommandEvent event)
Invoked when command is sent to the SMTP server
|
void |
connected(SmtpConnectedEvent event)
Invoked when connection to SMTP server is established.
|
void |
disconnected(SmtpDisconnectedEvent event)
Invoked when connection to SMTP server is released.
|
void |
responseReceived(SmtpResponseEvent event)
Invoked when a response is received from SMTP server
|
public void connected(SmtpConnectedEvent event)
connected in interface SmtpListenerevent - a SmtpConnectedEventSmtpConnectedEventpublic void disconnected(SmtpDisconnectedEvent event)
disconnected in interface SmtpListenerevent - a SmtpDisconnectedEventSmtpDisconnectedEventpublic void commandSent(SmtpCommandEvent event)
commandSent in interface SmtpListenerevent - a SmtpCommandEventSmtpCommandEventpublic void responseReceived(SmtpResponseEvent event)
responseReceived in interface SmtpListenerevent - a SmtpResponseEventSmtpResponseEventCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved