public interface IServletRequest300To310Migration
extends javax.servlet.ServletRequest
| Modifier and Type | Method and Description |
|---|---|
default long |
getContentLengthLong()
Returns the length, in bytes, of the request body and made available by the
input stream, or -1 if the length is not known.
|
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncdefault long getContentLengthLong()
getContentLengthLong in interface javax.servlet.ServletRequestCopyright © 2016–2019 Philip Helger. All rights reserved.