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

T

Task - class in io.javalin.http.servlet
 
TaskHandler - class in io.javalin.http.servlet
 
TaskInitializer - class in io.javalin.http.servlet
 
TEMPORARY_REDIRECT - enum entry in io.javalin.http.HttpStatus

The server sends this response to direct the client to get the requested resource at another URI with the same method that was used in the prior request.

TemporaryRedirectResponse - class in io.javalin.http
 
terminated() - function in io.javalin.http.sse.SseClient
Returns true if close has been called.
TEXT_CSS - enum entry in io.javalin.http.ContentType
 
TEXT_CSV - enum entry in io.javalin.http.ContentType
 
TEXT_HTML - enum entry in io.javalin.http.ContentType
 
TEXT_JS - enum entry in io.javalin.http.ContentType
 
TEXT_MARKDOWN - enum entry in io.javalin.http.ContentType
 
TEXT_PLAIN - enum entry in io.javalin.http.ContentType
 
TEXT_PROPERTIES - enum entry in io.javalin.http.ContentType
 
TEXT_XML - enum entry in io.javalin.http.ContentType
 
threadPool() - function in io.javalin.jetty.JettyServer
 
ThrowingRunnable - class in io.javalin.util.function
Throwing version of java.lang.Runnable
toJsonStream(java.lang.Object,java.lang.reflect.Type) - function in io.javalin.json.JavalinGson
Javalin uses this method for io.javalin.http.Context.json, if called with useStreamingMapper = true.
toJsonStream(java.lang.Object,java.lang.reflect.Type) - function in io.javalin.json.JavalinJackson
Javalin uses this method for io.javalin.http.Context.json, if called with useStreamingMapper = true.
toJsonStream(java.lang.Object,java.lang.reflect.Type) - function in io.javalin.json.JsonMapper
Javalin uses this method for io.javalin.http.Context.json, if called with useStreamingMapper = true.
toJsonStream(io.javalin.json.JsonMapper,T) - function in io.javalin.json.JsonMapperKt
 
toJsonString(java.lang.Object,java.lang.reflect.Type) - function in io.javalin.json.JavalinGson
Javalin uses this method for io.javalin.http.Context.json, as well as the CookieStore class, WebSockets messaging, and JavalinVue.
toJsonString(java.lang.Object,java.lang.reflect.Type) - function in io.javalin.json.JavalinJackson
Javalin uses this method for io.javalin.http.Context.json, as well as the CookieStore class, WebSockets messaging, and JavalinVue.
toJsonString(java.lang.Object,java.lang.reflect.Type) - function in io.javalin.json.JsonMapper
Javalin uses this method for io.javalin.http.Context.json, as well as the CookieStore class, WebSockets messaging, and JavalinVue.
toJsonString(io.javalin.json.JsonMapper,T) - function in io.javalin.json.JsonMapperKt
 
TOO_EARLY - enum entry in io.javalin.http.HttpStatus

Indicates that the server is unwilling to risk processing a request that might be replayed.

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

The user has sent too many requests in a given amount of time ("rate limiting").

TooEarlyResponse - class in io.javalin.http
 
TooManyRequestsResponse - class in io.javalin.http
 
toString() - function in io.javalin.http.ContentType
 
toString() - function in io.javalin.http.HttpStatus
 
toString() - function in io.javalin.http.SameSite
 
toString() - function in io.javalin.http.staticfiles.MimeTypesConfig
 
toString() - function in io.javalin.websocket.WsCloseStatus
 
toString() - function in org.eclipse.jetty.util.component.AbstractLifeCycle
 
TRACE - enum entry in io.javalin.http.HandlerType

The HTTP TRACE method performs a message loop-back test along the path to the target resource, providing a useful debugging mechanism.

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

The server is terminating the connection due to a temporary condition, e.g. it is overloaded and is casting off some of its clients.

tryWriteEtagAndClose(java.lang.Boolean,io.javalin.http.Context,java.io.InputStream) - function in io.javalin.http.util.ETagGenerator
Generates & writes etag if possible, returns true if resultStream has been processed, otherwise false
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X