Package io.micronaut.servlet.http
package io.micronaut.servlet.http
-
ClassDescriptionAPI to Read the Body of an HTTP Request where the body is supplied as an InputStream.A
ByteBuffer
implementation that is backed by a byte array.Default implementation ofBodyBuilder
.DefaultServletExchange<Req,Res> Represents an HTTP exchange in a Serverless context.Mutable version of theServletHttpRequest
interface.Interface to allow setting of parsed body on a request.ARequestBinderRegistry
implementation specifically for Serverless functions over HTTP.Allows binding the body from aServletHttpRequest
.Configuration for the servlet environment.ServletExchange<Req,Res> Represents an HTTP exchange in a serverless context.ServletHttpHandler<REQ,RES> An HTTP handler that can deal with Serverless requests.ServletHttpRequest<N,B> Interface that models a serverless request which typically support blocking I/O.Async execution.Async execution callback.ServletHttpResponse<N,B> Models a serverless HTTP response, allowing access to the native response.An interface for custom encoding of the HTTP response.An implementation of theHttpResponseFactory
case that retrieves the response object from the current request bound to the current thread.StreamedServletMessage<B,BB> Represents a streamed HTTP message.