Class FacadeCommandContext
java.lang.Object
net.thevpc.nhttp.server.api.NWebCallContextAdapter
net.thevpc.nserver.FacadeCommandContext
- All Implemented Interfaces:
AutoCloseable,net.thevpc.nhttp.server.api.NWebCallContext
public class FacadeCommandContext
extends net.thevpc.nhttp.server.api.NWebCallContextAdapter
Created by vpc on 1/24/17.
-
Constructor Summary
ConstructorsConstructorDescriptionFacadeCommandContext(net.thevpc.nhttp.server.api.NWebCallContext base, String serverId, String command, String path) -
Method Summary
Methods inherited from class net.thevpc.nhttp.server.api.NWebCallContextAdapter
addResponseHeader, authenticateWithAccessToken, authenticateWithCredentials, authenticateWithRefreshToken, close, containsQueryParam, error, getApiKeyRequestHeader, getFirstPath, getFormData, getFormDataMap, getMethod, getMultipartRequestBoundary, getPath, getPathPart, getPathParts, getPathSize, getPrincipal, getQueryParam, getQueryParams, getRealmRequestHeader, getRequestBody, getRequestBodyAs, getRequestBodyAs, getRequestBodyAsString, getRequestHeader, getRequestHeaders, getRequestHeaders, getRequestURI, getResponseBody, getResponseCode, getToken, getUser, getWebContext, info, initializeConfig, isEmptyPath, isMultipartRequest, isResponseSent, requireAuth, requireMethod, runWithUnsafe, sendResponse, sendResponseHeaders, setBytesResponse, setErrorCode, setErrorResponse, setErrorResponse, setErrorResponse, setFileResponse, setJsonResponse, setResponseCode, setResponseContentType, setResponseHeader, setTextResponse, setToken, setUser, setXmlResponse, throwNoFound, trace, wrapException
-
Constructor Details
-
FacadeCommandContext
-
-
Method Details
-
getCommand
-
getServerId
-
base
protected net.thevpc.nhttp.server.api.NWebCallContext base()- Specified by:
basein classnet.thevpc.nhttp.server.api.NWebCallContextAdapter
-