|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpServer
Represents an HTTP server. It can be started and stopped.
| Method Summary | |
|---|---|
Map<String,HttpConnector> |
getConnectors()
Return a map of connectors configured for this server. |
String |
getExternalAddress()
Deprecated. Use getConnectors(). |
int |
getExternalHttpPort()
Deprecated. Use getConnectors(). |
int |
getExternalHttpsPort()
Deprecated. Use getConnectors(). |
String |
getInternalAddress()
Deprecated. Use getConnectors(). |
int |
getInternalHttpPort()
Deprecated. Use getConnectors(). |
int |
getInternalHttpsPort()
Deprecated. Use getConnectors(). |
void |
start()
Bring up the HTTP Server. |
void |
stop()
Shut down the HTTP Server. |
| Method Detail |
|---|
void start()
void stop()
@Deprecated String getInternalAddress()
getConnectors().
@Deprecated String getExternalAddress()
getConnectors().
@Deprecated int getInternalHttpPort()
getConnectors().
@Deprecated int getInternalHttpsPort()
getConnectors().
@Deprecated int getExternalHttpPort()
getConnectors().
@Deprecated int getExternalHttpsPort()
getConnectors().
Map<String,HttpConnector> getConnectors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||