private final class TomcatHttpHandlerAdapter.TomcatServerHttpRequest extends ServletServerHttpRequest
ServerHttpRequest.Builder
logger
Constructor and Description |
---|
TomcatServerHttpRequest(HttpServletRequest request,
AsyncContext context,
DataBufferFactory factory,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
protected DataBuffer |
readFromInputStream()
Read from the request body InputStream and return a DataBuffer.
|
getBody, getContextPath, getMethod, getRemoteAddress, getServletRequest, initCookies
getCookies, getHeaders, getQueryParams, getURI, initQueryParams
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mutate
public TomcatServerHttpRequest(HttpServletRequest request, AsyncContext context, DataBufferFactory factory, int bufferSize) throws java.io.IOException
java.io.IOException
protected DataBuffer readFromInputStream() throws java.io.IOException
ServletServerHttpRequest
ServletInputStream#isReady()
returns "true".readFromInputStream
in class ServletServerHttpRequest
java.io.IOException