public interface HttpServer
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2013 Ness Computing, Inc.. All Rights Reserved.