Package org.atmosphere.cpr
Class AtmosphereRequestImpl.NoOpsRequest
java.lang.Object
org.atmosphere.cpr.NoOpsRequest
org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- All Implemented Interfaces:
HttpServletRequest,ServletRequest
- Enclosing class:
AtmosphereRequestImpl
Deprecated.
-
Field Summary
Fields inherited from class org.atmosphere.cpr.NoOpsRequest
fakeFields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.atmosphere.cpr.NoOpsRequest
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getContextPath, getCookies, getDateHeader, getDispatcherType, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletContext, getServletPath, getSession, getSession, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync, upgradeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.http.HttpServletRequest
getHttpServletMapping, getTrailerFields, isTrailerFieldsReady, newPushBuilder
-
Constructor Details
-
NoOpsRequest
public NoOpsRequest()Deprecated. -
NoOpsRequest
public NoOpsRequest(boolean throwExceptionOnCloned) Deprecated.
-
NoOpsRequestdirectly instead.