public class SimpleSmtpServerUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimpleSmtpServerUtils.SimpleSmtpServer |
| Constructor and Description |
|---|
SimpleSmtpServerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getNextOpenPort(int startingPort) |
static int |
getNextOpenPort(int startingPort,
int range) |
static SimpleSmtpServerUtils.SimpleSmtpServer |
startServer() |
static SimpleSmtpServerUtils.SimpleSmtpServer |
startServer(int port) |
static SimpleSmtpServerUtils.SimpleSmtpServer |
startServer(int port,
boolean findOpenPort) |
public static SimpleSmtpServerUtils.SimpleSmtpServer startServer()
public static SimpleSmtpServerUtils.SimpleSmtpServer startServer(int port)
public static SimpleSmtpServerUtils.SimpleSmtpServer startServer(int port, boolean findOpenPort)
public static int getNextOpenPort(int startingPort)
public static int getNextOpenPort(int startingPort,
int range)
Copyright © 2018 SAP SE. All Rights Reserved.