public class TransferServlet
extends javax.servlet.http.HttpServlet
TransferServlet is used for processing HTTP POST upload requests to SeLion grid. The artifacts are
uploaded using POST HTTP method call. The response of the POST HTTP method call contains the necessary HTTP GET url
used for downloading the artifact.| Constructor and Description |
|---|
TransferServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 PayPal Open Source. All rights reserved.