public class RemoteXGBoostUploadServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteXGBoostUploadServlet.RequestType |
| Constructor and Description |
|---|
RemoteXGBoostUploadServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static java.io.File |
getCheckpointFile(java.lang.String key) |
static java.io.File |
getUploadDir(java.lang.String key) |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static java.io.File getUploadDir(java.lang.String key)
public static java.io.File getCheckpointFile(java.lang.String key)
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
doPost in class javax.servlet.http.HttpServlet