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

    Constructors
    Constructor
    Description
    FacadeCommandContext(net.thevpc.nhttp.server.api.NWebCallContext base, String serverId, String command, String path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.thevpc.nhttp.server.api.NWebCallContext
     
     
     

    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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FacadeCommandContext

      public FacadeCommandContext(net.thevpc.nhttp.server.api.NWebCallContext base, String serverId, String command, String path)
  • Method Details

    • getCommand

      public String getCommand()
    • getServerId

      public String getServerId()
    • base

      protected net.thevpc.nhttp.server.api.NWebCallContext base()
      Specified by:
      base in class net.thevpc.nhttp.server.api.NWebCallContextAdapter