public class TJWSEmbeddedJaxrsServer extends TJWSServletServer implements EmbeddedJaxrsServer
TJWSServletServer.FileMappingServe| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,String> |
contextParameters |
protected ResteasyDeployment |
deployment |
protected Hashtable<String,String> |
initParameters |
protected String |
rootResourcePath |
protected TJWSServletDispatcher |
servlet |
props, server| Constructor and Description |
|---|
TJWSEmbeddedJaxrsServer() |
| Modifier and Type | Method and Description |
|---|---|
ResteasyDeployment |
getDeployment() |
String |
getPort() |
String |
getProperty(String key) |
void |
setContextParameters(Hashtable<String,String> contextParameters) |
void |
setDeployment(ResteasyDeployment deployment) |
void |
setInitParameters(Hashtable<String,String> initParameters) |
void |
setRootResourcePath(String rootResourcePath) |
void |
setSecurityDomain(SecurityDomain sc) |
void |
start() |
addFileMapping, addServlet, addServlet, addServlet, setBindAddress, setKeepAlive, setKeepAliveTimeout, setMaxKeepAliveConnections, setPort, setProps, setSessionTimeout, setSSLAlgorithm, setSSLKeyStoreFile, setSSLKeyStorePass, setSSLKeyStoreType, setSSLPort, setSSLProtocol, setThreadPoolSize, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstopprotected ResteasyDeployment deployment
protected TJWSServletDispatcher servlet
protected String rootResourcePath
public void setRootResourcePath(String rootResourcePath)
setRootResourcePath in interface EmbeddedJaxrsServerpublic ResteasyDeployment getDeployment()
getDeployment in interface EmbeddedJaxrsServerpublic void setDeployment(ResteasyDeployment deployment)
setDeployment in interface EmbeddedJaxrsServerpublic void start()
start in interface EmbeddedJaxrsServerstart in class TJWSServletServerpublic void setSecurityDomain(SecurityDomain sc)
setSecurityDomain in interface EmbeddedJaxrsServerpublic String getPort()
Copyright © 2013. All Rights Reserved.