Package net.atthegate.server
Class ServerConstants
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.atthegate.server.ServerConstants
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class ServerConstants
extends javax.servlet.http.HttpServlet
TasksProcessorServlet is responsible for receiving user event logs
from Android clients and printing logs when requested.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final Integer
static final String
static final String
static final String
static final Integer
static final String
static final String
static final String
static final String
static com.google.auth.oauth2.ServiceAccountCredentials
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
storageCred
public static com.google.auth.oauth2.ServiceAccountCredentials storageCred -
PROJECT_ID
- See Also:
-
PUSH_API_KEY
- See Also:
-
PATH_TO_KEY
- See Also:
-
DATABASE_URL
- See Also:
-
STORAGE_BUCKET
- See Also:
-
DOMEN_URL
- See Also:
-
SERVER_URL
- See Also:
-
SERVER_URL_FB
- See Also:
-
SERVER_API_URL
- See Also:
-
FUNCTIONS_URL
- See Also:
-
REMOVE_ENTRIES_OLDER
-
MOVE_ENTRIES_OLDER
-
atgType
- See Also:
-
atrType
- See Also:
-
iotzkType
- See Also:
-
-
Constructor Details
-
ServerConstants
public ServerConstants()
-
-
Method Details
-
init
public void init(javax.servlet.ServletConfig config) - Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classjavax.servlet.GenericServlet
-