Proxy Controller for AJAX requests to biocache-service Code borrowed from http://edwardstx.net/2010/06/http-proxy-servlet/ (Apache 2.0 license)
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Performs an HTTP GET request
httpServletRequest - The javax.servlet.http.HttpServletRequest object passed
in by the servlet engine representing the
client request to be proxiedhttpServletResponse - The javax.servlet.http.HttpServletResponse object by which
we can send a proxied response to the clientPerforms an HTTP POST request
httpServletRequest - The javax.servlet.http.HttpServletRequest object passed
in by the servlet engine representing the
client request to be proxiedhttpServletResponse - The javax.servlet.http.HttpServletResponse object by which
we can send a proxied response to the client