Convention properties and methods added by the JettyPlugin.
Type | Name and description |
---|---|
Integer |
getHttpPort() Returns the TCP port for Jetty to listen on for incoming HTTP requests. |
String |
getStopKey() Returns the key to use to stop Jetty. |
Integer |
getStopPort() Returns the TCP port for Jetty to listen on for stop requests. |
void |
setHttpPort(Integer httpPort) |
void |
setStopKey(String stopKey) |
void |
setStopPort(Integer stopPort) |
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
Returns the key to use to stop Jetty.
Returns the TCP port for Jetty to listen on for stop requests.