A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

N

NaiveRateLimit - class in io.javalin.http.util
 
name() - function in io.javalin.plugin.Plugin
The name of this plugin.
name() - function in io.javalin.plugin.Plugin
The name of this plugin.
name(java.lang.String) - function in io.javalin.util.ReflectiveVirtualThreadBuilder
 
NamedThreadFactory - class in io.javalin.util
 
NamedVirtualThreadFactory - class in io.javalin.util
 
NETWORK_AUTHENTICATION_REQUIRED - enum entry in io.javalin.http.HttpStatus

Indicates that the client needs to authenticate to gain network access.

NetworkAuthenticationRequiredResponse - class in io.javalin.http
 
newAsyncListener(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.javalin.http.util.AsyncUtil
 
newAsyncListener(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.javalin.http.util.AsyncUtil
 
newAsyncListener(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.javalin.http.util.AsyncUtil
 
newAsyncListener(kotlin.jvm.functions.Function1) - function in io.javalin.http.util.AsyncUtil
 
newAsyncListener() - function in io.javalin.http.util.AsyncUtil
 
newPushBuilder() - function in jakarta.servlet.http.HttpServletRequestWrapper
 
newSingleThreadScheduledExecutor(java.lang.String) - function in io.javalin.util.ConcurrencyUtil
 
newThread(java.lang.Runnable) - function in io.javalin.util.NamedThreadFactory
 
newThread(java.lang.Runnable) - function in io.javalin.util.NamedVirtualThreadFactory
 
NO_CONTENT - enum entry in io.javalin.http.HttpStatus

There is no content to send for this request, but the headers may be useful. The user agent may update its cached headers for this resource with the new ones.

NO_REFERRER - enum entry in io.javalin.plugin.bundled.GlobalHeadersConfig.ReferrerPolicy

The Referer header will be omitted: sent requests do not include any referrer information.

NO_REFERRER_WHEN_DOWNGRADE - enum entry in io.javalin.plugin.bundled.GlobalHeadersConfig.ReferrerPolicy

Send the origin, path, and querystring in Referer when the protocol security level stays the same or improves (HTTP→HTTP, HTTP→HTTPS, HTTPS→HTTPS). Don't send the Referer header for requests to less secure destinations (HTTPS→HTTP, HTTPS→file).

NO_STATUS_RECEIVED - enum entry in io.javalin.websocket.WsCloseStatus

Reserved. Indicates that no status code was provided even though one was expected.

NoContentResponse - class in io.javalin.http
 
NON_AUTHORITATIVE_INFORMATION - enum entry in io.javalin.http.HttpStatus

This response code means the returned metadata is not exactly the same as is available from the origin server, but is collected from a local or a third-party copy. This is mostly used for mirrors or backups of another resource. Except for that specific case, the 200 OK response is preferred to this status.

NonAuthoritativeInformationResponse - class in io.javalin.http
 
NONE - enum entry in io.javalin.compression.CompressionType
 
NONE - enum entry in io.javalin.http.SameSite

Means that the browser sends the cookie with both cross-site and same-site requests.

NONE - enum entry in io.javalin.plugin.bundled.GlobalHeadersConfig.CrossDomainPolicy

Will prevent the browser from MIME-sniffing a response away from the declared content-type.

NORMAL - enum entry in io.javalin.plugin.PluginPriority

Plugins with priority NORMAL will be started after EARLY plugins and before LATE plugins. This is a good default priority for most plugins.

NORMAL_CLOSURE - enum entry in io.javalin.websocket.WsCloseStatus

The connection successfully completed the purpose for which it was created.

normalizeContextPath(java.lang.String) - function in io.javalin.util.Util
 
NOT_ACCEPTABLE - enum entry in io.javalin.http.HttpStatus

This response is sent when the web server, after performing server-driven content negotiation, doesn't find any content that conforms to the criteria given by the user agent.

NOT_FOUND - enum entry in io.javalin.http.HttpStatus

The server cannot find the requested resource. In the browser, this means the URL is not recognized.

NOT_IMPLEMENTED - enum entry in io.javalin.http.HttpStatus

The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore that must not return this code) are GET and HEAD.

NOT_MODIFIED - enum entry in io.javalin.http.HttpStatus

This is used for caching purposes. It tells the client that the response has not been modified, so the client can continue to use the same cached version of the response.

NotAcceptableResponse - class in io.javalin.http
 
NotFoundResponse - class in io.javalin.http
 
NotImplementedRenderer - class in io.javalin.rendering
 
NotImplementedResponse - class in io.javalin.http
 
NotModifiedResponse - class in io.javalin.http
 
NoValueForKeyException - class in io.javalin.config
 
NullableValidator - class in io.javalin.validation
The NullableValidator is a Validator that allows null values, created by calling Validator.allowNullable.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X