Package com.helger.photon.jetty
Class JettyStopper
- java.lang.Object
-
- com.helger.photon.jetty.JettyStopper
-
public final class JettyStopper extends Object
Stop a Jetty that was started withJettyStarter.- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description JettyStopper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()JettyStoppersetStopKey(String sStopKey)JettyStoppersetStopPort(int nStopPort)
-
-
-
Method Detail
-
setStopKey
@Nonnull public JettyStopper setStopKey(@Nonnull String sStopKey)
-
setStopPort
@Nonnull public JettyStopper setStopPort(@Nonnegative int nStopPort)
-
run
public void run() throws IOException- Throws:
IOException
-
-