- ServerStartupException - Exception in io.micronaut.http.server.exceptions
-
An exception thrown on server startup.
- ServerStartupException(String) - Constructor for exception io.micronaut.http.server.exceptions.ServerStartupException
-
- ServerStartupException(String, Throwable) - Constructor for exception io.micronaut.http.server.exceptions.ServerStartupException
-
- ServerWebSocketProcessor - Class in io.micronaut.http.server.websocket
-
A processor that exposes WebSocket URIs via the router.
- setAllowCredentials(CorsOriginConfiguration, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setAllowCredentials(boolean) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Sets whether to allow credentials.
- setAllowedHeaders(List<String>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Sets the allowed headers.
- setAllowedHosts(List<String>) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
-
- setAllowedMethods(List<HttpMethod>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Sets the allowed methods.
- setAllowedOrigins(List<String>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Sets the allowed origins.
- setAllowHeaders(List<?>, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setAllowMethods(HttpMethod, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setClientAddressHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- setConfigurations(Map<String, CorsOriginConfiguration>) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
Sets the CORS configurations.
- setContextPath(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the context path for the web server.
- setCookieName(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
-
Sets the name of the cookie that is used to store the locale.
- setCors(HttpServerConfiguration.CorsConfiguration) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the cors configuration.
- setDateHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets whether a date header should be sent back.
- setDefaultCharset(Charset) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- setDefaultLocale(Locale) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
-
Sets the locale that will be used if the locale cannot be
resolved through any means.
- setDisk(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
Sets whether to buffer data to disk or not.
- setDualProtocol(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
Sets whether CORS is enabled.
- setEnabled(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
Sets whether multipart processing is enabled.
- setExposedHeaders(List<String>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Sets the exposed headers.
- setExposeHeaders(List<String>, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setFixed(Locale) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
-
Set the language tag for the locale.
- setHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
-
Set to true if the locale should be resolved from the `Accept-Language` header.
- setHost(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the host to bind to.
- setHostHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
-
- setHostResolution(HttpServerConfiguration.HostResolutionConfiguration) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- setHttpToHttpsRedirect(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- setHttpVersion(HttpVersion) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the HTTP version to use.
- setIdleTimeout(Duration) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the idle time of connections for the server.
- setLocaleResolution(HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- setLocation(File) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
Sets the location to store files.
- setLogHandledExceptions(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets whether exceptions handled by either an error route or exception handler
should still be logged.
- setMaxAge(long, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setMaxAge(Long) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Sets the max age.
- setMaxFileSize(long) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
Sets the max file size.
- setMaxRequestSize(long) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the maximum request size.
- setMixed(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
Sets whether to buffer data to disk if the size is greater than the
threshold.
- setMultipart(HttpServerConfiguration.MultipartConfiguration) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the multipart configuration.
- setOrigin(String, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setPort(int) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the port to bind to.
- setPortHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
-
- setPortInHost(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
-
- setProtocolHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
-
- setReadIdleTimeout(Duration) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the amount of time a connection can remain idle without any reads occurring.
- setReadTimeout(Integer) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the default read timeout.
- setServerHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the name of the server header.
- setSessionAttribute(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
-
Sets the key in the session to look for the locale.
- setSingleHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
Sets whether CORS header values should be joined into a single header.
- setThreadSelection(ThreadSelection) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the ThreadSelection model to use for the server.
- setThreshold(long) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
Sets the amount of data that should be received that will trigger
the data to be stored to disk.
- setupCoroutineContext(HttpRequest<?>, ContextView) - Method in class io.micronaut.http.server.CoroutineHelper
-
- setVary(MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- setWriteIdleTimeout(Duration) - Method in class io.micronaut.http.server.HttpServerConfiguration
-
Sets the amount of time a connection can remain idle without any writes occurring.
- StreamedFile - Class in io.micronaut.http.server.types.files
-
A special type for streaming an InputStream representing a file or resource.
- StreamedFile(InputStream, MediaType) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
-
- StreamedFile(InputStream, MediaType, long) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
-
- StreamedFile(InputStream, MediaType, long, long) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
-
- StreamedFile(URL) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
-
Immediately opens a connection to the given URL to retrieve
data about the connection, including the input stream.
- SystemFile - Class in io.micronaut.http.server.types.files
-
Used as the return value of a route execution to send File instances to the client.
- SystemFile(File) - Constructor for class io.micronaut.http.server.types.files.SystemFile
-
- SystemFile(File, MediaType) - Constructor for class io.micronaut.http.server.types.files.SystemFile
-