public interface HttpServerProcessHandlerExecutionHandler extends ProcessExecutionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
waitForPortOpen(String host,
int port,
int nbrTry,
int sleepMilliseconds)
Wait for the specified host:port to be connectable.
|
isProcessAlive, killProcess, onEnd, onExit, onLaunchException, onSystemErr, onSystemOut, onTimeoutException, setProcessAndProcessKillervoid waitForPortOpen(String host, int port, int nbrTry, int sleepMilliseconds) throws PortNotOpenException
A - PortNotOpenException exception, if the
port is still not connectbale after the specified amount of time.PortNotOpenExceptionCopyright © 2019. All rights reserved.