public class S3RequestServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
PROXY_S3_V2_HEAVY_POOL |
static String |
PROXY_S3_V2_LIGHT_POOL |
static String |
S3_V2_SERVICE_PATH_PREFIX |
static String |
SERVICE_PREFIX |
Constructor and Description |
---|
S3RequestServlet() |
Modifier and Type | Method and Description |
---|---|
void |
serveRequest(S3Handler s3Handler)
Core place to call S3 task's core API logic handling
function w/o exception handling.
|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Implementation to serve the HttpServletRequest and returns HttpServletResponse.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static final String SERVICE_PREFIX
public static final String S3_V2_SERVICE_PATH_PREFIX
public static final String PROXY_S3_V2_LIGHT_POOL
public static final String PROXY_S3_V2_HEAVY_POOL
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
request
- the HttpServletRequest
object that
contains the request the client made of
the servletresponse
- the HttpServletResponse
object that
contains the response the servlet returns
to the clientjavax.servlet.ServletException
IOException
public void serveRequest(S3Handler s3Handler) throws IOException
s3Handler
- IOException
Copyright © 2023. All Rights Reserved.