| Constructor and Description |
|---|
SmtpServer(ServerOptions serverOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
anticipateMessageCountFor(int messageCount,
int ticks) |
void |
clearMessages() |
int |
getEmailCount() |
MailMessage |
getMessage(int i) |
MailMessage[] |
getMessages() |
int |
getPort() |
boolean |
isRunning() |
boolean |
isStopped() |
void |
run() |
void |
stop() |
public SmtpServer(ServerOptions serverOptions)
public boolean isStopped()
public boolean isRunning()
public void stop()
throws InterruptedException
InterruptedExceptionpublic MailMessage[] getMessages()
public MailMessage getMessage(int i)
public int getEmailCount()
public void anticipateMessageCountFor(int messageCount,
int ticks)
public void clearMessages()
public int getPort()
Copyright © 2017. All rights reserved.