org.eclipse.jetty.nested
类 NestedRequest

java.lang.Object
  继承者 org.eclipse.jetty.server.Request
      继承者 org.eclipse.jetty.nested.NestedRequest
所有已实现的接口:
HttpServletRequest, ServletRequest

public class NestedRequest
extends Request


嵌套类摘要
 
从类 org.eclipse.jetty.server.Request 继承的嵌套类/接口
Request.MultiPartCleanerListener
 
字段摘要
 
从类 org.eclipse.jetty.server.Request 继承的字段
__MULTIPART_CONFIG_ELEMENT, __MULTIPART_CONTEXT, __MULTIPART_INPUT_STREAM, _async, _connection
 
从接口 javax.servlet.http.HttpServletRequest 继承的字段
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
构造方法摘要
NestedRequest(HttpServletRequest outer)
           
 
方法摘要
 boolean isSecure()
          Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
 
从类 org.eclipse.jetty.server.Request 继承的方法
addEventListener, authenticate, extractParameters, getAsyncContext, getAsyncContinuation, getAttribute, getAttributeNames, getAttributes, getAuthentication, getAuthType, getCharacterEncoding, getConnection, getContentLength, getContentRead, getContentType, getContext, getContextPath, getCookies, getDateHeader, getDispatcherType, getDispatchTime, getHeader, getHeaderNames, getHeaders, getInputState, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameters, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getQueryEncoding, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getResolvedUserIdentity, getResponse, getRootURL, getScheme, getServerName, getServerPort, getServletContext, getServletName, getServletPath, getServletResponse, getSession, getSession, getSessionManager, getTimeStamp, getTimeStampBuffer, getUri, getUserIdentity, getUserIdentityScope, getUserPrincipal, isAsyncStarted, isAsyncSupported, isHandled, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, mergeQueryString, recoverNewSession, recycle, removeAttribute, removeEventListener, saveNewSession, setAsyncSupported, setAttribute, setAttributes, setAuthentication, setCharacterEncoding, setCharacterEncodingUnchecked, setConnection, setContentType, setContext, setContextPath, setCookies, setDispatcherType, setDispatchTime, setHandled, setMethod, setParameters, setPathInfo, setProtocol, setQueryEncoding, setQueryString, setRemoteAddr, setRemoteHost, setRequestedSessionId, setRequestedSessionIdFromCookie, setRequestURI, setScheme, setServerName, setServerPort, setServletPath, setSession, setSessionManager, setTimeStamp, setUri, setUserIdentityScope, startAsync, startAsync, takeNewContext, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

NestedRequest

public NestedRequest(HttpServletRequest outer)
方法详细信息

isSecure

public boolean isSecure()
从接口 ServletRequest 复制的描述
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.

指定者:
接口 ServletRequest 中的 isSecure
覆盖:
Request 中的 isSecure
返回:
a boolean indicating if the request was made using a secure channel


Copyright © 2013. All Rights Reserved.