public class GCNProxyServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
GCNProxyServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Performs an HTTP GET request.
|
void |
doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Performs an HTTP POST request.
|
String |
getServletInfo() |
void |
init()
Initialize the
GCNProxyServlet. |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
GCNProxyServlet.init in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServlethttpServletRequest - The HttpServletRequest object passed in by the servlet
engine representing the client request to be proxiedhttpServletResponse - The HttpServletResponse object by which we can send a
proxied response to the clientIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic void doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws IOException,
javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServlethttpServletRequest - The HttpServletRequest object passed in by the servlet
engine representing the client request to be proxiedhttpServletResponse - The HttpServletResponse object by which we can send a
proxied response to the clientIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletCopyright © 2022 Gentics Software. All rights reserved.