|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nesscomputing.httpserver.AbstractJetty8HttpServer
public abstract class AbstractJetty8HttpServer
| Constructor Summary | |
|---|---|
protected |
AbstractJetty8HttpServer(HttpServerConfig httpServerConfig,
javax.servlet.Servlet catchallServlet)
|
| Method Summary | |
|---|---|
abstract Map<String,HttpConnector> |
getConnectors()
Return a map of connectors configured for this server. |
String |
getExternalAddress()
|
int |
getExternalHttpPort()
Return the actual external http port this server listens to. |
int |
getExternalHttpsPort()
Return the actual external https port this server listens to. |
String |
getInternalAddress()
|
int |
getInternalHttpPort()
Return the actual internal http port this server listens to. |
int |
getInternalHttpsPort()
Return the actual internal https port this server listens to. |
void |
start()
Bring up the HTTP Server. |
void |
stop()
Shut down the HTTP Server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
protected AbstractJetty8HttpServer(HttpServerConfig httpServerConfig,
javax.servlet.Servlet catchallServlet)
| Method Detail |
|---|
public void start()
HttpServer
start in interface HttpServerpublic void stop()
HttpServer
stop in interface HttpServerpublic abstract Map<String,HttpConnector> getConnectors()
HttpServer
getConnectors in interface HttpServerpublic int getInternalHttpPort()
HttpServer
getInternalHttpPort in interface HttpServerpublic int getInternalHttpsPort()
HttpServer
getInternalHttpsPort in interface HttpServerpublic int getExternalHttpPort()
HttpServer
getExternalHttpPort in interface HttpServerpublic int getExternalHttpsPort()
HttpServer
getExternalHttpsPort in interface HttpServerpublic String getInternalAddress()
getInternalAddress in interface HttpServerpublic String getExternalAddress()
getExternalAddress in interface HttpServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||