All Classes and Interfaces
Class
Description
AbstractFileEncoder<T extends io.micronaut.http.server.types.files.FileCustomizableResponseType>
Abstract file encoder implementation.
Abstract base class for servlet embedded servers.
Implementation of
PojaHttpServerlessApplication
for Apache.An exception that gets thrown in case of a bad request sent by user.
Configuration specific to the Apache POJA serverless application.
An implementation of the POJA Http Request based on Apache.
An implementation of the POJA HTTP response based on Apache.
Deprecated, for removal: This API element is subject to removal in a future version.
API to Read the Body of an HTTP Request where the body is supplied as an InputStream.
ByteBufferFactory
implementation based on simple byte arrays.A
ByteBuffer
implementation that is backed by a byte array.Default implementation of
BodyBuilder
.A servlet that initializes Micronaut and serves requests.
Implementation of
Cookies
ontop of the Servlet API.Represents an HTTP exchange in a Serverless context.
Default implementation of
ServletHttpHandler
for the Servlet API.Implementation of
HttpRequest
ontop of the Servlet API.Implementation of
ServletHttpResponse
for the Servlet API.Handles
File
.Deprecated, for removal: This API element is subject to removal in a future version.
Use
InputStreamByteBody
from core insteadConfiguration properties for Jetty.
Jetty access log configuration.
The default connection pool configuration.
Factory for the Jetty server.
An implementation of the
EmbeddedServer
interface for Jetty.A wrapper around input stream that limits the maximum size to be read.
Configuration properties for the Micronaut servlet.
A servlet initializer for Micronaut for deployment as a WAR file.
Headers implementation based on a multi-value map.
Query parameters implementation.
Mutable version of the
ServletHttpRequest
interface.An exception to be thrown when no additional requests can be parsed.
Interface to allow setting of parsed body on a request.
A base class for serverless POJA requests that provides a number of common methods
to be reused for body and binding.
A base class for serverless POJA responses.
A base class for POJA serverless applications.
A class to configure application with POJA serverless specifics.
Splits an HTTP query string into a path string and key-value parameter pairs.
Attributes to lookup servlet related types from the request.
Variant of
WebServlet
applicable to factory methods.A
RequestBinderRegistry
implementation specifically for Serverless functions over HTTP.Allows binding the body from a
ServletHttpRequest
.An implementation of
CompletedFileUpload
that backs on a Servlet part.Configuration for the servlet environment.
Adapts the Servlet Cookie API to
Cookie
.Represents an HTTP exchange in a serverless context.
Variant of
WebFilter
applicable to factory methods.An HTTP handler that can deal with Serverless requests.
Interface that models a serverless request which typically support blocking I/O.
Async execution.
Async execution callback.
Models a serverless HTTP response, allowing access to the native response.
A binder capable of binding servlet multipart requests.
A binder capable of binding the servlet request.
A binder capable of binding the servlet response.
An interface for custom encoding of the HTTP response.
An implementation of the
HttpResponseFactory
case that retrieves the
response object from the current request bound to the current thread.Parent factory class for servlet-based servers.
Configuration for static resources for servlet engines.
Represents a streamed HTTP message.
A
ServletResponseEncoder
for StreamedFile
.A
ServletResponseEncoder
for SystemFile
.An embedded server that uses
PojaHttpServerlessApplication
as application.Extends
HttpServerConfiguration
and allows configuring Tomcat.The access log configuration.
Factory for the
Tomcat
instance.Implementation of
EmbeddedServer
for Tomcat.Configuration for the Undertow server.
The access log configuration.
Factory for the undertow server.
Implementation of
AbstractServletServer
for Undertow.Allows registering web filters as beans.
Allows registering web listeners as beans.
Allows registering web servlets as beans.
AvailableByteArrayBody
from core instead