Package io.micronaut.servlet.http
Interface MutableServletHttpRequest<N,B>
- Type Parameters:
N- The native request typeB- The body type
- All Superinterfaces:
io.micronaut.core.attr.AttributeHolder,io.micronaut.core.convert.ConversionServiceAware,io.micronaut.http.HttpMessage<B>,io.micronaut.http.HttpRequest<B>,io.micronaut.core.attr.MutableAttributeHolder,io.micronaut.http.MutableHttpMessage<B>,io.micronaut.http.MutableHttpRequest<B>,ServletHttpRequest<N,B>
public interface MutableServletHttpRequest<N,B>
extends ServletHttpRequest<N,B>, io.micronaut.http.MutableHttpRequest<B>
Mutable version of the
ServletHttpRequest interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.servlet.http.ServletHttpRequest
ServletHttpRequest.AsyncExecution, ServletHttpRequest.AsyncExecutionCallback -
Field Summary
Fields inherited from interface io.micronaut.http.HttpRequest
SCHEME_HTTP, SCHEME_HTTPS -
Method Summary
Methods inherited from interface io.micronaut.core.attr.AttributeHolder
getAttribute, getAttributeMethods inherited from interface io.micronaut.core.convert.ConversionServiceAware
setConversionServiceMethods inherited from interface io.micronaut.http.HttpMessage
getAttributes, getBody, getBody, getBody, getBody, getBodyWriter, getCharacterEncoding, getContentLength, getContentTypeMethods inherited from interface io.micronaut.http.HttpRequest
accept, getCertificate, getCookies, getHttpVersion, getLocale, getMethod, getMethodName, getOrigin, getPath, getRemoteAddress, getServerAddress, getServerName, getSslSession, getUri, getUserPrincipal, getUserPrincipal, isSecure, mutate, setAttribute, setUserPrincipalMethods inherited from interface io.micronaut.core.attr.MutableAttributeHolder
removeAttributeMethods inherited from interface io.micronaut.http.MutableHttpMessage
bodyWriterMethods inherited from interface io.micronaut.http.MutableHttpRequest
accept, accept, basicAuth, bearerAuth, body, contentEncoding, contentLength, contentType, contentType, cookie, cookies, getHeaders, getParameters, header, headers, headers, toMutableRequest, uri, uriMethods inherited from interface io.micronaut.servlet.http.ServletHttpRequest
executeAsync, getContextPath, getInputStream, getNativeRequest, getReader, isAsyncSupported