Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFileEncoder<T extends io.micronaut.http.server.types.files.FileCustomizableResponseType> - Class in io.micronaut.servlet.http.encoders
 - 
Abstract file encoder implementation.
 - AbstractFileEncoder() - Constructor for class io.micronaut.servlet.http.encoders.AbstractFileEncoder
 - AbstractServletServer<T> - Class in io.micronaut.servlet.engine.server
 - 
Abstract base class for servlet embedded servers.
 - AbstractServletServer(ApplicationContext, ApplicationConfiguration, T) - Constructor for class io.micronaut.servlet.engine.server.AbstractServletServer
 - 
Default constructor.
 - ACCESS_LOG - Static variable in class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - AccessLogConfiguration() - Constructor for class io.micronaut.servlet.tomcat.TomcatConfiguration.AccessLogConfiguration
 - AccessLogConfiguration(ExecutorService) - Constructor for class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - 
Default constructor.
 - add(CharSequence, CharSequence) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - add(CharSequence, List<CharSequence>) - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - addMicronautServletMapping(String) - Method in class io.micronaut.servlet.engine.initializer.MicronautServletInitializer
 - 
Adds an additional mapping for the micronaut servlet.
 - allowDiscard() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - annotationType() - Method in class io.micronaut.servlet.annotation.processor.WebFilterMapper
 - annotationType() - Method in class io.micronaut.servlet.annotation.processor.WebListenerMapper
 - annotationType() - Method in class io.micronaut.servlet.annotation.processor.WebServletMapper
 - ApacheServerlessApplication - Class in io.micronaut.http.poja.apache
 - 
Implementation of
PojaHttpServerlessApplicationfor Apache. - ApacheServerlessApplication(ApplicationContext, ApplicationConfiguration) - Constructor for class io.micronaut.http.poja.apache.ApacheServerlessApplication
 - 
Default constructor.
 - ApacheServletBadRequestException - Exception in io.micronaut.http.poja.apache.exception
 - 
An exception that gets thrown in case of a bad request sent by user.
 - ApacheServletBadRequestException(String, Exception) - Constructor for exception io.micronaut.http.poja.apache.exception.ApacheServletBadRequestException
 - 
Create an apache bad request exception.
 - ApacheServletConfiguration - Record Class in io.micronaut.http.poja.apache
 - 
Configuration specific to the Apache POJA serverless application.
 - ApacheServletConfiguration(int, int, boolean) - Constructor for record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Creates an instance of a
ApacheServletConfigurationrecord class. - ApacheServletHttpRequest<B> - Class in io.micronaut.http.poja.apache
 - 
An implementation of the POJA Http Request based on Apache.
 - ApacheServletHttpRequest(InputStream, ConversionService, MediaTypeCodecRegistry, ExecutorService, ByteBufferFactory<?, ?>, ApacheServletHttpResponse<?>, ApacheServletConfiguration) - Constructor for class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - 
Create an Apache-based request.
 - ApacheServletHttpResponse<T> - Class in io.micronaut.http.poja.apache
 - 
An implementation of the POJA HTTP response based on Apache.
 - ApacheServletHttpResponse(ConversionService) - Constructor for class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - 
Create an Apache-based response.
 - applicationContext - Variable in class io.micronaut.servlet.http.ServletHttpHandler
 - argumentType() - Method in class io.micronaut.servlet.engine.bind.ServletRequestBinder
 - argumentType() - Method in class io.micronaut.servlet.engine.bind.ServletResponseBinder
 - asNativeBuffer() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - asNioBuffer() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - asNioBuffer(int, int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - asyncSupported() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletBean
 - 
Declares whether the servlet supports asynchronous operation mode.
 - asyncSupported() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletFilterBean
 - 
Declares whether the filter supports asynchronous operation mode.
 - attributes - Variable in class io.micronaut.http.poja.PojaHttpRequest
 - available() - Method in class io.micronaut.http.poja.util.LimitingInputStream
 - AvailableByteArrayBody - Class in io.micronaut.servlet.http.body
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - AvailableByteArrayBody(byte[]) - Constructor for class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 
B
- bind(ArgumentConversionContext<HttpServletRequest>, HttpRequest<?>) - Method in class io.micronaut.servlet.engine.bind.ServletRequestBinder
 - bind(ArgumentConversionContext<HttpServletResponse>, HttpRequest<?>) - Method in class io.micronaut.servlet.engine.bind.ServletResponseBinder
 - bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.servlet.engine.bind.ServletPartBinder
 - bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.servlet.http.ServletBodyBinder
 - body(B) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - body(T) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - body(T) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - BodyBuilder - Interface in io.micronaut.servlet.http
 - 
API to Read the Body of an HTTP Request where the body is supplied as an InputStream.
 - buffer() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - buffer() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - buffer() - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - buffer(int) - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - buffer(int, int) - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - build(SslConfiguration) - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - build(SslConfiguration, HttpVersion) - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - buildApplicationContext(ApplicationContextBuilder) - Method in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - buildApplicationContext(ServletContext) - Method in class io.micronaut.servlet.engine.initializer.MicronautServletInitializer
 - 
Builds the application context.
 - buildBody(Callable<InputStream>, HttpRequest<?>) - Method in interface io.micronaut.servlet.http.BodyBuilder
 - buildBody(Callable<InputStream>, HttpRequest<?>) - Method in class io.micronaut.servlet.http.DefaultBodyBuilder
 - byAnnotation - Variable in class io.micronaut.servlet.http.ServletBinderRegistry
 - ByteArrayBufferFactory - Class in io.micronaut.servlet.http
 - 
ByteBufferFactoryimplementation based on simple byte arrays. - ByteArrayByteBuffer<T> - Class in io.micronaut.servlet.http
 - 
A
ByteBufferimplementation that is backed by a byte array. - ByteArrayByteBuffer(byte[]) - Constructor for class io.micronaut.servlet.http.ByteArrayByteBuffer
 - 
Construct a new
ByteArrayByteBufferfor the given bytes. - ByteArrayByteBuffer(byte[], int) - Constructor for class io.micronaut.servlet.http.ByteArrayByteBuffer
 - 
Construct a new
ByteArrayByteBufferfor the given bytes and capacity. - byteBody() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - byteBody() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - byteBody() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - byType - Variable in class io.micronaut.servlet.http.ServletBinderRegistry
 
C
- capacity(int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - charAt(int) - Method in enum class io.micronaut.servlet.api.ServletAttributes
 - CLASSPATH_PREFIX - Static variable in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - close() - Method in class io.micronaut.http.poja.util.LimitingInputStream
 - close() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - close() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - close() - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - code() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - code() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - codecRegistry - Variable in class io.micronaut.http.poja.PojaHttpRequest
 - compareTo(Cookie) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - complete() - Method in interface io.micronaut.servlet.http.ServletHttpRequest.AsyncExecution
 - 
Method should be called after the async processing is completed.
 - configure(ApplicationContextBuilder) - Method in class io.micronaut.http.poja.PojaHttpServlerlessApplicationContextConfigurer
 - configureConnectors(Tomcat, Connector, Connector) - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
Configures the available connectors.
 - configureConnectors(Server, ServerConnector, ServerConnector) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Configures the server connectors.
 - configureServletInitializer(Context, Collection<ServletContainerInitializer>) - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
Configure the Micronaut servlet initializer.
 - configureServletInitializer(Server, ServletContextHandler, Collection<ServletContainerInitializer>) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Configures the servlet initializer.
 - consumeBody(Function<InputStream, T>) - Method in class io.micronaut.http.poja.PojaHttpRequest
 - 
A utility method that allows consuming body.
 - contentLength(long) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - contentType(MediaType) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - contentType(CharSequence) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - CONTEXT_ATTRIBUTE - Static variable in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - 
Attribute used to store the application context.
 - conversionService - Variable in class io.micronaut.http.poja.PojaHttpRequest
 - conversionService - Variable in class io.micronaut.servlet.http.ServletBodyBinder
 - CONVERTIBLE_VALUES_ARGUMENT - Static variable in class io.micronaut.http.poja.PojaHttpRequest
 - cookie(Cookie) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - cookie(Cookie) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - cookie(Cookie) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - copiedBuffer(byte[]) - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - copiedBuffer(ByteBuffer) - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - create(InputStream, OptionalLong, Executor) - Static method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - createExchange(HttpServletRequest, HttpServletResponse) - Method in class io.micronaut.servlet.engine.DefaultServletHttpHandler
 - createExchange(REQ, RES) - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - 
Creates the
DefaultServletExchangeobject. 
D
- decodeComponent(String) - Static method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Decodes a bit of a URL encoded by a browser.
 - decodeComponent(String, Charset) - Static method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Decodes a bit of a URL encoded by a browser.
 - DEFAULT - Static variable in interface io.micronaut.servlet.http.ServletConfiguration
 - 
The default configuration.
 - DEFAULT_CACHE_CONTROL_HEADER - Static variable in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - DefaultBodyBuilder - Class in io.micronaut.servlet.http
 - 
Default implementation of
BodyBuilder. - DefaultBodyBuilder(MediaTypeCodecRegistry) - Constructor for class io.micronaut.servlet.http.DefaultBodyBuilder
 - DefaultMicronautServlet - Class in io.micronaut.servlet.engine
 - 
A servlet that initializes Micronaut and serves requests.
 - DefaultMicronautServlet() - Constructor for class io.micronaut.servlet.engine.DefaultMicronautServlet
 - 
Default constructor.
 - DefaultMicronautServlet(ApplicationContext) - Constructor for class io.micronaut.servlet.engine.DefaultMicronautServlet
 - 
Constructor that takes an application context.
 - DefaultServletCookies - Class in io.micronaut.servlet.engine
 - 
Implementation of
Cookiesontop of the Servlet API. - DefaultServletCookies(Cookie[]) - Constructor for class io.micronaut.servlet.engine.DefaultServletCookies
 - 
Default constructor.
 - DefaultServletExchange<Req,
Res> - Class in io.micronaut.servlet.http  - 
Represents an HTTP exchange in a Serverless context.
 - DefaultServletExchange(ServletHttpRequest<Req, ? super Object>, ServletHttpResponse<Res, ? super Object>) - Constructor for class io.micronaut.servlet.http.DefaultServletExchange
 - 
Default constructor.
 - DefaultServletHttpHandler - Class in io.micronaut.servlet.engine
 - 
Default implementation of
ServletHttpHandlerfor the Servlet API. - DefaultServletHttpHandler(ApplicationContext) - Constructor for class io.micronaut.servlet.engine.DefaultServletHttpHandler
 - DefaultServletHttpHandler(ApplicationContext, ConversionService) - Constructor for class io.micronaut.servlet.engine.DefaultServletHttpHandler
 - DefaultServletHttpHandler(ApplicationContext, ConversionService, Executor) - Constructor for class io.micronaut.servlet.engine.DefaultServletHttpHandler
 - 
Default constructor.
 - DefaultServletHttpRequest<B> - Class in io.micronaut.servlet.engine
 - 
Implementation of
HttpRequestontop of the Servlet API. - DefaultServletHttpRequest(ConversionService, HttpServletRequest, HttpServletResponse, MediaTypeCodecRegistry, BodyBuilder, Executor) - Constructor for class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - 
Default constructor.
 - DefaultServletHttpResponse<B> - Class in io.micronaut.servlet.engine
 - 
Implementation of
ServletHttpResponsefor the Servlet API. - DefaultServletHttpResponse(ConversionService, DefaultServletHttpRequest<B>, HttpServletResponse) - Constructor for class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - 
Default constructor.
 - deploymentInfo(MicronautServletConfiguration) - Method in class io.micronaut.servlet.undertow.UndertowFactory
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - deploymentInfo(MicronautServletConfiguration, Collection<ServletContainerInitializer>) - Method in class io.micronaut.servlet.undertow.UndertowFactory
 - 
The deployment info bean.
 - destroy() - Method in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - dispatcherTypes() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletFilterBean
 - 
The dispatcher types to which the filter applies.
 - domain(String) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 
E
- ENABLED_PROPERTY - Static variable in class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - ENABLED_PROPERTY - Static variable in class io.micronaut.servlet.tomcat.TomcatConfiguration.AccessLogConfiguration
 - ENABLED_PROPERTY - Static variable in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - encode(ServletExchange<?, ?>, AnnotationMetadata, StreamedFile) - Method in class io.micronaut.servlet.http.encoders.StreamFileEncoder
 - encode(ServletExchange<?, ?>, AnnotationMetadata, SystemFile) - Method in class io.micronaut.servlet.http.encoders.SystemFileEncoder
 - encode(ServletExchange<?, ?>, AnnotationMetadata, File) - Method in class io.micronaut.servlet.http.encoders.FileEncoder
 - encode(ServletExchange<?, ?>, AnnotationMetadata, T) - Method in interface io.micronaut.servlet.http.ServletResponseEncoder
 - 
Encode the given value.
 - equals(Object) - Method in record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - 
Indicates whether some other object is "equal to" this one.
 - exchange(ServletExchange<REQ, RES>) - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - 
Handle the give native request and response and return the
ServletExchangeobject. - exchange(REQ, RES) - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - 
Handle the give native request and response and return the
ServletExchangeobject. - executeAsync(ServletHttpRequest.AsyncExecutionCallback) - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - executeAsync(ServletHttpRequest.AsyncExecutionCallback) - Method in interface io.micronaut.servlet.http.ServletHttpRequest
 - 
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified
ServletHttpRequest.AsyncExecutionCallback. - expectedLength() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 
F
- FILE_PREFIX - Static variable in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - FileEncoder - Class in io.micronaut.servlet.http.encoders
 - 
Handles
File. - FileEncoder() - Constructor for class io.micronaut.servlet.http.encoders.FileEncoder
 - FileEncoder(ServletConfiguration) - Constructor for class io.micronaut.servlet.http.encoders.FileEncoder
 - filterName() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletFilterBean
 - 
The name of the filter.
 - findArgumentBinder(Argument<T>) - Method in class io.micronaut.servlet.http.ServletBinderRegistry
 - findCookie(CharSequence) - Method in class io.micronaut.servlet.engine.DefaultServletCookies
 
G
- get(CharSequence) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - get(CharSequence) - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - get(CharSequence, ArgumentConversionContext<T>) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - get(CharSequence, ArgumentConversionContext<T>) - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.servlet.engine.DefaultServletCookies
 - get(CharSequence, Class<T>) - Method in class io.micronaut.servlet.engine.DefaultServletCookies
 - getAccessLogConfiguration() - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - getAccessLogConfiguration() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - getAll() - Method in class io.micronaut.servlet.engine.DefaultServletCookies
 - getAll(CharSequence) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - getAll(CharSequence) - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - getAnnotationType() - Method in class io.micronaut.servlet.engine.bind.ServletPartBinder
 - getAnnotationType() - Method in class io.micronaut.servlet.http.ServletBodyBinder
 - getApplicationConfiguration() - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - getApplicationConfiguration() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - getApplicationConfiguration() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - getApplicationContext() - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - getApplicationContext() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - getApplicationContext() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - getApplicationContext() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getApplicationContext() - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - getAttributes() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - getAttributes() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - getAttributes() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getAttributes() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getBody() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getBody() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - getBody() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getBody() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getBody(ArgumentConversionContext<T>) - Method in class io.micronaut.http.poja.PojaHttpRequest
 - getBody(Argument<T>) - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getBuilder() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - getByte(int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - getByteBuffer() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getBytes() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getCacheControl() - Method in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - 
For Jetty based servers, allow configuring the cache control header for static resource mappings (defaults to "private,max-age=60").
 - getCharacterEncoding() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getCodecRegistry() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getConfiguredHost() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getConfiguredPort() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getContentLength() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getContentType() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getContentType() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getContentType() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getContextPath() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getContextPath() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getContextPath() - Method in interface io.micronaut.servlet.http.ServletHttpRequest
 - getConversionService() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getCookie() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - getCookies() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getCookies() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getDefinedSize() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getDomain() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - getEnvironment() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getFilename() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getFormData() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - 
A method used for retrieving form data.
 - getHeaders() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getHeaders() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - getHeaders() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getHeaders() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getHost() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - getHost() - Method in class io.micronaut.servlet.jetty.JettyServer
 - getHost() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - getHost() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - getHttpConfiguration() - Method in class io.micronaut.servlet.jetty.JettyConfiguration
 - getHttpVersion() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getInitParameters() - Method in class io.micronaut.servlet.jetty.JettyConfiguration
 - getInputStream() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - getInputStream() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getInputStream() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getInputStream() - Method in interface io.micronaut.servlet.http.ServletHttpRequest
 - 
Returns an
InputStreamthat can be used to read the body of this HTTP request. - getLocale() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getMapping() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - getMapping() - Method in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - getMaxAge() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - getMaxThreads() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - getMaxThreads() - Method in interface io.micronaut.servlet.http.ServletConfiguration
 - 
Get the maximum number of threads in the created thread pool.
 - getMediaTypeCodecRegistry() - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - getMethod() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getMethod() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getMethodName() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getMinThreads() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - getMinThreads() - Method in interface io.micronaut.servlet.http.ServletConfiguration
 - 
Get the minimum number of threads in the created thread pool.
 - getMultipartConfigElement() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - getMultipartConfiguration() - Method in class io.micronaut.servlet.jetty.JettyConfiguration
 - getMultipartConfiguration() - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - getMultipartConfiguration() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - getName() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - getName() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getName() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - getNativeAllocator() - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - getNativeRequest() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getNativeRequest() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getNativeRequest() - Method in interface io.micronaut.servlet.http.ServletHttpRequest
 - getNativeResponse() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - getNativeResponse() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getNativeResponse() - Method in interface io.micronaut.servlet.http.ServletHttpResponse
 - getOutputStream() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - getOutputStream() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getOutputStream() - Method in interface io.micronaut.servlet.http.ServletHttpResponse
 - 
Returns an
OutputStreamthat can be used to write the body of the response. - getParameters() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getParameters() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getPath() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - getPaths() - Method in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - getPattern() - Method in class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - 
The pattern to use for the access log.
 - getPattern() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - getPort() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - 
Get the port.
 - getPort() - Method in class io.micronaut.servlet.jetty.JettyServer
 - getPort() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - getPort() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - getProtocol() - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - getReader() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - getReader() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getReader() - Method in interface io.micronaut.servlet.http.ServletHttpRequest
 - 
Returns a
BufferedReaderthat can be used to read the text body of this HTTP request. - getRemoteAddress() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getRequest() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - getRequest() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getRequest() - Method in class io.micronaut.servlet.http.DefaultServletExchange
 - getRequest() - Method in interface io.micronaut.servlet.http.ServletExchange
 - getRequestLog() - Method in class io.micronaut.servlet.jetty.JettyConfiguration
 - getResponse() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - getResponse() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getResponse() - Method in class io.micronaut.servlet.http.DefaultServletExchange
 - getResponse() - Method in interface io.micronaut.servlet.http.ServletExchange
 - getResponseType() - Method in class io.micronaut.servlet.http.encoders.FileEncoder
 - getResponseType() - Method in class io.micronaut.servlet.http.encoders.StreamFileEncoder
 - getResponseType() - Method in class io.micronaut.servlet.http.encoders.SystemFileEncoder
 - getResponseType() - Method in interface io.micronaut.servlet.http.ServletResponseEncoder
 - getScheme() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - getScheme() - Method in class io.micronaut.servlet.jetty.JettyServer
 - getScheme() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - getScheme() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - getServer() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - getServerAddress() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getServerConfiguration() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getServerConfiguration() - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - getServerConfiguration() - Method in class io.micronaut.servlet.undertow.UndertowFactory
 - getServerName() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getServerOptions() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - getSize() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - getSocketOptions() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - getSslConfiguration() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getStaticResourceConfigurations() - Method in class io.micronaut.servlet.engine.server.ServletServerFactory
 - getSupportedAnnotationNames() - Method in class io.micronaut.servlet.annotation.processor.ServletAnnotationVisitor
 - getTomcatConnector() - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - getUndertowBuilder() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - getUri() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - getUri() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getURI() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - getURI() - Method in class io.micronaut.servlet.jetty.JettyServer
 - getURI() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - getURI() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - getURL() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - getURL() - Method in class io.micronaut.servlet.jetty.JettyServer
 - getURL() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - getURL() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - getUserPrincipal() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - getValue() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - getVisitorKind() - Method in class io.micronaut.servlet.annotation.processor.ServletAnnotationVisitor
 - getWorkerOptions() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - getWriter() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - getWriter() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - getWriter() - Method in interface io.micronaut.servlet.http.ServletHttpResponse
 - 
Returns a
BufferedWriterthat can be used to write the text body of the response. 
H
- handleSingleRequest(ServletHttpHandler<ApacheServletHttpRequest<?>, ApacheServletHttpResponse<?>>, InputStream, OutputStream) - Method in class io.micronaut.http.poja.apache.ApacheServerlessApplication
 - handleSingleRequest(ServletHttpHandler<REQ, RES>, InputStream, OutputStream) - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - 
Handle a single request.
 - hashCode() - Method in record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Returns a hash code value for this object.
 - hashCode() - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - 
Returns a hash code value for this object.
 - hashCode() - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - 
Returns a hash code value for this object.
 - header(CharSequence, CharSequence) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - headers() - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - 
Returns the value of the
headersrecord component. - httpConfiguration - Variable in class io.micronaut.servlet.jetty.JettyConfiguration
 - httpOnly(boolean) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 
I
- ifNotModified(T, ServletHttpRequest<?, ? super Object>, ServletHttpResponse<?, ?>) - Method in class io.micronaut.servlet.http.encoders.AbstractFileEncoder
 - 
Performs if not modified handling.
 - indexOf(byte) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - init() - Method in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - initParams() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletBean
 - 
The init parameters of the servlet.
 - inputBufferSize() - Method in record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Returns the value of the
inputBufferSizerecord component. - InputStreamByteBody - Class in io.micronaut.servlet.http.body
 - 
Deprecated, for removal: This API element is subject to removal in a future version.Use
InputStreamByteBodyfrom core instead - INSTANCE - Static variable in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - io.micronaut.http.poja - package io.micronaut.http.poja
 - io.micronaut.http.poja.apache - package io.micronaut.http.poja.apache
 - io.micronaut.http.poja.apache.exception - package io.micronaut.http.poja.apache.exception
 - io.micronaut.http.poja.test - package io.micronaut.http.poja.test
 - io.micronaut.http.poja.util - package io.micronaut.http.poja.util
 - io.micronaut.servlet.annotation.processor - package io.micronaut.servlet.annotation.processor
 - io.micronaut.servlet.api - package io.micronaut.servlet.api
 - io.micronaut.servlet.api.annotation - package io.micronaut.servlet.api.annotation
 - io.micronaut.servlet.engine - package io.micronaut.servlet.engine
 - io.micronaut.servlet.engine.bind - package io.micronaut.servlet.engine.bind
 - io.micronaut.servlet.engine.initializer - package io.micronaut.servlet.engine.initializer
 - io.micronaut.servlet.engine.server - package io.micronaut.servlet.engine.server
 - io.micronaut.servlet.http - package io.micronaut.servlet.http
 - io.micronaut.servlet.http.body - package io.micronaut.servlet.http.body
 - io.micronaut.servlet.http.encoders - package io.micronaut.servlet.http.encoders
 - io.micronaut.servlet.jetty - package io.micronaut.servlet.jetty
 - io.micronaut.servlet.tomcat - package io.micronaut.servlet.tomcat
 - io.micronaut.servlet.undertow - package io.micronaut.servlet.undertow
 - isAsyncFileServingEnabled() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - isAsyncFileServingEnabled() - Method in interface io.micronaut.servlet.http.ServletConfiguration
 - 
Is async file serving enabled.
 - isAsyncSupported() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - isAsyncSupported() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - isAsyncSupported() - Method in interface io.micronaut.servlet.http.ServletConfiguration
 - 
Whether to do request processing asynchronously by default (defaults to
true). - isAsyncSupported() - Method in interface io.micronaut.servlet.http.ServletHttpRequest
 - 
Checks if this request supports asynchronous operation.
 - isComplete() - Method in class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - isEnabled() - Method in interface io.micronaut.servlet.engine.server.ServletStaticResourceConfiguration
 - isEnabled() - Method in class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - isEnabled() - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration.AccessLogConfiguration
 - isEnabled() - Method in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - isEnableVirtualThreads() - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - isEnableVirtualThreads() - Method in interface io.micronaut.servlet.http.ServletConfiguration
 - 
Whether to enable virtual thread support if available.
 - isFormSubmission() - Method in class io.micronaut.http.poja.PojaHttpRequest
 - 
Whether the request body is a form.
 - isFormSubmission(MediaType) - Static method in interface io.micronaut.servlet.http.BodyBuilder
 - isHttpOnly() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - isRunning() - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - isRunning() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - isRunning() - Method in class io.micronaut.servlet.engine.DefaultServletHttpHandler
 - isRunning() - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - isRunning() - Method in class io.micronaut.servlet.jetty.JettyServer
 - isRunning() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - isRunning() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - isSecure() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - isSecure() - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 
J
- JettyConfiguration - Class in io.micronaut.servlet.jetty
 - 
Configuration properties for Jetty.
 - JettyConfiguration(HttpServerConfiguration.MultipartConfiguration) - Constructor for class io.micronaut.servlet.jetty.JettyConfiguration
 - 
Default constructor.
 - JettyConfiguration(HttpServerConfiguration.MultipartConfiguration, JettyConfiguration.JettyRequestLog) - Constructor for class io.micronaut.servlet.jetty.JettyConfiguration
 - 
Default constructor.
 - JettyConfiguration.JettyRequestLog - Class in io.micronaut.servlet.jetty
 - 
Jetty access log configuration.
 - JettyConfiguration.JettySslConfiguration - Class in io.micronaut.servlet.jetty
 - 
The default connection pool configuration.
 - JettyFactory - Class in io.micronaut.servlet.jetty
 - 
Factory for the Jetty server.
 - JettyFactory(ResourceResolver, JettyConfiguration, SslConfiguration, ApplicationContext, List<ServletStaticResourceConfiguration>) - Constructor for class io.micronaut.servlet.jetty.JettyFactory
 - 
Default constructor.
 - JettyRequestLog() - Constructor for class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - jettyServer(ApplicationContext, MicronautServletConfiguration, JettyConfiguration.JettySslConfiguration) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Builds the Jetty server bean.
 - jettyServer(ApplicationContext, MicronautServletConfiguration, JettyConfiguration.JettySslConfiguration, Collection<ServletContainerInitializer>) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Builds the Jetty server bean.
 - JettyServer - Class in io.micronaut.servlet.jetty
 - 
An implementation of the
EmbeddedServerinterface for Jetty. - JettyServer(ApplicationContext, ApplicationConfiguration, Server) - Constructor for class io.micronaut.servlet.jetty.JettyServer
 - 
Default constructor.
 - JettySslConfiguration() - Constructor for class io.micronaut.servlet.jetty.JettyConfiguration.JettySslConfiguration
 
L
- length() - Method in enum class io.micronaut.servlet.api.ServletAttributes
 - length() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - LimitingInputStream - Class in io.micronaut.http.poja.util
 - 
A wrapper around input stream that limits the maximum size to be read.
 - LimitingInputStream(InputStream, long) - Constructor for class io.micronaut.http.poja.util.LimitingInputStream
 - 
Create the limiting input stream.
 - loadOnStartup() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletBean
 - 
The load-on-startup order of the servlet.
 - locale(Locale) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - LOG - Static variable in class io.micronaut.servlet.http.ServletHttpHandler
 - 
Logger to be used by subclasses for logging.
 
M
- map(AnnotationValue<WebFilter>, VisitorContext) - Method in class io.micronaut.servlet.annotation.processor.WebFilterMapper
 - map(AnnotationValue<WebListener>, VisitorContext) - Method in class io.micronaut.servlet.annotation.processor.WebListenerMapper
 - map(AnnotationValue<WebServlet>, VisitorContext) - Method in class io.micronaut.servlet.annotation.processor.WebServletMapper
 - maxAge(long) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - maxCapacity() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - MicronautServletConfiguration - Class in io.micronaut.servlet.engine
 - 
Configuration properties for the Micronaut servlet.
 - MicronautServletConfiguration(String, String, HttpServerConfiguration) - Constructor for class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Default constructor.
 - MicronautServletInitializer - Class in io.micronaut.servlet.engine.initializer
 - 
A servlet initializer for Micronaut for deployment as a WAR file.
 - MicronautServletInitializer() - Constructor for class io.micronaut.servlet.engine.initializer.MicronautServletInitializer
 - MicronautServletInitializer(ApplicationContext) - Constructor for class io.micronaut.servlet.engine.initializer.MicronautServletInitializer
 - MultiValueHeaders - Record Class in io.micronaut.http.poja.util
 - 
Headers implementation based on a multi-value map.
 - MultiValueHeaders(MutableConvertibleMultiValuesMap<String>) - Constructor for record class io.micronaut.http.poja.util.MultiValueHeaders
 - 
Creates an instance of a
MultiValueHeadersrecord class. - MultiValueHeaders(Map<String, List<String>>, ConversionService) - Constructor for record class io.micronaut.http.poja.util.MultiValueHeaders
 - MultiValuesQueryParameters - Record Class in io.micronaut.http.poja.util
 - 
Query parameters implementation.
 - MultiValuesQueryParameters(MutableConvertibleMultiValuesMap<String>) - Constructor for record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - 
Creates an instance of a
MultiValuesQueryParametersrecord class. - MultiValuesQueryParameters(Map<CharSequence, List<String>>, ConversionService) - Constructor for record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - 
Construct the query parameters.
 - MutableServletHttpRequest<N,
B> - Interface in io.micronaut.servlet.http  - 
Mutable version of the
ServletHttpRequestinterface. - mutate() - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 
N
- name() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletBean
 - 
The name of the servlet.
 - NAME - Static variable in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - 
The name of the servlet.
 - names() - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - names() - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - newApplicationContextBuilder() - Method in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - newHttpConnector(Server, String, Integer) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Create the HTTP connector.
 - newHttpsConnector(Server, SslConfiguration, JettyConfiguration.JettySslConfiguration) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Create the HTTPS connector.
 - newJettyContext(Server, String) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Create the Jetty context.
 - newServer(ApplicationContext, MicronautServletConfiguration) - Method in class io.micronaut.servlet.jetty.JettyFactory
 - 
Create a new server instance.
 - newServletBodyBinder(MediaTypeCodecRegistry, ConversionService, DefaultBodyAnnotationBinder<T>) - Method in class io.micronaut.servlet.http.ServletBinderRegistry
 - 
Creates the servlet body binder.
 - newTomcat() - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
Create a new tomcat server.
 - newTomcatContext(Tomcat) - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
Create a new context.
 
O
- ok(T) - Method in class io.micronaut.servlet.http.ServletResponseFactory
 - onStartup(Set<Class<?>>, ServletContext) - Method in class io.micronaut.servlet.engine.initializer.MicronautServletInitializer
 - outputBufferSize() - Method in record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Returns the value of the
outputBufferSizerecord component. 
P
- parameters() - Method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Returns the decoded key-value parameter pairs of the URI.
 - ParsedBodyHolder<B> - Interface in io.micronaut.servlet.http
 - 
Interface to allow setting of parsed body on a request.
 - path() - Method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Returns the decoded path string of the URI.
 - path(String) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - PojaHttpRequest<B,
REQ, RES> - Class in io.micronaut.http.poja  - 
A base class for serverless POJA requests that provides a number of common methods to be reused for body and binding.
 - PojaHttpRequest(ConversionService, MediaTypeCodecRegistry, PojaHttpResponse<?, RES>) - Constructor for class io.micronaut.http.poja.PojaHttpRequest
 - PojaHttpResponse<T,
RES> - Class in io.micronaut.http.poja  - 
A base class for serverless POJA responses.
 - PojaHttpResponse() - Constructor for class io.micronaut.http.poja.PojaHttpResponse
 - PojaHttpServerlessApplication<REQ,
RES> - Class in io.micronaut.http.poja  - 
A base class for POJA serverless applications.
 - PojaHttpServerlessApplication(ApplicationContext, ApplicationConfiguration) - Constructor for class io.micronaut.http.poja.PojaHttpServerlessApplication
 - 
Default constructor.
 - PojaHttpServlerlessApplicationContextConfigurer - Class in io.micronaut.http.poja
 - 
A class to configure application with POJA serverless specifics.
 - PojaHttpServlerlessApplicationContextConfigurer() - Constructor for class io.micronaut.http.poja.PojaHttpServlerlessApplicationContextConfigurer
 - PREFIX - Static variable in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
The prefix used for configuration.
 - PREFIX - Static variable in class io.micronaut.servlet.tomcat.TomcatConfiguration.AccessLogConfiguration
 - PREFIX - Static variable in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 
Q
- queryParams() - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - 
Returns the value of the
queryParamsrecord component. - QueryStringDecoder - Class in io.micronaut.http.poja.util
 - 
Splits an HTTP query string into a path string and key-value parameter pairs.
 - QueryStringDecoder(String) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI.
 - QueryStringDecoder(String, boolean) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(String, Charset) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(String, Charset, boolean) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(String, Charset, boolean, int) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(String, Charset, boolean, int, boolean) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(URI) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI.
 - QueryStringDecoder(URI, Charset) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(URI, Charset, int) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 - QueryStringDecoder(URI, Charset, int, boolean) - Constructor for class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Creates a new decoder that decodes the specified URI encoded in the specified charset.
 
R
- rawPath() - Method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Returns the raw path string of the URI.
 - rawQuery() - Method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Returns raw query string of the URI.
 - read() - Method in class io.micronaut.http.poja.util.LimitingInputStream
 - read() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - read(byte[]) - Method in class io.micronaut.http.poja.util.LimitingInputStream
 - read(byte[]) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - read(byte[], int, int) - Method in class io.micronaut.http.poja.util.LimitingInputStream
 - read(byte[], int, int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - readableBytes() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - readCharSequence(int, Charset) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - readerIndex() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - readerIndex(int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - reason() - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - reason() - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - remove(CharSequence) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - RESOURCE_BASE - Static variable in class io.micronaut.servlet.jetty.JettyFactory
 - response - Variable in class io.micronaut.http.poja.PojaHttpRequest
 - run(ServletHttpRequest.AsyncExecution) - Method in interface io.micronaut.servlet.http.ServletHttpRequest.AsyncExecutionCallback
 - 
Do job in the asynchronous way.
 - runIndefinitely(ServletHttpHandler<REQ, RES>, InputStream, OutputStream) - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - 
A method to start the application in a loop.
 
S
- secure(boolean) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - service(ServletExchange<REQ, RES>) - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - 
Handles a
DefaultServletExchange. - service(HttpServletRequest, HttpServletResponse) - Method in class io.micronaut.servlet.engine.DefaultMicronautServlet
 - service(HttpServletRequest, HttpServletResponse) - Method in class io.micronaut.servlet.engine.DefaultServletHttpHandler
 - service(REQ, RES) - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - 
Handle the give native request and response.
 - SERVLET_CONFIG - Enum constant in enum class io.micronaut.servlet.api.ServletAttributes
 - 
Attribute to lookup the
ServletConfig. - SERVLET_CONTEXT - Enum constant in enum class io.micronaut.servlet.api.ServletAttributes
 - 
Attribute to lookup the
ServletContext. - ServletAnnotationVisitor - Class in io.micronaut.servlet.annotation.processor
 - ServletAnnotationVisitor() - Constructor for class io.micronaut.servlet.annotation.processor.ServletAnnotationVisitor
 - ServletAttributes - Enum Class in io.micronaut.servlet.api
 - 
Attributes to lookup servlet related types from the request.
 - ServletBean - Annotation Interface in io.micronaut.servlet.api.annotation
 - 
Variant of
WebServletapplicable to factory methods. - ServletBinderRegistry<T> - Class in io.micronaut.servlet.http
 - 
A
RequestBinderRegistryimplementation specifically for Serverless functions over HTTP. - ServletBinderRegistry(MediaTypeCodecRegistry, ConversionService, List<RequestArgumentBinder>, DefaultBodyAnnotationBinder<T>) - Constructor for class io.micronaut.servlet.http.ServletBinderRegistry
 - 
Default constructor.
 - ServletBodyBinder<T> - Class in io.micronaut.servlet.http
 - 
Allows binding the body from a
ServletHttpRequest. - ServletBodyBinder(ConversionService, MediaTypeCodecRegistry, DefaultBodyAnnotationBinder<T>) - Constructor for class io.micronaut.servlet.http.ServletBodyBinder
 - 
Default constructor.
 - ServletCompletedFileUpload - Class in io.micronaut.servlet.engine
 - 
An implementation of
CompletedFileUploadthat backs on a Servlet part. - ServletCompletedFileUpload(Part) - Constructor for class io.micronaut.servlet.engine.ServletCompletedFileUpload
 - 
Default constructor.
 - ServletConfiguration - Interface in io.micronaut.servlet.http
 - 
Configuration for the servlet environment.
 - ServletCookieAdapter - Class in io.micronaut.servlet.engine
 - 
Adapts the Servlet Cookie API to
Cookie. - ServletCookieAdapter(Cookie) - Constructor for class io.micronaut.servlet.engine.ServletCookieAdapter
 - 
Default constructor.
 - ServletExchange<Req,
Res> - Interface in io.micronaut.servlet.http  - 
Represents an HTTP exchange in a serverless context.
 - ServletFilterBean - Annotation Interface in io.micronaut.servlet.api.annotation
 - 
Variant of
WebFilterapplicable to factory methods. - ServletHttpHandler<REQ,
RES> - Class in io.micronaut.servlet.http  - 
An HTTP handler that can deal with Serverless requests.
 - ServletHttpHandler(ApplicationContext) - Constructor for class io.micronaut.servlet.http.ServletHttpHandler
 - 
Deprecated.
 - ServletHttpHandler(ApplicationContext, ConversionService) - Constructor for class io.micronaut.servlet.http.ServletHttpHandler
 - 
Default constructor.
 - ServletHttpRequest<N,
B> - Interface in io.micronaut.servlet.http  - 
Interface that models a serverless request which typically support blocking I/O.
 - ServletHttpRequest.AsyncExecution - Interface in io.micronaut.servlet.http
 - 
Async execution.
 - ServletHttpRequest.AsyncExecutionCallback - Interface in io.micronaut.servlet.http
 - 
Async execution callback.
 - ServletHttpResponse<N,
B> - Interface in io.micronaut.servlet.http  - 
Models a serverless HTTP response, allowing access to the native response.
 - servletNames() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletFilterBean
 - 
The names of the servlets to which the filter applies.
 - ServletPartBinder<T> - Class in io.micronaut.servlet.engine.bind
 - 
A binder capable of binding servlet multipart requests.
 - ServletRequestBinder - Class in io.micronaut.servlet.engine.bind
 - 
A binder capable of binding the servlet request.
 - ServletRequestBinder() - Constructor for class io.micronaut.servlet.engine.bind.ServletRequestBinder
 - ServletResponseBinder - Class in io.micronaut.servlet.engine.bind
 - 
A binder capable of binding the servlet response.
 - ServletResponseBinder() - Constructor for class io.micronaut.servlet.engine.bind.ServletResponseBinder
 - ServletResponseEncoder<T> - Interface in io.micronaut.servlet.http
 - 
An interface for custom encoding of the HTTP response.
 - ServletResponseFactory - Class in io.micronaut.servlet.http
 - 
An implementation of the
HttpResponseFactorycase that retrieves the response object from the current request bound to the current thread. - ServletResponseFactory() - Constructor for class io.micronaut.servlet.http.ServletResponseFactory
 - ServletServerFactory - Class in io.micronaut.servlet.engine.server
 - 
Parent factory class for servlet-based servers.
 - ServletServerFactory(ResourceResolver, HttpServerConfiguration, SslConfiguration, ApplicationContext, List<ServletStaticResourceConfiguration>) - Constructor for class io.micronaut.servlet.engine.server.ServletServerFactory
 - 
Default constructor.
 - ServletStaticResourceConfiguration - Interface in io.micronaut.servlet.engine.server
 - 
Configuration for static resources for servlet engines.
 - setAccessLogConfiguration(TomcatConfiguration.AccessLogConfiguration) - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - 
Sets the access log configuration.
 - setAccessLogConfiguration(UndertowConfiguration.AccessLogConfiguration) - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - 
The access log configuration.
 - setAsyncFileServingEnabled(boolean) - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Is async file serving enabled.
 - setAsyncSupported(boolean) - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Set whether async is supported or not.
 - setConversionService(ConversionService) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - setConversionService(ConversionService) - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - setConversionService(ConversionService) - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - setDateAndCacheHeaders(MutableHttpResponse, long) - Method in class io.micronaut.servlet.http.encoders.AbstractFileEncoder
 - setDateHeader(MutableHttpResponse<?>) - Method in class io.micronaut.servlet.http.encoders.AbstractFileEncoder
 - setEnabled(boolean) - Method in class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - 
Whether access log is enabled.
 - setEnabled(boolean) - Method in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - setEnableVirtualThreads(boolean) - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Whether virtual threads are enabled.
 - setInitParameters(Map<String, String>) - Method in class io.micronaut.servlet.jetty.JettyConfiguration
 - 
Sets the servlet init parameters.
 - setMaxThreads(Integer) - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Specify the maximum number of threads in the created thread pool.
 - setMinThreads(Integer) - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Specify the minimum number of threads in the created thread pool.
 - setParsedBody(B) - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - setParsedBody(B) - Method in interface io.micronaut.servlet.http.ParsedBodyHolder
 - 
Set the parsed body.
 - setPattern(String) - Method in class io.micronaut.servlet.jetty.JettyConfiguration.JettyRequestLog
 - 
Sets the pattern to use for the access log.
 - setPattern(String) - Method in class io.micronaut.servlet.undertow.UndertowConfiguration.AccessLogConfiguration
 - 
Sets the underlow log pattern.
 - setProtocol(String) - Method in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - setServerOptions(Map<String, String>) - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - setSocketOptions(Map<String, String>) - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - 
Sets the socket options.
 - setTestAsyncSupported(Boolean) - Method in class io.micronaut.servlet.engine.MicronautServletConfiguration
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - setWorkerOptions(Map<String, String>) - Method in class io.micronaut.servlet.undertow.UndertowConfiguration
 - 
Sets the worker options.
 - slice(int, int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - split() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - split(ByteBody.SplitBackpressureMode) - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - sslConnector(SslConfiguration) - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
The HTTPS connector.
 - start() - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - start() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - start() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - start() - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - start(InputStream, OutputStream) - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - 
Run the application using a particular channel.
 - startServer() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - 
Start the server.
 - startServer() - Method in class io.micronaut.servlet.jetty.JettyServer
 - startServer() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - startServer() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - status(int) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - status(int, CharSequence) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpResponse
 - status(int, CharSequence) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - status(int, String) - Method in class io.micronaut.servlet.http.ServletResponseFactory
 - status(HttpStatus) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - status(HttpStatus, String) - Method in class io.micronaut.servlet.http.ServletResponseFactory
 - status(HttpStatus, T) - Method in class io.micronaut.servlet.http.ServletResponseFactory
 - stop() - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - stop() - Method in class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - stop() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - stop() - Method in class io.micronaut.servlet.http.ServletHttpHandler
 - stopServer() - Method in class io.micronaut.servlet.engine.server.AbstractServletServer
 - 
Stop the server.
 - stopServer() - Method in class io.micronaut.servlet.jetty.JettyServer
 - stopServer() - Method in class io.micronaut.servlet.tomcat.TomcatServer
 - stopServer() - Method in class io.micronaut.servlet.undertow.UndertowServer
 - stream(Publisher<?>) - Method in class io.micronaut.servlet.engine.DefaultServletHttpResponse
 - stream(Publisher<?>) - Method in interface io.micronaut.servlet.http.ServletHttpResponse
 - 
Streams data using the given data publisher.
 - StreamedServletMessage<B,
BB> - Interface in io.micronaut.servlet.http  - 
Represents a streamed HTTP message.
 - StreamFileEncoder - Class in io.micronaut.servlet.http.encoders
 - 
A
ServletResponseEncoderforStreamedFile. - StreamFileEncoder() - Constructor for class io.micronaut.servlet.http.encoders.StreamFileEncoder
 - StreamFileEncoder(ServletConfiguration) - Constructor for class io.micronaut.servlet.http.encoders.StreamFileEncoder
 - subscribe(Subscriber<? super byte[]>) - Method in class io.micronaut.servlet.engine.DefaultServletHttpRequest
 - subSequence(int, int) - Method in enum class io.micronaut.servlet.api.ServletAttributes
 - SystemFileEncoder - Class in io.micronaut.servlet.http.encoders
 - 
A
ServletResponseEncoderforSystemFile. - SystemFileEncoder() - Constructor for class io.micronaut.servlet.http.encoders.SystemFileEncoder
 - SystemFileEncoder(ServletConfiguration) - Constructor for class io.micronaut.servlet.http.encoders.SystemFileEncoder
 
T
- TestingServerlessEmbeddedApplication - Class in io.micronaut.http.poja.test
 - 
An embedded server that uses
PojaHttpServerlessApplicationas application. - TestingServerlessEmbeddedApplication(PojaHttpServerlessApplication<?, ?>) - Constructor for class io.micronaut.http.poja.test.TestingServerlessEmbeddedApplication
 - 
Default constructor.
 - toByteArray() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - toByteArray() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - toByteArrayPublisher() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - toByteBuffer() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - toByteBufferPublisher() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - toInputStream() - Method in class io.micronaut.servlet.http.body.AvailableByteArrayBody
 - 
Deprecated.
 - toInputStream() - Method in class io.micronaut.servlet.http.body.InputStreamByteBody
 - 
Deprecated.
 - toInputStream() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - TomcatConfiguration - Class in io.micronaut.servlet.tomcat
 - 
Extends
HttpServerConfigurationand allows configuring Tomcat. - TomcatConfiguration(HttpServerConfiguration.MultipartConfiguration, String) - Constructor for class io.micronaut.servlet.tomcat.TomcatConfiguration
 - 
Default constructor.
 - TomcatConfiguration.AccessLogConfiguration - Class in io.micronaut.servlet.tomcat
 - 
The access log configuration.
 - tomcatConnector - Variable in class io.micronaut.servlet.tomcat.TomcatConfiguration
 - tomcatConnector() - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - TomcatFactory - Class in io.micronaut.servlet.tomcat
 - 
Factory for the
Tomcatinstance. - TomcatFactory(ResourceResolver, TomcatConfiguration, SslConfiguration, ApplicationContext, List<ServletStaticResourceConfiguration>) - Constructor for class io.micronaut.servlet.tomcat.TomcatFactory
 - 
Default constructor.
 - tomcatServer(Connector, Connector, MicronautServletConfiguration, Collection<ServletContainerInitializer>) - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
The Tomcat server bean.
 - tomcatServer(Connector, MicronautServletConfiguration) - Method in class io.micronaut.servlet.tomcat.TomcatFactory
 - 
The Tomcat server bean.
 - TomcatServer - Class in io.micronaut.servlet.tomcat
 - 
Implementation of
EmbeddedServerfor Tomcat. - TomcatServer(ApplicationContext, ApplicationConfiguration, Tomcat) - Constructor for class io.micronaut.servlet.tomcat.TomcatServer
 - 
Default constructor.
 - toOutputStream() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - toString() - Method in record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Returns a string representation of this record class.
 - toString() - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - 
Returns a string representation of this record class.
 - toString() - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - 
Returns a string representation of this record class.
 - toString() - Method in class io.micronaut.http.poja.util.QueryStringDecoder
 - toString() - Method in enum class io.micronaut.servlet.api.ServletAttributes
 - toString(Charset) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - TYPE - Static variable in class io.micronaut.servlet.engine.bind.ServletRequestBinder
 - TYPE - Static variable in class io.micronaut.servlet.engine.bind.ServletResponseBinder
 
U
- undertowBuilder - Variable in class io.micronaut.servlet.undertow.UndertowConfiguration
 - undertowBuilder(DeploymentInfo, MicronautServletConfiguration) - Method in class io.micronaut.servlet.undertow.UndertowFactory
 - 
The undertow builder bean.
 - UndertowConfiguration - Class in io.micronaut.servlet.undertow
 - 
Configuration for the Undertow server.
 - UndertowConfiguration(HttpServerConfiguration.MultipartConfiguration) - Constructor for class io.micronaut.servlet.undertow.UndertowConfiguration
 - 
Default constructor.
 - UndertowConfiguration.AccessLogConfiguration - Class in io.micronaut.servlet.undertow
 - 
The access log configuration.
 - UndertowFactory - Class in io.micronaut.servlet.undertow
 - 
Factory for the undertow server.
 - UndertowFactory(ResourceResolver, UndertowConfiguration, SslConfiguration, ApplicationContext, List<ServletStaticResourceConfiguration>) - Constructor for class io.micronaut.servlet.undertow.UndertowFactory
 - 
Default constructor.
 - undertowServer(Undertow.Builder) - Method in class io.micronaut.servlet.undertow.UndertowFactory
 - 
The undertow bean.
 - UndertowServer - Class in io.micronaut.servlet.undertow
 - 
Implementation of
AbstractServletServerfor Undertow. - UndertowServer(ApplicationContext, ApplicationConfiguration, Undertow) - Constructor for class io.micronaut.servlet.undertow.UndertowServer
 - 
Default constructor.
 - uri() - Method in class io.micronaut.http.poja.util.QueryStringDecoder
 - 
Returns the uri used to initialize this
QueryStringDecoder. - uri(URI) - Method in class io.micronaut.http.poja.apache.ApacheServletHttpRequest
 - urlPatterns() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletBean
 - 
The URL patterns of the servlet.
 - urlPatterns() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletFilterBean
 - 
The URL patterns to which the filter applies.
 - useInheritedChannel() - Method in class io.micronaut.http.poja.apache.ApacheServerlessApplication
 - useInheritedChannel() - Method in record class io.micronaut.http.poja.apache.ApacheServletConfiguration
 - 
Returns the value of the
useInheritedChannelrecord component. - useInheritedChannel() - Method in class io.micronaut.http.poja.PojaHttpServerlessApplication
 - 
Whether to use the inherited channel by default.
 
V
- value() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletBean
 - 
The URL patterns of the servlet.
 - value() - Element in annotation interface io.micronaut.servlet.api.annotation.ServletFilterBean
 - 
The URL patterns to which the filter applies The default value is an empty array.
 - value(String) - Method in class io.micronaut.servlet.engine.ServletCookieAdapter
 - valueOf(String) - Static method in enum class io.micronaut.servlet.api.ServletAttributes
 - 
Returns the enum constant of this class with the specified name.
 - values() - Method in record class io.micronaut.http.poja.util.MultiValueHeaders
 - values() - Method in record class io.micronaut.http.poja.util.MultiValuesQueryParameters
 - values() - Static method in enum class io.micronaut.servlet.api.ServletAttributes
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 - values() - Method in class io.micronaut.servlet.engine.DefaultServletCookies
 - visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.servlet.annotation.processor.ServletAnnotationVisitor
 - visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.servlet.annotation.processor.ServletAnnotationVisitor
 
W
- WebFilterMapper - Class in io.micronaut.servlet.annotation.processor
 - 
Allows registering web filters as beans.
 - WebFilterMapper() - Constructor for class io.micronaut.servlet.annotation.processor.WebFilterMapper
 - WebListenerMapper - Class in io.micronaut.servlet.annotation.processor
 - 
Allows registering web listeners as beans.
 - WebListenerMapper() - Constructor for class io.micronaut.servlet.annotation.processor.WebListenerMapper
 - WebServletMapper - Class in io.micronaut.servlet.annotation.processor
 - 
Allows registering web servlets as beans.
 - WebServletMapper() - Constructor for class io.micronaut.servlet.annotation.processor.WebServletMapper
 - wrap(byte[]) - Method in class io.micronaut.servlet.http.ByteArrayBufferFactory
 - writableBytes() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - write(byte) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - write(byte[]) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - write(byte[], int, int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - write(ByteBuffer...) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - write(CharSequence, Charset) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - write(ByteBuffer...) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - writerIndex() - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 - writerIndex(int) - Method in class io.micronaut.servlet.http.ByteArrayByteBuffer
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AvailableByteArrayBodyfrom core instead