public interface WebServer
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(javax.servlet.Filter filter,
String pathSpec) |
void |
addJAXRSClasses(List<String> classNames,
String serverMountPoint,
Collection<org.neo4j.server.plugins.Injectable<?>> injectables) |
void |
addJAXRSPackages(List<String> packageNames,
String serverMountPoint,
Collection<org.neo4j.server.plugins.Injectable<?>> injectables) |
void |
addStaticContent(String contentLocation,
String serverMountPoint) |
void |
invokeDirectly(String targetUri,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
removeFilter(javax.servlet.Filter filter,
String pathSpec) |
void |
removeJAXRSClasses(List<String> classNames,
String serverMountPoint) |
void |
removeJAXRSPackages(List<String> packageNames,
String serverMountPoint) |
void |
removeStaticContent(String contentLocation,
String serverMountPoint) |
void |
setAddress(String addr) |
void |
setDefaultInjectables(Collection<InjectableProvider<?>> defaultInjectables) |
void |
setEnableHttps(boolean enable) |
void |
setHttpLoggingConfiguration(File logbackConfig,
boolean enableContentLogging) |
void |
setHttpsCertificateInformation(KeyStoreInformation config) |
void |
setHttpsPort(int portNo) |
void |
setMaxThreads(int maxThreads) |
void |
setPort(int portNo) |
void |
setWadlEnabled(boolean wadlEnabled) |
void |
start() |
void |
stop() |
void setPort(int portNo)
void setAddress(String addr)
void setEnableHttps(boolean enable)
void setHttpsPort(int portNo)
void setHttpsCertificateInformation(KeyStoreInformation config)
void setHttpLoggingConfiguration(File logbackConfig, boolean enableContentLogging)
void setMaxThreads(int maxThreads)
void stop()
void addJAXRSPackages(List<String> packageNames, String serverMountPoint, Collection<org.neo4j.server.plugins.Injectable<?>> injectables)
void addJAXRSClasses(List<String> classNames, String serverMountPoint, Collection<org.neo4j.server.plugins.Injectable<?>> injectables)
void addFilter(javax.servlet.Filter filter,
String pathSpec)
void removeFilter(javax.servlet.Filter filter,
String pathSpec)
void invokeDirectly(String targetUri, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionvoid setWadlEnabled(boolean wadlEnabled)
void setDefaultInjectables(Collection<InjectableProvider<?>> defaultInjectables)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.