|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
betamax.proxy.jetty.SimpleServer
class SimpleServer extends AbstractLifeCycleListener
Property Summary | |
---|---|
static int |
DEFAULT_PORT
|
Constructor Summary | |
SimpleServer()
|
|
SimpleServer(int port)
|
Method Summary | |
---|---|
java.lang.String
|
getUrl()
|
boolean
|
isRunning()
|
void
|
lifeCycleStarted(org.eclipse.jetty.util.component.LifeCycle event)
|
void
|
lifeCycleStopped(org.eclipse.jetty.util.component.LifeCycle event)
|
void
|
setPort(int port)
|
void
|
start(java.lang.Class handlerClass)
|
void
|
start(org.eclipse.jetty.server.Handler handler)
|
void
|
stop()
|
Property Detail |
---|
static final int DEFAULT_PORT
Constructor Detail |
---|
SimpleServer()
SimpleServer(int port)
Method Detail |
---|
java.lang.String getUrl()
boolean isRunning()
@Override void lifeCycleStarted(org.eclipse.jetty.util.component.LifeCycle event)
@Override void lifeCycleStopped(org.eclipse.jetty.util.component.LifeCycle event)
void setPort(int port)
void start(java.lang.Class handlerClass)
void start(org.eclipse.jetty.server.Handler handler)
void stop()
Groovy Documentation