public class ProxyLauncherServlet
extends javax.servlet.http.HttpServlet
proxy-port.Proxy,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
PROXY_PORT_KEY
Configuration parameter key that specifies proxy service port.
|
| Constructor and Description |
|---|
ProxyLauncherServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Halts proxy service thread.
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config)
Configures and starts proxy service thread.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String PROXY_PORT_KEY
public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
doGet in class javax.servlet.http.HttpServletpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - DOCUMENT ME!javax.servlet.ServletException - DOCUMENT ME!Copyright © 2013. All Rights Reserved.