public class TJWSServletServer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TJWSServletServer.FileMappingServe
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Properties |
props
Deprecated.
|
TJWSServletServer.FileMappingServe |
server
Deprecated.
|
Constructor and Description |
---|
TJWSServletServer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addFileMapping(String context,
File directory)
Deprecated.
|
void |
addServlet(String bindPath,
javax.servlet.http.HttpServlet servlet)
Deprecated.
|
void |
addServlet(String bindPath,
javax.servlet.http.HttpServlet servlet,
Hashtable initParams)
Deprecated.
|
void |
addServlet(String bindPath,
javax.servlet.http.HttpServlet servlet,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
void |
setBindAddress(String address)
Deprecated.
|
void |
setKeepAlive(boolean keepAlive)
Deprecated.
|
void |
setKeepAliveTimeout(long timeout)
Deprecated.
|
void |
setMaxKeepAliveConnections(int max)
Deprecated.
|
void |
setPort(int port)
Deprecated.
|
void |
setProps(Properties props)
Deprecated.
|
void |
setSessionTimeout(long timeout)
Deprecated.
|
void |
setSSLAlgorithm(String algorithm)
Deprecated.
|
void |
setSSLKeyPass(String passwd)
Deprecated.
|
void |
setSSLKeyStoreFile(String path)
Deprecated.
|
void |
setSSLKeyStorePass(String passwd)
Deprecated.
|
void |
setSSLKeyStoreType(String type)
Deprecated.
|
void |
setSSLPort(int port)
Deprecated.
|
void |
setSSLProtocol(String protocol)
Deprecated.
|
void |
setThreadPoolSize(int max)
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
public TJWSServletServer.FileMappingServe server
protected Properties props
public void addServlet(String bindPath, javax.servlet.http.HttpServlet servlet)
public void addServlet(String bindPath, javax.servlet.http.HttpServlet servlet, Hashtable initParams)
public void addServlet(String bindPath, javax.servlet.http.HttpServlet servlet, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)
public void setProps(Properties props)
public void setPort(int port)
public void setBindAddress(String address)
public void setSessionTimeout(long timeout)
public void setKeepAlive(boolean keepAlive)
public void setKeepAliveTimeout(long timeout)
public void setMaxKeepAliveConnections(int max)
public void setThreadPoolSize(int max)
public void setSSLAlgorithm(String algorithm)
public void setSSLKeyStoreFile(String path)
public void setSSLKeyStorePass(String passwd)
public void setSSLKeyPass(String passwd)
public void setSSLKeyStoreType(String type)
public void setSSLProtocol(String protocol)
public void setSSLPort(int port)
public void start()
public void stop()
Copyright © 2017 JBoss by Red Hat. All rights reserved.