|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServer
| Method Summary | |
|---|---|
void |
addExecutionLimitFilter(int timeout)
Deprecated. |
void |
addFilter(javax.servlet.Filter filter,
String pathSpec)
|
void |
addJAXRSPackages(List<String> packageNames,
String serverMountPoint)
|
void |
addSecurityRules(SecurityRule... rules)
Deprecated. |
void |
addStaticContent(String contentLocation,
String serverMountPoint)
|
void |
init()
|
void |
invokeDirectly(String targetUri,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
removeFilter(javax.servlet.Filter filter,
String pathSpec)
|
void |
removeJAXRSPackages(List<String> packageNames,
String serverMountPoint)
|
void |
removeStaticContent(String contentLocation,
String serverMountPoint)
|
void |
setAddress(String addr)
|
void |
setEnableHttps(boolean enable)
|
void |
setHttpLoggingConfiguration(File logbackConfig)
|
void |
setHttpsCertificateInformation(KeyStoreInformation config)
|
void |
setHttpsPort(int portNo)
|
void |
setMaxThreads(int maxThreads)
|
void |
setNeoServer(NeoServer server)
Deprecated. |
void |
setPort(int portNo)
|
void |
start()
|
void |
stop()
|
| Method Detail |
|---|
void init()
void setPort(int portNo)
void setAddress(String addr)
void setEnableHttps(boolean enable)
void setHttpsPort(int portNo)
void setHttpsCertificateInformation(KeyStoreInformation config)
void setHttpLoggingConfiguration(File logbackConfig)
void setMaxThreads(int maxThreads)
void start()
void stop()
void addJAXRSPackages(List<String> packageNames,
String serverMountPoint)
void removeJAXRSPackages(List<String> packageNames,
String serverMountPoint)
void addFilter(javax.servlet.Filter filter,
String pathSpec)
void removeFilter(javax.servlet.Filter filter,
String pathSpec)
void addStaticContent(String contentLocation,
String serverMountPoint)
void removeStaticContent(String contentLocation,
String serverMountPoint)
void invokeDirectly(String targetUri,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException@Deprecated void setNeoServer(NeoServer server)
@Deprecated void addSecurityRules(SecurityRule... rules)
instead, this will be removed
in version 1.10
rules - @Deprecated void addExecutionLimitFilter(int timeout)
instead, this will be removed
in version 1.10
rules -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||