- ACCEPT - Static variable in interface io.jooby.Context
-
Constant for Accept
header.
- accept(MediaType) - Method in interface io.jooby.Context
-
True if the given type matches the `Accept` header.
- accept(List<MediaType>) - Method in interface io.jooby.Context
-
Check if the accept type list matches the given produces list and return the most
specific media type from produces list.
- accept(MediaType) - Method in interface io.jooby.DefaultContext
-
- accept(List<MediaType>) - Method in interface io.jooby.DefaultContext
-
- accept(MediaType) - Method in class io.jooby.ForwardingContext
-
- accept(List<MediaType>) - Method in class io.jooby.ForwardingContext
-
- ACCEPT - Static variable in class io.jooby.Route
-
- accept(V) - Method in interface io.jooby.SneakyThrows.Consumer
-
- accept(V1, V2) - Method in interface io.jooby.SneakyThrows.Consumer2
-
Performs this operation on the given argument.
- accept(V1, V2, V3) - Method in interface io.jooby.SneakyThrows.Consumer3
-
- accept(V1, V2, V3, V4) - Method in interface io.jooby.SneakyThrows.Consumer4
-
- accept(V1, V2, V3, V4, V5) - Method in interface io.jooby.SneakyThrows.Consumer5
-
- accept(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.SneakyThrows.Consumer6
-
- accept(V1, V2, V3, V4, V5, V6, V7) - Method in interface io.jooby.SneakyThrows.Consumer7
-
- accept(V1, V2, V3, V4, V5, V6, V7, V8) - Method in interface io.jooby.SneakyThrows.Consumer8
-
- ACCEPTED - Static variable in class io.jooby.StatusCode
-
202 Accepted
.
- ACCEPTED_CODE - Static variable in class io.jooby.StatusCode
-
202 Accepted
.
- AccessLogHandler - Class in io.jooby
-
Access Log Handler
- AccessLogHandler(Function<Context, String>) - Constructor for class io.jooby.AccessLogHandler
-
- AccessLogHandler() - Constructor for class io.jooby.AccessLogHandler
-
- add(ValueNode) - Method in class io.jooby.internal.ArrayValue
-
- add(List<String>) - Method in class io.jooby.internal.ArrayValue
-
- add(String) - Method in class io.jooby.internal.ArrayValue
-
- add(ContextInitializer) - Method in interface io.jooby.internal.ContextInitializer
-
- add(ContextInitializer) - Method in class io.jooby.internal.ContextInitializerList
-
- add(MediaType, MessageEncoder) - Method in class io.jooby.internal.HttpMessageEncoder
-
- addAddressInUse(Predicate<Throwable>) - Static method in interface io.jooby.Server
-
Add an address in use predicate.
- addConnectionLost(Predicate<Throwable>) - Static method in interface io.jooby.Server
-
Add a connection lost predicate.
- addListener(Route.Complete) - Method in class io.jooby.CompletionListeners
-
Add a listener.
- addTag(String) - Method in class io.jooby.Route
-
Add a tag to this route.
- after(Route.After) - Method in class io.jooby.internal.RouterImpl
-
- after(Route.After) - Method in class io.jooby.Jooby
-
- after(Route.After) - Method in interface io.jooby.Router
-
Add an after route decorator to the route pipeline.
- ALL - Static variable in class io.jooby.MediaType
-
ALL.
- all - Static variable in class io.jooby.MediaType
-
ALL.
- allowHeader(String...) - Method in class io.jooby.Cors
-
True if all the headers are allowed.
- allowHeaders(List<String>) - Method in class io.jooby.Cors
-
True if all the headers are allowed.
- allowMethod(String) - Method in class io.jooby.Cors
-
True if the method is allowed.
- allowOrigin(String) - Method in class io.jooby.Cors
-
Test if the given origin is allowed or not.
- ALREADY_REPORTED - Static variable in class io.jooby.StatusCode
-
208 Already Reported
.
- ALREADY_REPORTED_CODE - Static variable in class io.jooby.StatusCode
-
208 Already Reported
.
- anyHeader() - Method in class io.jooby.Cors
-
- anyOrigin() - Method in class io.jooby.Cors
-
- apply(Route.Handler) - Method in class io.jooby.AccessLogHandler
-
- apply(Context) - Method in class io.jooby.AssetHandler
-
- apply(Context) - Method in interface io.jooby.ByteRange
-
For partial request this method set the following byte range response headers:
- Accept-Ranges
- Content-Range
- Content-Length
For not satisfiable requests:
- Throws a
StatusCode.REQUESTED_RANGE_NOT_SATISFIABLE
Otherwise this method does nothing.
- apply(InputStream) - Method in interface io.jooby.ByteRange
-
For partial requests this method generates a new truncated input stream.
- apply(Route.Handler) - Method in class io.jooby.CorsHandler
-
- apply(Context) - Method in class io.jooby.CsrfHandler
-
- apply(Context, Throwable, StatusCode) - Method in class io.jooby.DefaultErrorHandler
-
- apply(Context, Throwable, StatusCode) - Method in interface io.jooby.ErrorHandler
-
Produces an error response using the given exception and status code.
- apply(Route.Handler) - Method in class io.jooby.HeadHandler
-
- apply(Context) - Method in class io.jooby.internal.ContextAsServiceInitializer
-
- apply(Context) - Method in interface io.jooby.internal.ContextInitializer
-
- apply(Context) - Method in class io.jooby.internal.ContextInitializerList
-
- apply(Context) - Method in class io.jooby.internal.CurrentUserInitializer
-
- apply(Context) - Method in class io.jooby.internal.DefaultHiddenMethodLookup
-
- apply(Route.Handler) - Method in class io.jooby.internal.GracefulShutdownHandler
-
- apply(Context) - Method in class io.jooby.internal.HeadResponseHandler
-
- apply(Context) - Method in class io.jooby.internal.HiddenMethodInitializer
-
- apply(Context) - Method in class io.jooby.internal.NoByteRange
-
- apply(InputStream) - Method in class io.jooby.internal.NoByteRange
-
- apply(Context) - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- apply(InputStream) - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- apply(Context) - Method in class io.jooby.internal.SingleByteRange
-
For partial request this method set the following byte range response headers:
- Accept-Ranges
- Content-Range
- Content-Length
For not satisfiable requests:
- Throws a
StatusCode.REQUESTED_RANGE_NOT_SATISFIABLE
Otherwise this method does nothing.
- apply(InputStream) - Method in class io.jooby.internal.SingleByteRange
-
For partial requests this method generates a new truncated input stream.
- apply(Context) - Method in class io.jooby.RateLimitHandler
-
- apply(Context, Object, Throwable) - Method in interface io.jooby.Route.After
-
Execute application logic on a route response.
- apply(Context) - Method in interface io.jooby.Route.Before
-
Execute application code before next handler.
- apply(Context) - Method in interface io.jooby.Route.Complete
-
Callback method.
- apply(Route.Handler) - Method in interface io.jooby.Route.Decorator
-
Chain the decorator within next handler.
- apply(Context) - Method in interface io.jooby.Route.Handler
-
Execute application code.
- apply(V) - Method in interface io.jooby.SneakyThrows.Function
-
Apply this function to the given argument and produces a result.
- apply(V1, V2) - Method in interface io.jooby.SneakyThrows.Function2
-
Apply this function to the given argument and produces a result.
- apply(V1, V2, V3) - Method in interface io.jooby.SneakyThrows.Function3
-
Apply this function to the given argument and produces a result.
- apply(V1, V2, V3, V4) - Method in interface io.jooby.SneakyThrows.Function4
-
Apply this function to the given argument and produces a result.
- apply(V1, V2, V3, V4, V5) - Method in interface io.jooby.SneakyThrows.Function5
-
Apply this function to the given argument and produces a result.
- apply(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.SneakyThrows.Function6
-
Apply this function to the given argument and produces a result.
- apply(V1, V2, V3, V4, V5, V6, V7) - Method in interface io.jooby.SneakyThrows.Function7
-
Apply this function to the given argument and produces a result.
- apply(V1, V2, V3, V4, V5, V6, V7, V8) - Method in interface io.jooby.SneakyThrows.Function8
-
Apply this function to the given argument and produces a result.
- apply(Context) - Method in class io.jooby.SSLHandler
-
- apply(Route.Handler) - Method in class io.jooby.TraceHandler
-
- apply(Route.Handler) - Method in class io.jooby.WebVariables
-
- array(Context, String, List<String>) - Static method in interface io.jooby.Value
-
Creates a sequence/array of values.
- ArrayValue - Class in io.jooby.internal
-
- ArrayValue(Context, String) - Constructor for class io.jooby.internal.ArrayValue
-
- Asset - Interface in io.jooby
-
Represent an static resource file.
- AssetHandler - Class in io.jooby
-
Handler for static resources represented by the
Asset
contract.
- AssetHandler(String, AssetSource...) - Constructor for class io.jooby.AssetHandler
-
Creates a new asset handler that fallback to the given fallback asset when the asset
is not found.
- AssetHandler(AssetSource...) - Constructor for class io.jooby.AssetHandler
-
Creates a new asset handler.
- assets(String, Path) - Method in interface io.jooby.Router
-
Add a static resource handler.
- assets(String, String) - Method in interface io.jooby.Router
-
Add a static resource handler.
- assets(String, AssetSource...) - Method in interface io.jooby.Router
-
Add a static resource handler.
- assets(String, AssetHandler) - Method in interface io.jooby.Router
-
Add a static resource handler.
- AssetSource - Interface in io.jooby
-
An asset source is a collection or provider of
Asset
.
- AttachedFile - Class in io.jooby
-
Represents a file attachment response.
- AttachedFile(InputStream, String, long) - Constructor for class io.jooby.AttachedFile
-
Creates a new file attachment.
- AttachedFile(InputStream, String) - Constructor for class io.jooby.AttachedFile
-
Creates a new file attachment.
- AttachedFile(Path, String) - Constructor for class io.jooby.AttachedFile
-
Creates a new file attachment.
- AttachedFile(Path) - Constructor for class io.jooby.AttachedFile
-
Creates a new file attachment.
- attachment() - Method in interface io.jooby.FileDownload.Builder
-
- ATTRIBUTE - Static variable in annotation type io.jooby.annotations.Transactional
-
Constant to use as attribute name for script routes.
- attribute(String) - Method in interface io.jooby.Context
-
Get an attribute by his key.
- attribute(String, Object) - Method in interface io.jooby.Context
-
Set an application attribute.
- attribute(String) - Method in interface io.jooby.DefaultContext
-
Get an attribute by his key.
- attribute(String, Object) - Method in interface io.jooby.DefaultContext
-
- attribute(String) - Method in class io.jooby.ForwardingContext
-
- attribute(String, Object) - Method in class io.jooby.ForwardingContext
-
- attribute(String, Object) - Method in class io.jooby.Jooby
-
- attribute(String) - Method in class io.jooby.Jooby
-
- attribute(String) - Method in class io.jooby.Route
-
Retrieve value of this specific Attribute set to this route.
- attribute(String, Object) - Method in class io.jooby.Route
-
Add one or more attributes applied to this route.
- attribute(String) - Method in interface io.jooby.Router
-
Get an attribute by his key.
- attribute(String, Object) - Method in interface io.jooby.Router
-
Set an application attribute.
- attribute(String, Object) - Method in class io.jooby.RouteSet
-
Add one or more attributes applied to this route.
- attribute(String) - Method in interface io.jooby.ServerSentEmitter
-
Get an attribute by his key.
- attribute(String, Object) - Method in interface io.jooby.ServerSentEmitter
-
Set an application attribute.
- attribute(String) - Method in interface io.jooby.WebSocket
-
Get an attribute by his key.
- attribute(String, Object) - Method in interface io.jooby.WebSocket
-
Set an application attribute.
- cacheControl(Function<String, CacheControl>) - Method in class io.jooby.AssetHandler
-
Sets a custom function that provides caching configuration for each individual
asset response overriding the defaults set in
AssetHandler
.
- CacheControl - Class in io.jooby
-
Class allowing the fine tune the browser cache behavior for assets.
- CacheControl() - Constructor for class io.jooby.CacheControl
-
- channel() - Method in interface io.jooby.Body
-
Body as readable channel.
- channel() - Method in class io.jooby.internal.ByteArrayBody
-
- channel() - Method in class io.jooby.internal.FileBody
-
- channel() - Method in class io.jooby.internal.InputStreamBody
-
- CHECKPOINT - Static variable in class io.jooby.StatusCode
-
103 Checkpoint
.
- CHECKPOINT_CODE - Static variable in class io.jooby.StatusCode
-
103 Checkpoint
.
- ClassPathAssetSource - Class in io.jooby.internal
-
- ClassPathAssetSource(ClassLoader, String) - Constructor for class io.jooby.internal.ClassPathAssetSource
-
- clear() - Method in class io.jooby.internal.SessionImpl
-
- clear() - Method in interface io.jooby.Session
-
Remove all attributes.
- clone() - Method in class io.jooby.Cookie
-
Copy all state from this cookie and creates a new cookie.
- close() - Method in class io.jooby.internal.FileAsset
-
- close() - Method in class io.jooby.internal.JarAsset
-
- close() - Method in class io.jooby.internal.URLAsset
-
- close() - Method in interface io.jooby.Sender
-
Close the sender.
- close() - Method in interface io.jooby.ServerSentEmitter
-
Close the ServerSent and fir the close event.
- close() - Method in interface io.jooby.WebSocket
-
- close(WebSocketCloseStatus) - Method in interface io.jooby.WebSocket
-
Close the web socket and send a close status code to client.
- cluster(SneakyThrows.Function<String, Bucket>) - Static method in class io.jooby.RateLimitHandler
-
Rate limiter per IP/Remote address using a cluster.
- cluster(SneakyThrows.Function<String, Bucket>, String) - Static method in class io.jooby.RateLimitHandler
-
Rate limiter per header key using a cluster.
- cluster(SneakyThrows.Function<String, Bucket>, SneakyThrows.Function<Context, String>) - Static method in class io.jooby.RateLimitHandler
-
Rate limiter per key using a cluster.
- combine(SessionToken...) - Static method in interface io.jooby.SessionToken
-
Combine/compose two or more session tokens.
- compareTo(MediaType) - Method in class io.jooby.MediaType
-
- completableFuture(Type) - Static method in class io.jooby.Reified
-
- CompletionListeners - Class in io.jooby
-
Utility class that group one or more completion listeners and execute them in reverse order.
- CompletionListeners() - Constructor for class io.jooby.CompletionListeners
-
- compute(String, BiFunction<? super String, ? super String, ? extends String>) - Method in class io.jooby.internal.FlashMapImpl
-
- compute(ClassLoader, Route, ExecutionMode, Executor, ContextInitializer, List<ResponseHandler>) - Static method in class io.jooby.internal.Pipeline
-
- computeIfAbsent(String, Function<? super String, ? extends String>) - Method in class io.jooby.internal.FlashMapImpl
-
- computeIfPresent(String, BiFunction<? super String, ? super String, ? extends String>) - Method in class io.jooby.internal.FlashMapImpl
-
- configure(ServerInput) - Method in interface io.jooby.Http2Configurer
-
Configure server to support HTTP/2.
- configure(List<String>) - Static method in class io.jooby.LogConfigurer
-
Initializes the logback.configurationFile
system property when a
logback[.env].xml
file is found at user.dir/conf
directory or
user.dir
.
- CONFLICT - Static variable in class io.jooby.StatusCode
-
409 Conflict
.
- CONFLICT_CODE - Static variable in class io.jooby.StatusCode
-
409 Conflict
.
- CONNECT - Annotation Type in io.jooby.annotations
-
HTTP CONNECT verb for mvc routes.
- connectionLost(Throwable) - Static method in interface io.jooby.Server
-
Test whenever the given exception is a connection-lost.
- Consumes - Annotation Type in io.jooby.annotations
-
Defines what media types a route can consume.
- consumes(MediaType...) - Method in class io.jooby.Route
-
Add one or more request types (format) consumed by this route.
- consumes(MediaType...) - Method in class io.jooby.RouteSet
-
Add one or more request types (format) consumed by this route.
- Context - Interface in io.jooby
-
HTTP context allows you to interact with the HTTP Request and manipulate the HTTP Response.
- ContextAsServiceInitializer - Class in io.jooby.internal
-
- ContextInitializer - Interface in io.jooby.internal
-
- ContextInitializerList - Class in io.jooby.internal
-
- ContextInitializerList(ContextInitializer) - Constructor for class io.jooby.internal.ContextInitializerList
-
- ContextParam - Annotation Type in io.jooby.annotations
-
Allow access to context attributes from MVC route.
- CONTINUE - Static variable in class io.jooby.StatusCode
-
100 Continue
.
- CONTINUE_CODE - Static variable in class io.jooby.StatusCode
-
100 Continue
.
- convert(ValueNode, Class) - Method in interface io.jooby.BeanConverter
-
Convert a node value into more specific type.
- convert(ValueNode, Class<T>) - Method in interface io.jooby.Context
-
Converts a value (single or hash) into the given type.
- convert(ValueNode, Class<T>) - Method in interface io.jooby.DefaultContext
-
- convert(ValueNode, Class<T>) - Method in class io.jooby.ForwardingContext
-
- convert(ValueNode, Type, Router) - Static method in class io.jooby.internal.ValueConverters
-
- convert(ValueNode, Class, Router) - Static method in class io.jooby.internal.ValueConverters
-
- convert(Value, Class) - Method in interface io.jooby.ValueConverter
-
Convert simple to specific type.
- converter(ValueConverter) - Method in class io.jooby.internal.RouterImpl
-
- converter(BeanConverter) - Method in class io.jooby.internal.RouterImpl
-
- converter(ValueConverter) - Method in class io.jooby.Jooby
-
- converter(BeanConverter) - Method in class io.jooby.Jooby
-
- converter(ValueConverter) - Method in interface io.jooby.Router
-
Add a custom string value converter.
- converter(BeanConverter) - Method in interface io.jooby.Router
-
Add a custom bean value converter.
- cookie(String) - Method in interface io.jooby.Context
-
Get a cookie matching the given name.
- Cookie - Class in io.jooby
-
Response cookie implementation.
- Cookie(String, String) - Constructor for class io.jooby.Cookie
-
Creates a response cookie.
- Cookie(String) - Constructor for class io.jooby.Cookie
-
Creates a response cookie without a value.
- cookie(String) - Method in interface io.jooby.DefaultContext
-
- cookie(String) - Method in class io.jooby.ForwardingContext
-
- cookieId(Cookie) - Static method in interface io.jooby.SessionToken
-
Create a cookie-based Session ID.
- CookieID(Cookie) - Constructor for class io.jooby.SessionToken.CookieID
-
Creates a Cookie ID.
- cookieMap() - Method in interface io.jooby.Context
-
Request cookies.
- cookieMap() - Method in class io.jooby.ForwardingContext
-
- CookieParam - Annotation Type in io.jooby.annotations
-
Allow access to query parameter from MVC route method.
- Cors - Class in io.jooby
-
Cross-origin resource sharing
- Cors() - Constructor for class io.jooby.Cors
-
- CorsHandler - Class in io.jooby
-
Handle preflight and simple CORS requests.
- CorsHandler(Cors) - Constructor for class io.jooby.CorsHandler
-
- CorsHandler() - Constructor for class io.jooby.CorsHandler
-
- create(Path) - Static method in interface io.jooby.Asset
-
Creates a file system asset.
- create(String, URL) - Static method in interface io.jooby.Asset
-
Creates a URL asset with the given path.
- create(ClassLoader, String) - Static method in interface io.jooby.AssetSource
-
Classpath asset source.
- create(Path) - Static method in interface io.jooby.AssetSource
-
Creates a source from given location.
- create(String, Config) - Static method in class io.jooby.Cookie
-
Attempt to create/parse a cookie from application configuration object.
- create() - Static method in interface io.jooby.ErrorHandler
-
Creates a default error handler.
- create(Context, Cookie) - Static method in interface io.jooby.FlashMap
-
Creates a new flash-scope using the given cookie.
- create(Context) - Static method in interface io.jooby.Formdata
-
Creates a formdata object.
- create(ClassLoader, String, SslOptions) - Method in interface io.jooby.internal.SslContextProvider
-
- create(ClassLoader, String, SslOptions) - Method in class io.jooby.internal.SslPkcs12Provider
-
- create(ClassLoader, String, SslOptions) - Method in class io.jooby.internal.SslX509Provider
-
- create(Context) - Static method in interface io.jooby.Multipart
-
Creates a new multipart object.
- create(Provider) - Method in interface io.jooby.MvcFactory
-
Creates an extension module.
- create(Context, String) - Static method in interface io.jooby.QueryString
-
Query string hash value.
- create(Route.Handler) - Method in interface io.jooby.ResponseHandler
-
Creates a handler for a response type.
- create(Context, String) - Static method in interface io.jooby.Session
-
Creates a new session.
- create(Context, String, Map<String, String>) - Static method in interface io.jooby.Session
-
Creates a new session.
- create() - Method in interface io.jooby.SslProvider
-
Creates a new provider.
- create(Context, String, List<String>) - Static method in interface io.jooby.Value
-
Creates a value that fits better with the given values.
- create(Context, String, String) - Static method in interface io.jooby.Value
-
Creates a value that fits better with the given values.
- create(Context, byte[]) - Static method in interface io.jooby.WebSocketMessage
-
Creates a websocket message.
- create(Context, String) - Static method in interface io.jooby.WebSocketMessage
-
Creates a websocket message.
- createApp(String[], ExecutionMode, Class<? extends Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- createApp(String[], ExecutionMode, Supplier<Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- CREATED - Static variable in class io.jooby.StatusCode
-
201 Created
.
- CREATED_CODE - Static variable in class io.jooby.StatusCode
-
201 Created
.
- CsrfHandler - Class in io.jooby
-
Cross Site Request Forgery handler
- CsrfHandler(String) - Constructor for class io.jooby.CsrfHandler
-
Creates a new
CsrfHandler
handler and use the given name to save the token in the
Session
and or extract the token from incoming requests.
- CsrfHandler() - Constructor for class io.jooby.CsrfHandler
-
Creates a new
CsrfHandler
handler and use the given name to save the token in the
Session
and or extract the token from incoming requests.
- CSS - Static variable in class io.jooby.MediaType
-
TEXT_CSS.
- css - Static variable in class io.jooby.MediaType
-
TEXT_CSS.
- CurrentUserInitializer - Class in io.jooby.internal
-
- CurrentUserInitializer(Function<Context, Object>) - Constructor for class io.jooby.internal.CurrentUserInitializer
-
- GATEWAY_TIMEOUT - Static variable in class io.jooby.StatusCode
-
504 Gateway Timeout
.
- GATEWAY_TIMEOUT_CODE - Static variable in class io.jooby.StatusCode
-
504 Gateway Timeout
.
- GET - Annotation Type in io.jooby.annotations
-
HTTP GET verb for mvc routes.
- get(int) - Method in class io.jooby.internal.ArrayValue
-
- get(String) - Method in class io.jooby.internal.ArrayValue
-
- get(int) - Method in class io.jooby.internal.ByteArrayBody
-
- get(String) - Method in class io.jooby.internal.ByteArrayBody
-
- get() - Method in class io.jooby.internal.ContextAsServiceInitializer
-
- get(int) - Method in class io.jooby.internal.FileBody
-
- get(String) - Method in class io.jooby.internal.FileBody
-
- get(String) - Method in class io.jooby.internal.HashValue
-
- get(int) - Method in class io.jooby.internal.HashValue
-
- get(int) - Method in class io.jooby.internal.InputStreamBody
-
- get(String) - Method in class io.jooby.internal.InputStreamBody
-
- get(String) - Method in class io.jooby.internal.MissingValue
-
- get(int) - Method in class io.jooby.internal.MissingValue
-
- get(String) - Method in class io.jooby.internal.ParamLookupImpl
-
- get() - Method in class io.jooby.internal.RegistryRef
-
- get(String) - Method in class io.jooby.internal.SessionImpl
-
- get(int) - Method in class io.jooby.internal.SingleValue
-
- get(String) - Method in class io.jooby.internal.SingleValue
-
- get(String) - Method in interface io.jooby.ParamLookup.Stage
-
Searches for a parameter in the specified sources, in the specified
order, returning the first non-missing
Value
, or a 'missing'
Value
if none found.
- get(Type) - Static method in class io.jooby.Reified
-
Gets type literal for the given Type
instance.
- get(Class<T>) - Static method in class io.jooby.Reified
-
Gets type literal for the given Class
instance.
- get(Object) - Static method in class io.jooby.RequestScope
-
Get a previously bind value for the given key or null
.
- GET - Static variable in interface io.jooby.Router
-
HTTP GET.
- get(String, Route.Handler) - Method in interface io.jooby.Router
-
Add a HTTP GET handler.
- get(ServiceKey<T>) - Method in interface io.jooby.ServiceRegistry
-
Retrieve a service/resource by key.
- get(Class<T>) - Method in interface io.jooby.ServiceRegistry
-
Retrieve a service/resource by key.
- get(String) - Method in interface io.jooby.Session
-
Get a session attribute.
- get() - Method in interface io.jooby.SneakyThrows.Supplier
-
Computes/retrieves a value.
- get(int) - Method in interface io.jooby.ValueNode
-
Get a value at the given position.
- get(String) - Method in interface io.jooby.ValueNode
-
Get a value that matches the given name.
- getActiveNames() - Method in class io.jooby.Environment
-
Active environment names.
- getActiveNames() - Method in class io.jooby.EnvironmentOptions
-
Active environment names or fallback and read them from system property:
application.env
.
- getAfter() - Method in class io.jooby.Route
-
After filter or null
.
- getAllow() - Method in exception io.jooby.exception.MethodNotAllowedException
-
Allow methods.
- getAttributes() - Method in interface io.jooby.Context
-
Context attributes (a.k.a request attributes).
- getAttributes() - Method in class io.jooby.ForwardingContext
-
- getAttributes() - Method in class io.jooby.internal.RouterImpl
-
- getAttributes() - Method in class io.jooby.Jooby
-
- getAttributes() - Method in class io.jooby.Route
-
Attributes set to this route.
- getAttributes() - Method in interface io.jooby.Router
-
Mutable map of application attributes.
- getAttributes() - Method in interface io.jooby.ServerSentEmitter
-
Context attributes (a.k.a request attributes).
- getAttributes() - Method in interface io.jooby.WebSocket
-
Context attributes (a.k.a request attributes).
- getBasedir() - Method in class io.jooby.EnvironmentOptions
-
Base directory to use or null
for default.
- getBasePackage() - Method in class io.jooby.Jooby
-
Get base application package.
- getBeanConverters() - Method in class io.jooby.internal.RouterImpl
-
- getBeanConverters() - Method in class io.jooby.Jooby
-
- getBeanConverters() - Method in interface io.jooby.Router
-
Get all complex/bean value converters.
- getBefore() - Method in class io.jooby.Route
-
Before pipeline or null
.
- getBufferSize() - Method in class io.jooby.ServerOptions
-
Server buffer size in bytes.
- getCert() - Method in class io.jooby.SslOptions
-
A PKCS12 or X.509 certificate chain file in PEM format.
- getCharset() - Method in class io.jooby.MediaType
-
Charset or null
.
- getClassLoader() - Method in class io.jooby.Environment
-
Application class loader.
- getClassLoader() - Method in class io.jooby.EnvironmentOptions
-
Class loader.
- getClassLoader(ClassLoader) - Method in class io.jooby.EnvironmentOptions
-
Class loader.
- getClassLoader() - Method in class io.jooby.Jooby
-
Application class loader.
- getClientAuth() - Method in class io.jooby.SslOptions
-
The desired SSL client authentication mode for SSL channels in server mode.
- getClientCertificates() - Method in interface io.jooby.Context
-
The certificates presented by the client for mutual TLS.
- getClientCertificates() - Method in class io.jooby.ForwardingContext
-
- getCode() - Method in class io.jooby.WebSocketCloseStatus
-
Status code.
- getCompressionLevel() - Method in class io.jooby.ServerOptions
-
Indicates compression level to use while producing gzip responses.
- getConfig() - Method in class io.jooby.Environment
-
Application configuration.
- getConfig() - Method in class io.jooby.internal.RouterImpl
-
- getConfig() - Method in class io.jooby.Jooby
-
Application configuration.
- getConfig() - Method in interface io.jooby.Router
-
Application configuration.
- getConsumes() - Method in class io.jooby.Route
-
Request types (format) consumed by this route.
- getContentDisposition() - Method in class io.jooby.FileDownload
-
Content disposition header.
- getContentLength() - Method in interface io.jooby.ByteRange
-
New content length.
- getContentLength() - Method in class io.jooby.internal.NoByteRange
-
- getContentLength() - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- getContentLength() - Method in class io.jooby.internal.SingleByteRange
-
New content length.
- getContentRange() - Method in interface io.jooby.ByteRange
-
Value for Content-Range
response header.
- getContentRange() - Method in class io.jooby.internal.NoByteRange
-
- getContentRange() - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- getContentRange() - Method in class io.jooby.internal.SingleByteRange
-
Value for Content-Range
response header.
- getContentType() - Method in interface io.jooby.Asset
-
- getContentType() - Method in exception io.jooby.exception.NotAcceptableException
-
Content-Type or null
.
- getContentType() - Method in exception io.jooby.exception.UnsupportedMediaType
-
Content type.
- getContentType() - Method in class io.jooby.FileDownload
-
File content type.
- getContentType() - Method in interface io.jooby.FileUpload
-
Content type of file upload.
- getContentType() - Method in class io.jooby.internal.FileAsset
-
- getContentType() - Method in class io.jooby.internal.JarAsset
-
- getContentType() - Method in class io.jooby.internal.URLAsset
-
- getContext() - Method in interface io.jooby.ServerSentEmitter
-
Originating HTTP context.
- getContext() - Method in interface io.jooby.WebSocket
-
Originating HTTP context.
- getContextPath() - Method in interface io.jooby.Context
-
Get application context path (a.k.a as base path).
- getContextPath() - Method in class io.jooby.internal.RouterImpl
-
- getContextPath() - Method in class io.jooby.Jooby
-
- getContextPath() - Method in interface io.jooby.Router
-
Get application context path (a.k.a as base path).
- getConverters() - Method in class io.jooby.internal.RouterImpl
-
- getConverters() - Method in class io.jooby.Jooby
-
- getConverters() - Method in interface io.jooby.Router
-
Get all simple/string value converters.
- getCreationTime() - Method in class io.jooby.internal.SessionImpl
-
- getCreationTime() - Method in interface io.jooby.Session
-
Session creation time.
- getData() - Method in class io.jooby.ServerSentMessage
-
The data field for the message.
- getDecoders() - Method in class io.jooby.Route
-
Route message decoder.
- getDecorator() - Method in class io.jooby.Route
-
Decorator or null
.
- getDefaultHeaders() - Method in class io.jooby.ServerOptions
-
True if default headers: Date
, Content-Type
and Server
are enabled.
- getDescription() - Method in class io.jooby.Route
-
Route description useful for documentation purpose from openAPI generator.
- getDescription() - Method in class io.jooby.RouteSet
-
Route description useful for documentation purpose from openAPI generator.
- getDomain() - Method in class io.jooby.Cookie
-
Cookie's domain.
- getDomain(String) - Method in class io.jooby.Cookie
-
Get cookie's domain.
- getEncoder() - Method in class io.jooby.Route
-
Route encoder.
- getEnd() - Method in interface io.jooby.ByteRange
-
End range or -1
.
- getEnd() - Method in class io.jooby.internal.NoByteRange
-
- getEnd() - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- getEnd() - Method in class io.jooby.internal.SingleByteRange
-
End range or -1
.
- getEnvironment() - Method in class io.jooby.internal.RouterImpl
-
- getEnvironment() - Method in class io.jooby.Jooby
-
Application environment.
- getEnvironment() - Method in interface io.jooby.Router
-
Application environment.
- getErrorHandler() - Method in class io.jooby.internal.RouterImpl
-
- getErrorHandler() - Method in class io.jooby.Jooby
-
- getErrorHandler() - Method in interface io.jooby.Router
-
Get the error handler.
- getEtag() - Method in interface io.jooby.Asset
-
Computes a weak e-tag value from asset.
- getEvent() - Method in class io.jooby.ServerSentMessage
-
A string identifying the type of event described.
- getExecutionMode() - Method in class io.jooby.Jooby
-
Application execution mode.
- getExecutorKey() - Method in class io.jooby.Route
-
Specify the name of the executor where the route is going to run.
- getExposedHeaders() - Method in class io.jooby.Cors
-
- getFilename() - Method in class io.jooby.EnvironmentOptions
-
Configuration file name.
- getFileName() - Method in class io.jooby.FileDownload
-
File name.
- getFileName() - Method in interface io.jooby.FileUpload
-
Name of file upload.
- getFileSize() - Method in class io.jooby.FileDownload
-
File size or -1
if unknown.
- getFileSize() - Method in interface io.jooby.FileUpload
-
File size or -1
when unknown.
- getFlashCookie() - Method in class io.jooby.internal.RouterImpl
-
- getFlashCookie() - Method in class io.jooby.Jooby
-
- getFlashCookie() - Method in interface io.jooby.Router
-
Template for the flash cookie.
- getGzip() - Method in class io.jooby.ServerOptions
-
- getHandle() - Method in class io.jooby.Route
-
- getHandler() - Method in class io.jooby.Route
-
Route handler.
- getHeaders() - Method in class io.jooby.Cors
-
- getHost() - Method in interface io.jooby.Context
-
Return the host that this request was sent to, in general this will be the
value of the Host header, minus the port specifier.
- getHost() - Method in interface io.jooby.DefaultContext
-
- getHost() - Method in class io.jooby.ForwardingContext
-
- getHost() - Method in class io.jooby.internal.ProxyPeerAddress
-
The X-Forwarded-Host (XFH) header is a de-facto standard header for identifying the original
host requested by the client in the Host HTTP request header.
- getHost() - Method in class io.jooby.ServerOptions
-
Server host, defaults is 0.0.0.0
.
- getHostAndPort() - Method in interface io.jooby.Context
-
Return the host and port that this request was sent to, in general this will be the
value of the Host.
- getHostAndPort() - Method in interface io.jooby.DefaultContext
-
- getHostAndPort() - Method in class io.jooby.ForwardingContext
-
- getId() - Method in class io.jooby.internal.SessionImpl
-
- getId() - Method in interface io.jooby.ServerSentEmitter
-
Server-Sent ID.
- getId() - Method in class io.jooby.ServerSentMessage
-
The event ID to set the EventSource object's last event ID value.
- getId() - Method in interface io.jooby.Session
-
Session ID or null
for stateless (usually signed) sessions.
- getIoThreads() - Method in class io.jooby.ServerOptions
-
Number of IO threads used by the server.
- getIoThreads(int) - Method in class io.jooby.ServerOptions
-
Number of IO threads used by the server.
- getLastAccessedTime() - Method in class io.jooby.internal.SessionImpl
-
- getLastAccessedTime() - Method in interface io.jooby.Session
-
Session last accessed time.
- getLastEventId() - Method in interface io.jooby.ServerSentEmitter
-
Read the Last-Event-ID
header and retrieve it.
- getLastModified() - Method in interface io.jooby.Asset
-
- getLastModified() - Method in class io.jooby.internal.FileAsset
-
- getLastModified() - Method in class io.jooby.internal.JarAsset
-
- getLastModified() - Method in class io.jooby.internal.URLAsset
-
- getLocale() - Method in class io.jooby.ModelAndView
-
Returns the locale used when rendering the view.
- getLocales() - Method in class io.jooby.internal.RouterImpl
-
- getLocales() - Method in class io.jooby.Jooby
-
Returns the list of supported locales, or
null
if none set.
- getLocales() - Method in interface io.jooby.Router
-
Returns the supported locales.
- getLog() - Method in class io.jooby.internal.RouterImpl
-
- getLog() - Method in class io.jooby.Jooby
-
- getLog() - Method in interface io.jooby.Router
-
Application logger.
- getMaxAge() - Method in class io.jooby.CacheControl
-
Returns the max-age header parameter value.
- getMaxAge() - Method in class io.jooby.Cookie
-
Max age value:
- -1
: indicates a browser session.
- getMaxAge() - Method in class io.jooby.Cors
-
- getMaxRequestSize() - Method in class io.jooby.ServerOptions
-
Maximum request size in bytes.
- getMethod() - Method in interface io.jooby.Context
-
HTTP method in upper-case form.
- getMethod() - Method in exception io.jooby.exception.MethodNotAllowedException
-
Requested method.
- getMethod() - Method in class io.jooby.ForwardingContext
-
- getMethod() - Method in class io.jooby.Route
-
HTTP method.
- getMethods() - Method in class io.jooby.Cors
-
- getModel() - Method in class io.jooby.ModelAndView
-
View data (a.k.a as model).
- getName() - Method in class io.jooby.Cookie
-
Cookie's name.
- getName() - Method in exception io.jooby.exception.MissingValueException
-
Parameter/attribute name.
- getName() - Method in exception io.jooby.exception.TypeMismatchException
-
Parameter/attribute name.
- getName() - Method in interface io.jooby.FileUpload
-
File key.
- getName() - Method in class io.jooby.Jooby
-
Get application's name.
- getName() - Method in class io.jooby.ServiceKey
-
Resource name or null
.
- getName() - Method in interface io.jooby.SslProvider
-
Provider name.
- getNode(String) - Method in interface io.jooby.ParamLookup.Stage
-
- getOptions() - Method in interface io.jooby.Server
-
Get server options.
- getOrigin() - Method in class io.jooby.Cors
-
An origin must be a "*" (any origin), a domain name (like, http://foo.com) and/or a regex
(like, http://*.domain.com).
- getOrNull(ServiceKey<T>) - Method in class io.jooby.internal.ServiceRegistryImpl
-
- getOrNull(ServiceKey<T>) - Method in interface io.jooby.ServiceRegistry
-
Retrieve an existing service or null
if not exists.
- getOrNull(Class<T>) - Method in interface io.jooby.ServiceRegistry
-
Retrieve an existing service or null
if not exists.
- getParameter(String) - Method in class io.jooby.MediaType
-
Get a parameter that matches the given name or null
.
- getParameterized(Type, Type...) - Static method in class io.jooby.Reified
-
Gets type literal for the parameterized type represented by applying typeArguments
to
rawType
.
- getPassword() - Method in class io.jooby.SslOptions
-
Certificate password.
- getPath() - Method in class io.jooby.Cookie
-
Cookie's path.
- getPath(String) - Method in class io.jooby.Cookie
-
Cookie's path.
- getPathKeys() - Method in class io.jooby.Route
-
Path keys.
- getPattern() - Method in class io.jooby.Route
-
Path pattern.
- getPipeline() - Method in class io.jooby.Route
-
Route pipeline.
- getPort() - Method in interface io.jooby.Context
-
Return the port that this request was sent to.
- getPort() - Method in interface io.jooby.DefaultContext
-
- getPort() - Method in class io.jooby.ForwardingContext
-
- getPort() - Method in class io.jooby.internal.ProxyPeerAddress
-
- getPort() - Method in class io.jooby.ServerOptions
-
Server HTTP port.
- getPrivateKey() - Method in class io.jooby.SslOptions
-
Private key file location.
- getProduces() - Method in class io.jooby.Route
-
Response types (format) produces by this route.
- getProperties(String) - Method in class io.jooby.Environment
-
List all the properties under the given key.
- getProperties(String, String) - Method in class io.jooby.Environment
-
List all the properties under the given key.
- getProperty(String, String) - Method in class io.jooby.Environment
-
Get a property under the given key or use the given default value when missing.
- getProperty(String) - Method in class io.jooby.Environment
-
Get a property under the given key or null
when missing.
- getProtocol() - Method in interface io.jooby.Context
-
The name of the protocol the request.
- getProtocol() - Method in class io.jooby.ForwardingContext
-
- getProtocol() - Method in class io.jooby.SslOptions
-
Specify the enabled protocols for an SSL/TLS session.
- getQuality() - Method in class io.jooby.MediaType
-
Value of q
parameter.
- getRawType() - Method in class io.jooby.Reified
-
Returns the raw (non-generic) type for this type.
- getReason() - Method in class io.jooby.WebSocketCloseStatus
-
Reason or null
.
- getRemoteAddress() - Method in interface io.jooby.Context
-
The IP address of the client or last proxy that sent the request.
- getRemoteAddress() - Method in class io.jooby.ForwardingContext
-
- getRemoteAddress() - Method in class io.jooby.internal.ProxyPeerAddress
-
The X-Forwarded-For (XFF) header is a de-facto standard header for identifying the originating
IP address of a client connecting to a web server through an HTTP proxy or a load balancer.
- getRequestLength() - Method in interface io.jooby.Context
-
Request Content-Length
header or -1
when missing.
- getRequestLength() - Method in interface io.jooby.DefaultContext
-
- getRequestLength() - Method in class io.jooby.ForwardingContext
-
- getRequestPath() - Method in interface io.jooby.Context
-
Request path without decoding (a.k.a raw Path) without query string.
- getRequestPath() - Method in exception io.jooby.exception.NotFoundException
-
Requested path.
- getRequestPath() - Method in class io.jooby.ForwardingContext
-
- getRequestType() - Method in interface io.jooby.Context
-
Request Content-Type
header or null
when missing.
- getRequestType(MediaType) - Method in interface io.jooby.Context
-
Request Content-Type
header or null
when missing.
- getRequestType() - Method in interface io.jooby.DefaultContext
-
- getRequestType(MediaType) - Method in interface io.jooby.DefaultContext
-
- getRequestType() - Method in class io.jooby.ForwardingContext
-
- getRequestType(MediaType) - Method in class io.jooby.ForwardingContext
-
- getRequestURL() - Method in interface io.jooby.Context
-
Recreates full/entire url of the current request using the Host
header.
- getRequestURL(String) - Method in interface io.jooby.Context
-
Recreates full/entire request url using the Host
header with a custom path/suffix.
- getRequestURL() - Method in interface io.jooby.DefaultContext
-
- getRequestURL(String) - Method in interface io.jooby.DefaultContext
-
- getRequestURL() - Method in class io.jooby.ForwardingContext
-
- getRequestURL(String) - Method in class io.jooby.ForwardingContext
-
- getResetHeadersOnError() - Method in interface io.jooby.Context
-
True if response headers are cleared on application error.
- getResetHeadersOnError() - Method in class io.jooby.ForwardingContext
-
- getResource(ClassLoader, String) - Method in class io.jooby.SslOptions
-
Search for a resource at the given path.
- getResponseCode() - Method in interface io.jooby.Context
-
Get response status code.
- getResponseCode() - Method in class io.jooby.ForwardingContext
-
- getResponseHeader(String) - Method in interface io.jooby.Context
-
Get response header.
- getResponseHeader(String) - Method in class io.jooby.ForwardingContext
-
- getResponseLength() - Method in interface io.jooby.Context
-
Get response content length or -1
when none was set.
- getResponseLength() - Method in class io.jooby.ForwardingContext
-
- getResponseType() - Method in interface io.jooby.Context
-
Get response content type.
- getResponseType() - Method in class io.jooby.ForwardingContext
-
- getRetry() - Method in class io.jooby.ServerSentMessage
-
The reconnection time to use when attempting to send the event.
- getReturnType() - Method in class io.jooby.Route
-
Return return type.
- getRoute() - Method in interface io.jooby.Context
-
Matching route.
- getRoute() - Method in class io.jooby.ForwardingContext
-
- getRouter() - Method in interface io.jooby.Context
-
Get the HTTP router (usually this represent an instance of
Jooby
.
- getRouter() - Method in class io.jooby.ForwardingContext
-
- getRouter() - Method in class io.jooby.Jooby
-
The underlying router.
- getRouterOptions() - Method in class io.jooby.internal.RouterImpl
-
- getRouterOptions() - Method in class io.jooby.Jooby
-
- getRouterOptions() - Method in interface io.jooby.Router
-
Router options.
- getRoutes() - Method in class io.jooby.internal.RouterImpl
-
- getRoutes() - Method in class io.jooby.Jooby
-
- getRoutes() - Method in interface io.jooby.Router
-
Returns all routes.
- getRoutes() - Method in class io.jooby.RouteSet
-
Sub-routes.
- getSameSite() - Method in class io.jooby.Cookie
-
Returns the value for the 'SameSite' parameter.
- getScheme() - Method in interface io.jooby.Context
-
HTTP scheme in lower case.
- getScheme() - Method in class io.jooby.ForwardingContext
-
- getScheme() - Method in class io.jooby.internal.ProxyPeerAddress
-
The X-Forwarded-Proto (XFP) header is a de-facto standard header for identifying the protocol
(HTTP or HTTPS) that a client used to connect to your proxy or load balancer.
- getSecurePort() - Method in class io.jooby.ServerOptions
-
HTTPs port or null
.
- getServer() - Method in class io.jooby.ServerOptions
-
Server name.
- getServerHost() - Method in interface io.jooby.Context
-
Server host.
- getServerHost() - Method in interface io.jooby.DefaultContext
-
- getServerHost() - Method in class io.jooby.ForwardingContext
-
- getServerOptions() - Method in class io.jooby.internal.RouterImpl
-
- getServerOptions() - Method in class io.jooby.Jooby
-
Server options or null
.
- getServerOptions() - Method in interface io.jooby.Router
-
Available server options.
- getServerPort() - Method in interface io.jooby.Context
-
Server port for current request.
- getServerPort() - Method in interface io.jooby.DefaultContext
-
- getServerPort() - Method in class io.jooby.ForwardingContext
-
- getServices() - Method in class io.jooby.internal.RouterImpl
-
- getServices() - Method in class io.jooby.Jooby
-
- getServices() - Method in interface io.jooby.Router
-
Application service registry.
- getSessions() - Method in interface io.jooby.WebSocket
-
Web sockets connected to the same path.
- getSessionStore() - Method in class io.jooby.internal.RouterImpl
-
- getSessionStore() - Method in class io.jooby.Jooby
-
- getSessionStore() - Method in interface io.jooby.Router
-
Session store.
- getSize() - Method in interface io.jooby.Asset
-
- getSize() - Method in interface io.jooby.Body
-
Size in bytes.
- getSize() - Method in class io.jooby.internal.ByteArrayBody
-
- getSize() - Method in class io.jooby.internal.FileAsset
-
- getSize() - Method in class io.jooby.internal.FileBody
-
- getSize() - Method in class io.jooby.internal.InputStreamBody
-
- getSize() - Method in class io.jooby.internal.JarAsset
-
- getSize() - Method in class io.jooby.internal.URLAsset
-
- getSsl() - Method in class io.jooby.ServerOptions
-
SSL options.
- getSSLContext(ClassLoader) - Method in class io.jooby.ServerOptions
-
Creates SSL context using the given resource loader.
- getStart() - Method in interface io.jooby.ByteRange
-
Start range or -1
.
- getStart() - Method in class io.jooby.internal.NoByteRange
-
- getStart() - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- getStart() - Method in class io.jooby.internal.SingleByteRange
-
Start range or -1
.
- getStatusCode() - Method in interface io.jooby.ByteRange
-
- getStatusCode() - Method in exception io.jooby.exception.StatusCodeException
-
Status code.
- getStatusCode() - Method in class io.jooby.internal.NoByteRange
-
- getStatusCode() - Method in class io.jooby.internal.NotSatisfiableByteRange
-
- getStatusCode() - Method in class io.jooby.internal.SingleByteRange
-
- getSubtype() - Method in class io.jooby.MediaType
-
Subtype segment of mediatype (trailing type).
- getSummary() - Method in class io.jooby.Route
-
Route summary useful for documentation purpose from openAPI generator.
- getSummary() - Method in class io.jooby.RouteSet
-
Route summary useful for documentation purpose from openAPI generator.
- getTags() - Method in class io.jooby.Route
-
Route tags.
- getTags() - Method in class io.jooby.RouteSet
-
Route tags.
- getTmpdir() - Method in class io.jooby.internal.RouterImpl
-
- getTmpdir() - Method in class io.jooby.Jooby
-
- getTmpdir() - Method in interface io.jooby.Router
-
Application temporary directory.
- getToken() - Method in class io.jooby.SessionStore.InMemory
-
Session token.
- getTrustCert() - Method in class io.jooby.SslOptions
-
A PKCS12 or X.509 certificate chain file in PEM format.
- getTrustPassword() - Method in class io.jooby.SslOptions
-
Trust certificate password.
- getType() - Method in class io.jooby.MediaType
-
Type segment of mediatype (leading type).
- getType() - Method in class io.jooby.Reified
-
Gets underlying Type
instance.
- getType() - Method in class io.jooby.ServiceKey
-
Resource type.
- getType() - Method in class io.jooby.SslOptions
-
Certificate type.
- getUseCredentials() - Method in class io.jooby.Cors
-
If true, set the Access-Control-Allow-Credentials
header.
- getUser() - Method in interface io.jooby.Context
-
Current user or null
if none was set.
- getUser() - Method in interface io.jooby.DefaultContext
-
- getUser() - Method in class io.jooby.ForwardingContext
-
- getValue() - Method in class io.jooby.Cookie
-
Cookie's value.
- getValue() - Method in class io.jooby.MediaType
-
Media type value without parameters.
- getValue() - Method in enum io.jooby.SameSite
-
Returns the parameter value used in Set-Cookie
.
- getVersion() - Method in class io.jooby.Jooby
-
Get application version (description/debugging purpose only).
- getView() - Method in class io.jooby.ModelAndView
-
View name with file extension, like: index.html
.
- getWorker() - Method in class io.jooby.internal.RouterImpl
-
- getWorker() - Method in class io.jooby.Jooby
-
- getWorker() - Method in interface io.jooby.Router
-
Returns the worker thread pool.
- getWorkerThreads() - Method in class io.jooby.ServerOptions
-
Number of worker threads (a.k.a application) to use.
- getWorkerThreads(int) - Method in class io.jooby.ServerOptions
-
Number of worker threads (a.k.a application) to use.
- GMT - Static variable in interface io.jooby.Context
-
Constant for GMT.
- GOING_AWAY - Static variable in class io.jooby.WebSocketCloseStatus
-
1001 indicates that an endpoint is "going away", such as a server going down or a
browser having navigated away from a page.
- GOING_AWAY_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1001 indicates that an endpoint is "going away", such as a server going down or a
browser having navigated away from a page.
- GONE - Static variable in class io.jooby.StatusCode
-
410 Gone
.
- GONE_CODE - Static variable in class io.jooby.StatusCode
-
410 Gone
.
- GracefulShutdown - Class in io.jooby
-
Install a handler that at application shutdown time:
- Waits for existing requests to finished with an optional timeout
- Incoming requests are resolved as Service Unavailable(503)
NOTE: This extension must be installed at very beginning of your route pipeline.
- GracefulShutdown(Duration) - Constructor for class io.jooby.GracefulShutdown
-
Creates a new shutdown handler and waits for existing requests to finish or for specified
amount of time.
- GracefulShutdown() - Constructor for class io.jooby.GracefulShutdown
-
Creates a new shutdown handler and waits for existing request to finish.
- GracefulShutdownHandler - Class in io.jooby.internal
-
- GracefulShutdownHandler(Duration) - Constructor for class io.jooby.internal.GracefulShutdownHandler
-
- I_AM_A_TEAPOT - Static variable in class io.jooby.StatusCode
-
418 I'm a teapot
.
- I_AM_A_TEAPOT_CODE - Static variable in class io.jooby.StatusCode
-
418 I'm a teapot
.
- ID_SIZE - Static variable in interface io.jooby.SessionToken
-
Size of default token generator.
- IM_USED - Static variable in class io.jooby.StatusCode
-
226 IM Used
.
- IM_USED_CODE - Static variable in class io.jooby.StatusCode
-
226 IM Used
.
- in(ParamSource) - Method in class io.jooby.internal.ParamLookupImpl
-
- in(ParamSource) - Method in interface io.jooby.ParamLookup
-
Adds the specified source to the search locations.
- inCookie() - Method in interface io.jooby.ParamLookup
-
Adds the cookie parameters to the search locations.
- inFlash() - Method in interface io.jooby.ParamLookup
-
Adds the flash parameters to the search locations.
- inForm() - Method in interface io.jooby.ParamLookup
-
Adds the form parameters to the search locations.
- inHeader() - Method in interface io.jooby.ParamLookup
-
Adds the header parameters to the search locations.
- init(Context, WebSocketConfigurer) - Method in interface io.jooby.WebSocket.Initializer
-
Callback with a readonly context and websocket configurer.
- inline() - Method in interface io.jooby.FileDownload.Builder
-
- InlineFile - Class in io.jooby
-
Represents an inline file response.
- InlineFile(InputStream, String, long) - Constructor for class io.jooby.InlineFile
-
Creates a new inline file.
- InlineFile(InputStream, String) - Constructor for class io.jooby.InlineFile
-
Creates a new inline file.
- InlineFile(Path, String) - Constructor for class io.jooby.InlineFile
-
Creates a new inline file.
- InlineFile(Path) - Constructor for class io.jooby.InlineFile
-
Creates a new inline file.
- inMultipart() - Method in interface io.jooby.ParamLookup
-
Adds the multipart parameters to the search locations.
- inPath() - Method in interface io.jooby.ParamLookup
-
Adds the path parameters to the search locations.
- InputStreamBody - Class in io.jooby.internal
-
- InputStreamBody(Context, InputStream, long) - Constructor for class io.jooby.internal.InputStreamBody
-
- inQuery() - Method in interface io.jooby.ParamLookup
-
Adds the query parameters to the search locations.
- insert(String, String, Route) - Method in class io.jooby.internal.RouteTreeForwarding
-
- inSession() - Method in interface io.jooby.ParamLookup
-
Adds the session parameters to the search locations.
- install(Jooby) - Method in interface io.jooby.Extension
-
Install, configure additional features to a Jooby application.
- install(Jooby) - Method in class io.jooby.GracefulShutdown
-
- install(SneakyThrows.Supplier<Jooby>) - Method in class io.jooby.Jooby
-
Installs/imports a full application into this one.
- install(String, SneakyThrows.Supplier<Jooby>) - Method in class io.jooby.Jooby
-
Installs/imports a full application into this one.
- install(Extension) - Method in class io.jooby.Jooby
-
Install extension module.
- install(Jooby) - Method in class io.jooby.OpenAPIModule
-
- INSTANCE - Static variable in class io.jooby.internal.ContextAsServiceInitializer
-
- INSUFFICIENT_STORAGE - Static variable in class io.jooby.StatusCode
-
507 Insufficient Storage
.
- INSUFFICIENT_STORAGE_CODE - Static variable in class io.jooby.StatusCode
-
507 Insufficient Storage
.
- intValue() - Method in interface io.jooby.Value
-
Convert this value to int (if possible).
- intValue(int) - Method in interface io.jooby.Value
-
Convert this value to int (if possible) or fallback to given value when missing.
- InvalidCsrfToken - Exception in io.jooby.exception
-
Generate by CSRF handler.
- InvalidCsrfToken(String) - Constructor for exception io.jooby.exception.InvalidCsrfToken
-
Creates a new exception.
- io.jooby - package io.jooby
-
- io.jooby.annotations - package io.jooby.annotations
-
- io.jooby.exception - package io.jooby.exception
-
- io.jooby.internal - package io.jooby.internal
-
- IO_THREADS - Static variable in class io.jooby.ServerOptions
-
Number of available threads, but never smaller than 2
.
- isActive(String, String...) - Method in class io.jooby.Environment
-
Test is the given environment names are active.
- isAddressInUse(Throwable) - Static method in interface io.jooby.Server
-
Whenever the given exception is an address already in use.
- isArray() - Method in interface io.jooby.Value
-
True if this value is an array/sequence (not single or hash).
- isDirectory() - Method in interface io.jooby.Asset
-
- isDirectory() - Method in class io.jooby.internal.FileAsset
-
- isDirectory() - Method in class io.jooby.internal.JarAsset
-
- isDirectory() - Method in class io.jooby.internal.URLAsset
-
- isEtag() - Method in class io.jooby.CacheControl
-
Returns whether e-tag support is enabled.
- isExpectContinue() - Method in class io.jooby.ServerOptions
-
Whenever 100-Expect and continue requests are handled by the server.
- isFatal(Throwable) - Static method in class io.jooby.SneakyThrows
-
- isHttp2() - Method in class io.jooby.ServerOptions
-
Specify when HTTP/2 is enabled or not.
- isHttpHead() - Method in class io.jooby.Route
-
True if route support HTTP HEAD.
- isHttpOnly() - Method in class io.jooby.Cookie
-
Cookie's http-only flag.
- isHttpOptions() - Method in class io.jooby.Route
-
True if route support HTTP OPTIONS.
- isHttpsOnly() - Method in class io.jooby.ServerOptions
-
Bind only https port.
- isHttpTrace() - Method in class io.jooby.Route
-
True if route support HTTP TRACE.
- isInIoThread() - Method in interface io.jooby.Context
-
True when request runs in IO threads.
- isInIoThread() - Method in class io.jooby.ForwardingContext
-
- isInMemory() - Method in interface io.jooby.Body
-
True if body is on memory.
- isInMemory() - Method in class io.jooby.internal.ByteArrayBody
-
- isInMemory() - Method in class io.jooby.internal.FileBody
-
- isInMemory() - Method in class io.jooby.internal.InputStreamBody
-
- isJson() - Method in class io.jooby.MediaType
-
Indicates whenever this is a json mediatype.
- isLastModified() - Method in class io.jooby.CacheControl
-
Returns whether the handling of If-Modified-Since
header is enabled.
- isMissing() - Method in interface io.jooby.Value
-
True for missing values.
- isModify() - Method in class io.jooby.internal.SessionImpl
-
- isModify() - Method in interface io.jooby.Session
-
True for modified/dirty sessions.
- isNew() - Method in class io.jooby.internal.SessionImpl
-
- isNew() - Method in interface io.jooby.Session
-
True for new sessions.
- isObject() - Method in interface io.jooby.Value
-
True if this is a hash/object value (not single or array).
- isOpen() - Method in interface io.jooby.ServerSentEmitter
-
True if connection is open.
- isOpen() - Method in interface io.jooby.WebSocket
-
True if websocket is open.
- isPreflight() - Method in interface io.jooby.Context
-
Test whenever this is a CORS preflight request.
- isPresent() - Method in interface io.jooby.Value
-
True for present values.
- isResponseStarted() - Method in interface io.jooby.Context
-
True if response already started.
- isResponseStarted() - Method in class io.jooby.ForwardingContext
-
- isResponseStarted() - Method in class io.jooby.internal.ReadOnlyContext
-
- isSecure() - Method in interface io.jooby.Context
-
Returns a boolean indicating whether this request was made using a secure channel, such as
HTTPS.
- isSecure() - Method in class io.jooby.Cookie
-
Secure cookie.
- isSecure() - Method in interface io.jooby.DefaultContext
-
- isSecure() - Method in class io.jooby.ForwardingContext
-
- isSet() - Method in class io.jooby.internal.RegistryRef
-
- isSingle() - Method in interface io.jooby.Value
-
True if this is a single value (not a hash or array).
- isSSLEnabled() - Method in class io.jooby.ServerOptions
-
True when SSL is enabled.
- isTextual() - Method in class io.jooby.MediaType
-
Indicates whenever this is a textual mediatype.
- isTransactional(boolean) - Method in class io.jooby.Route
-
Returns whether this route is marked as transactional, or returns
defaultValue
if this route has not been marked explicitly.
- isTrustProxy() - Method in class io.jooby.internal.RouterImpl
-
- isTrustProxy() - Method in class io.jooby.Jooby
-
- isTrustProxy() - Method in interface io.jooby.Router
-
When true handles X-Forwarded-* headers by updating the values on the current context to
match what was sent in the header(s).
- iterator() - Method in class io.jooby.internal.ArrayValue
-
- iterator() - Method in class io.jooby.internal.HashValue
-
- iterator() - Method in class io.jooby.internal.SingleValue
-
- iterator() - Method in interface io.jooby.ValueNode
-
Value iterator.
- map(Type, Type) - Static method in class io.jooby.Reified
-
Creates an
Map
type literal.
- match(Context) - Method in class io.jooby.internal.RouterImpl
-
- match(String, String) - Method in class io.jooby.internal.RouterImpl
-
- match(Context) - Method in class io.jooby.Jooby
-
- match(String, String) - Method in class io.jooby.Jooby
-
- match(Context) - Method in interface io.jooby.Router
-
Find a matching route using the given context.
- match(String, String) - Method in interface io.jooby.Router
-
Find a matching route using the given context.
- matches(String) - Method in interface io.jooby.Context
-
Check if the request path matches the given pattern.
- matches(String) - Method in interface io.jooby.DefaultContext
-
- matches(String) - Method in class io.jooby.ForwardingContext
-
- matches() - Method in class io.jooby.internal.RouterMatch
-
- matches() - Method in class io.jooby.internal.StaticRouterMatch
-
- matches(String) - Method in class io.jooby.MediaType
-
True if this mediatype is compatible with the given content type.
- matches(MediaType) - Method in class io.jooby.MediaType
-
True if this mediatype is compatible with the given content type.
- matches(Type) - Method in interface io.jooby.ResponseHandler
-
True if response route type is the one expected by the response handler.
- matches() - Method in interface io.jooby.Router.Match
-
True for matching route.
- MAX_BUFFER_SIZE - Static variable in interface io.jooby.WebSocket
-
Max message size for websocket (128K).
- MediaType - Class in io.jooby
-
Implementation of media/content type.
- memory(int) - Static method in interface io.jooby.SessionStore
-
Creates a cookie based session and store data in memory.
- memory() - Static method in interface io.jooby.SessionStore
-
Creates a cookie based session and store data in memory.
- memory(Duration) - Static method in interface io.jooby.SessionStore
-
Creates a cookie based session and store data in memory.
- memory(Cookie) - Static method in interface io.jooby.SessionStore
-
Creates a cookie based session and store data in memory.
- memory(Cookie, Duration) - Static method in interface io.jooby.SessionStore
-
Creates a cookie based session and store data in memory.
- memory(SessionToken) - Static method in interface io.jooby.SessionStore
-
Creates a session store that save data in memory.
- memory(SessionToken, Duration) - Static method in interface io.jooby.SessionStore
-
Creates a session store that save data in memory.
- MemorySessionStore - Class in io.jooby.internal
-
- MemorySessionStore(SessionToken, Duration) - Constructor for class io.jooby.internal.MemorySessionStore
-
- merge(String, String, BiFunction<? super String, ? super String, ? extends String>) - Method in class io.jooby.internal.FlashMapImpl
-
- MessageDecoder - Interface in io.jooby
-
Parse HTTP body into a target type.
- MessageEncoder - Interface in io.jooby
-
Render a route output as byte array.
- METHOD_NOT_ALLOWED - Static variable in class io.jooby.Route
-
- METHOD_NOT_ALLOWED - Static variable in class io.jooby.StatusCode
-
405 Method Not Allowed
.
- METHOD_NOT_ALLOWED_CODE - Static variable in class io.jooby.StatusCode
-
405 Method Not Allowed
.
- methodNotAllowed(Set<String>) - Method in class io.jooby.internal.RouterMatch
-
- MethodNotAllowedException - Exception in io.jooby.exception
-
Whether a HTTP method isn't supported.
- MethodNotAllowedException(String, List<String>) - Constructor for exception io.jooby.exception.MethodNotAllowedException
-
Creates a new method not allowed exception.
- METHODS - Static variable in interface io.jooby.Router
-
HTTP Methods.
- missing(String, String, MessageEncoder) - Method in class io.jooby.internal.RouterMatch
-
- missing(String) - Static method in interface io.jooby.Value
-
Creates a missing value.
- MissingValue - Class in io.jooby.internal
-
- MissingValue(String) - Constructor for class io.jooby.internal.MissingValue
-
- MissingValueException - Exception in io.jooby.exception
-
Missing exception.
- MissingValueException(String) - Constructor for exception io.jooby.exception.MissingValueException
-
Creates a missing exception.
- ModelAndView - Class in io.jooby
-
Used by template engines to renderer views.
- ModelAndView(String, Map<String, Object>) - Constructor for class io.jooby.ModelAndView
-
Creates a new model and view.
- ModelAndView(String) - Constructor for class io.jooby.ModelAndView
-
Creates a new model and view.
- MOST_SPECIFIC - Static variable in class io.jooby.MediaType
-
Computes and returns the most specific media type of both.
- mount(Predicate<Context>, Runnable) - Method in class io.jooby.internal.RouterImpl
-
- mount(Predicate<Context>, Router) - Method in class io.jooby.internal.RouterImpl
-
- mount(String, Router) - Method in class io.jooby.internal.RouterImpl
-
- mount(Router) - Method in class io.jooby.internal.RouterImpl
-
- mount(Predicate<Context>, Runnable) - Method in class io.jooby.Jooby
-
- mount(Predicate<Context>, Router) - Method in class io.jooby.Jooby
-
- mount(String, Router) - Method in class io.jooby.Jooby
-
- mount(Router) - Method in class io.jooby.Jooby
-
- mount(Predicate<Context>, Router) - Method in interface io.jooby.Router
-
Import routes from given router.
- mount(Predicate<Context>, Runnable) - Method in interface io.jooby.Router
-
Import routes from given action.
- mount(String, Router) - Method in interface io.jooby.Router
-
Import all routes from the given router and prefix them with the given path.
- mount(Router) - Method in interface io.jooby.Router
-
Import all routes from the given router.
- MOVED_PERMANENTLY - Static variable in class io.jooby.StatusCode
-
301 Moved Permanently
.
- MOVED_PERMANENTLY_CODE - Static variable in class io.jooby.StatusCode
-
301 Moved Permanently
.
- MULTI_STATUS - Static variable in class io.jooby.StatusCode
-
207 Multi-StatusCode
.
- MULTI_STATUS_CODE - Static variable in class io.jooby.StatusCode
-
207 Multi-StatusCode
.
- multipart() - Method in interface io.jooby.Context
-
Get multipart data.
- multipart(String) - Method in interface io.jooby.Context
-
Get a multipart field that matches the given name.
- multipart(Class<T>) - Method in interface io.jooby.Context
-
Convert multipart data to the given type.
- multipart(String) - Method in interface io.jooby.DefaultContext
-
- multipart(Class<T>) - Method in interface io.jooby.DefaultContext
-
- multipart() - Method in class io.jooby.ForwardingContext
-
- multipart(String) - Method in class io.jooby.ForwardingContext
-
- multipart(Class<T>) - Method in class io.jooby.ForwardingContext
-
- multipart - Static variable in class io.jooby.MediaType
-
MULTIPART_FORM_DATA.
- Multipart - Interface in io.jooby
-
Multipart class for direct MVC parameter provisioning.
- MULTIPART_FORMDATA - Static variable in class io.jooby.MediaType
-
MULTIPART_FORM_DATA.
- multipartMap() - Method in interface io.jooby.Context
-
Multipart data as single-value map.
- multipartMap() - Method in interface io.jooby.DefaultContext
-
- multipartMap() - Method in class io.jooby.ForwardingContext
-
- multipartMultimap() - Method in interface io.jooby.Context
-
Multipart data as multi-value map.
- multipartMultimap() - Method in interface io.jooby.DefaultContext
-
- multipartMultimap() - Method in class io.jooby.ForwardingContext
-
- MultipartNode - Class in io.jooby.internal
-
- MultipartNode(Context) - Constructor for class io.jooby.internal.MultipartNode
-
- MULTIPLE_CHOICES - Static variable in class io.jooby.StatusCode
-
300 Multiple Choices
.
- MULTIPLE_CHOICES_CODE - Static variable in class io.jooby.StatusCode
-
300 Multiple Choices
.
- MultipleSessionToken - Class in io.jooby.internal
-
- MultipleSessionToken(SessionToken...) - Constructor for class io.jooby.internal.MultipleSessionToken
-
- mute(StatusCode...) - Method in class io.jooby.DefaultErrorHandler
-
Generate a log.debug call if any of the status code error occurs as exception.
- mute(Class<? extends Exception>...) - Method in class io.jooby.DefaultErrorHandler
-
Generate a log.debug call if any of the exception types occurs.
- mvc(Object) - Method in class io.jooby.internal.RouterImpl
-
- mvc(Class) - Method in class io.jooby.internal.RouterImpl
-
- mvc(Class<T>, Provider<T>) - Method in class io.jooby.internal.RouterImpl
-
- mvc(Object) - Method in class io.jooby.Jooby
-
- mvc(Class) - Method in class io.jooby.Jooby
-
- mvc(Class<T>, Provider<T>) - Method in class io.jooby.Jooby
-
- mvc(Class) - Method in interface io.jooby.Router
-
Import all route method from the given controller class.
- mvc(Class<T>, Provider<T>) - Method in interface io.jooby.Router
-
Import all route method from the given controller class.
- mvc(Object) - Method in interface io.jooby.Router
-
Import all route methods from given controller instance.
- MvcFactory - Interface in io.jooby
-
Created by a Jooby annotation processor tool using the
ServiceLoader
API.
- mvcRouterNotFound(Class) - Static method in exception io.jooby.Usage
-
Creates a mvc route missing exception.
- Param - Annotation Type in io.jooby.annotations
-
Allow access to a parameter from MVC route method and from multiple sources.
- parameterNameNotPresent(Parameter) - Static method in exception io.jooby.Usage
-
Thrown when the reflective bean converter has no access to a parameter name.
- ParamLookup - Interface in io.jooby
-
Fluent interface allowing to conveniently search context parameters
in multiple sources.
- ParamLookup.Stage - Interface in io.jooby
-
Fluent interface allowing to conveniently search context parameters
in multiple sources.
- ParamLookupImpl - Class in io.jooby.internal
-
- ParamLookupImpl(Context) - Constructor for class io.jooby.internal.ParamLookupImpl
-
- ParamSource - Enum in io.jooby
-
- parse(String, long) - Static method in interface io.jooby.ByteRange
-
Parse a byte range request value.
- parse(Context) - Static method in class io.jooby.internal.ProxyPeerAddress
-
- parse(String) - Static method in class io.jooby.MediaType
-
Parse one or more mediatype values.
- parseLocales(String) - Static method in class io.jooby.internal.LocaleUtils
-
- parseRanges(String) - Static method in class io.jooby.internal.LocaleUtils
-
- PARTIAL_CONTENT - Static variable in class io.jooby.StatusCode
-
207 Multi-StatusCode
.
- PARTIAL_CONTENT_CODE - Static variable in class io.jooby.StatusCode
-
206 Partial Content
.
- PATCH - Annotation Type in io.jooby.annotations
-
HTTP PATCH verb for mvc routes.
- PATCH - Static variable in interface io.jooby.Router
-
HTTP PATCH.
- patch(String, Route.Handler) - Method in interface io.jooby.Router
-
Add a HTTP PATCH handler.
- Path - Annotation Type in io.jooby.annotations
-
Set a path for Mvc routes.
- path(String) - Method in interface io.jooby.Context
-
Path variable.
- path(Class<T>) - Method in interface io.jooby.Context
-
- path() - Method in interface io.jooby.Context
-
- path(String) - Method in interface io.jooby.DefaultContext
-
- path(Class<T>) - Method in interface io.jooby.DefaultContext
-
- path() - Method in interface io.jooby.DefaultContext
-
- path() - Method in interface io.jooby.FileUpload
-
File system path to access file content.
- path(String) - Method in class io.jooby.ForwardingContext
-
- path(Class<T>) - Method in class io.jooby.ForwardingContext
-
- path() - Method in class io.jooby.ForwardingContext
-
- path(String, Runnable) - Method in class io.jooby.internal.RouterImpl
-
- path(String, Runnable) - Method in class io.jooby.Jooby
-
- path(String, Runnable) - Method in interface io.jooby.Router
-
Group one or more routes under a common path prefix.
- PATH - Static variable in interface io.jooby.TemplateEngine
-
Default template path.
- pathKeys(String) - Static method in interface io.jooby.Router
-
Extract path keys from given path pattern.
- pathKeys(String, BiConsumer<String, String>) - Static method in interface io.jooby.Router
-
Extract path keys from given path pattern.
- pathMap() - Method in interface io.jooby.Context
-
Path map represent all the path keys with their values.
- pathMap() - Method in class io.jooby.ForwardingContext
-
- pathMap() - Method in class io.jooby.internal.RouterMatch
-
- pathMap() - Method in class io.jooby.internal.StaticRouterMatch
-
- pathMap() - Method in interface io.jooby.Router.Match
-
Path pattern variables.
- PathParam - Annotation Type in io.jooby.annotations
-
Allow access to path variable from MVC route method.
- PAYMENT_REQUIRED - Static variable in class io.jooby.StatusCode
-
402 Payment Required
.
- PAYMENT_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
-
402 Payment Required
.
- pid() - Static method in class io.jooby.Environment
-
Find JVM process ID.
- Pipeline - Class in io.jooby.internal
-
- Pipeline() - Constructor for class io.jooby.internal.Pipeline
-
- PKCS12 - Static variable in class io.jooby.SslOptions
-
PKCS12 constant.
- pkcs12(String, String) - Static method in class io.jooby.SslOptions
-
Creates SSL options for PKCS12 certificate type.
- POLICY_VIOLATION - Static variable in class io.jooby.WebSocketCloseStatus
-
1008 indicates that an endpoint is terminating the connection because it has
received a message that violates its policy.
- POLICY_VIOLATION_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1008 indicates that an endpoint is terminating the connection because it has
received a message that violates its policy.
- pop() - Method in class io.jooby.internal.RouterMatch
-
- PORT - Static variable in interface io.jooby.Context
-
Constant for default HTTP port.
- POST - Annotation Type in io.jooby.annotations
-
HTTP POST verb for mvc routes.
- POST - Static variable in interface io.jooby.Router
-
HTTP POST.
- post(String, Route.Handler) - Method in interface io.jooby.Router
-
Add a HTTP POST handler.
- PRECONDITION_FAILED - Static variable in class io.jooby.StatusCode
-
412 Precondition failed
.
- PRECONDITION_FAILED_CODE - Static variable in class io.jooby.StatusCode
-
412 Precondition failed
.
- PRECONDITION_REQUIRED - Static variable in class io.jooby.StatusCode
-
428 Precondition Required
.
- PRECONDITION_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
-
428 Precondition Required
.
- PROCESSING - Static variable in class io.jooby.StatusCode
-
102 Processing
.
- PROCESSING_CODE - Static variable in class io.jooby.StatusCode
-
102 Processing
.
- Produces - Annotation Type in io.jooby.annotations
-
Defines what media types a route can produces.
- produces(MediaType...) - Method in class io.jooby.Route
-
Add one or more response types (format) produces by this route.
- produces(MediaType...) - Method in class io.jooby.RouteSet
-
Add one or more response types (format) produces by this route.
- propagate(Throwable) - Static method in class io.jooby.SneakyThrows
-
Throws any throwable 'sneakily' - you don't need to catch it, nor declare that you throw it
onwards.
- PROTOCOL_ERROR - Static variable in class io.jooby.WebSocketCloseStatus
-
1002 indicates that an endpoint is terminating the connection due to a protocol
error.
- PROTOCOL_ERROR_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1002 indicates that an endpoint is terminating the connection due to a protocol error.
- providers() - Static method in interface io.jooby.internal.SslContextProvider
-
- ProvisioningException - Exception in io.jooby.exception
-
Provisioning exception, throws by MVC routes when parameter binding fails.
- ProvisioningException(Parameter, Throwable) - Constructor for exception io.jooby.exception.ProvisioningException
-
Creates a provisioning exception.
- ProvisioningException(String, Throwable) - Constructor for exception io.jooby.exception.ProvisioningException
-
Creates a provisioning exception.
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.jooby.StatusCode
-
407 Proxy Authentication Required
.
- PROXY_AUTHENTICATION_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
-
407 Proxy Authentication Required
.
- PROXY_PEER_ADDRESS - Static variable in interface io.jooby.internal.ContextInitializer
-
- ProxyPeerAddress - Class in io.jooby.internal
-
- PUT - Annotation Type in io.jooby.annotations
-
HTTP PUT verb for mvc routes.
- put(String, ValueNode) - Method in interface io.jooby.Formdata
-
Add a form field.
- put(String, String) - Method in interface io.jooby.Formdata
-
Add a form field.
- put(String, Collection<String>) - Method in interface io.jooby.Formdata
-
Add a form field.
- put(String, String) - Method in class io.jooby.internal.FlashMapImpl
-
- put(String, String) - Method in class io.jooby.internal.HashValue
-
- put(String, ValueNode) - Method in class io.jooby.internal.HashValue
-
- put(String, Collection<String>) - Method in class io.jooby.internal.HashValue
-
- put(Map<String, Collection<String>>) - Method in class io.jooby.internal.HashValue
-
- put(String, FileUpload) - Method in class io.jooby.internal.MultipartNode
-
- put(ServiceKey<T>, T) - Method in class io.jooby.internal.ServiceRegistryImpl
-
- put(ServiceKey<T>, Provider<T>) - Method in class io.jooby.internal.ServiceRegistryImpl
-
- put(String, String) - Method in class io.jooby.internal.SessionImpl
-
- put(String, Object) - Method in class io.jooby.ModelAndView
-
Put a model attribute.
- put(Map<String, Object>) - Method in class io.jooby.ModelAndView
-
Copy all the attributes into the model.
- put(String, FileUpload) - Method in interface io.jooby.Multipart
-
Put/Add a file into this multipart request.
- PUT - Static variable in interface io.jooby.Router
-
HTTP PUT.
- put(String, Route.Handler) - Method in interface io.jooby.Router
-
Add a HTTP PUT handler.
- put(Class<T>, Provider<T>) - Method in interface io.jooby.ServiceRegistry
-
Put a service in this registry.
- put(ServiceKey<T>, Provider<T>) - Method in interface io.jooby.ServiceRegistry
-
Put a service in this registry.
- put(Class<T>, T) - Method in interface io.jooby.ServiceRegistry
-
Put a service in this registry.
- put(ServiceKey<T>, T) - Method in interface io.jooby.ServiceRegistry
-
Put a service in this registry.
- put(String, int) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, long) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, CharSequence) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, String) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, float) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, double) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, boolean) - Method in interface io.jooby.Session
-
Put a session attribute.
- put(String, Number) - Method in interface io.jooby.Session
-
Put a session attribute.
- putAll(Map<? extends String, ? extends String>) - Method in class io.jooby.internal.FlashMapImpl
-
- putIfAbsent(String, String) - Method in class io.jooby.internal.FlashMapImpl
-
- putIfAbsent(ServiceKey<T>, T) - Method in class io.jooby.internal.ServiceRegistryImpl
-
- putIfAbsent(ServiceKey<T>, Provider<T>) - Method in class io.jooby.internal.ServiceRegistryImpl
-
- putIfAbsent(ServiceKey<T>, T) - Method in interface io.jooby.ServiceRegistry
-
Put/register a service in this registry if there isn't the same service already registered.
- putIfAbsent(Class<T>, T) - Method in interface io.jooby.ServiceRegistry
-
Put/register a service in this registry if there isn't the same service already registered.
- putIfAbsent(ServiceKey<T>, Provider<T>) - Method in interface io.jooby.ServiceRegistry
-
Put/register a service in this registry if there isn't the same service already registered.
- putIfAbsent(Class<T>, Provider<T>) - Method in interface io.jooby.ServiceRegistry
-
Put/register a service in this registry if there isn't the same service already registered.
- RateLimitHandler - Class in io.jooby
-
Rate limit handler using https://github.com/vladimir-bukhtoyarov/bucket4j.
- RateLimitHandler(SneakyThrows.Function<String, Bucket>) - Constructor for class io.jooby.RateLimitHandler
-
Rate limit per IP/Remote Address.
- RateLimitHandler(SneakyThrows.Function<String, Bucket>, String) - Constructor for class io.jooby.RateLimitHandler
-
Rate limit per header key.
- RateLimitHandler(SneakyThrows.Function<String, Bucket>, SneakyThrows.Function<Context, String>) - Constructor for class io.jooby.RateLimitHandler
-
Rate limiter with a custom key provider.
- RateLimitHandler(Bucket) - Constructor for class io.jooby.RateLimitHandler
-
Rate limiter with a shared/global bucket.
- rawType(Type) - Static method in class io.jooby.Reified
-
Get raw type (class) from given type.
- readOnly(Context) - Static method in interface io.jooby.Context
-
Wrap a HTTP context and make read only.
- ReadOnlyContext - Class in io.jooby.internal
-
- ReadOnlyContext(Context) - Constructor for class io.jooby.internal.ReadOnlyContext
-
- ready(Server) - Method in class io.jooby.Jooby
-
Callback method that indicates application was successfully started it and listening for
connections.
- reason() - Method in class io.jooby.StatusCode
-
- redoc(String) - Method in class io.jooby.OpenAPIModule
-
Customize the redoc-ui path.
- registry(Registry) - Method in class io.jooby.Jooby
-
Set application registry.
- Registry - Interface in io.jooby
-
Service locator pattern which may be provided by a dependency injection framework.
- RegistryException - Exception in io.jooby.exception
-
Thrown when a required service is not available.
- RegistryException(String, Throwable) - Constructor for exception io.jooby.exception.RegistryException
-
Constructor.
- RegistryException(String) - Constructor for exception io.jooby.exception.RegistryException
-
Constructor.
- RegistryRef - Class in io.jooby.internal
-
- RegistryRef() - Constructor for class io.jooby.internal.RegistryRef
-
- Reified<T> - Class in io.jooby
-
Represents a generic type T
.
- Reified() - Constructor for class io.jooby.Reified
-
Constructs a new type literal.
- remove(ContextInitializer) - Method in class io.jooby.internal.ContextInitializerList
-
- remove(Object, Object) - Method in class io.jooby.internal.FlashMapImpl
-
- remove(Object) - Method in class io.jooby.internal.FlashMapImpl
-
- remove(String) - Method in class io.jooby.internal.SessionImpl
-
- remove(String) - Method in interface io.jooby.Session
-
Remove a session attribute.
- removeResponseHeader(String) - Method in interface io.jooby.Context
-
Remove a response header.
- removeResponseHeader(String) - Method in class io.jooby.ForwardingContext
-
- removeResponseHeader(String) - Method in class io.jooby.internal.ReadOnlyContext
-
- removeResponseHeaders() - Method in interface io.jooby.Context
-
Clear/reset all the headers, including cookies.
- removeResponseHeaders() - Method in class io.jooby.ForwardingContext
-
- render(Object) - Method in interface io.jooby.Context
-
Render a value and send the response to client.
- render(Object) - Method in interface io.jooby.DefaultContext
-
- render(Object) - Method in class io.jooby.ForwardingContext
-
- render(Object) - Method in class io.jooby.internal.HeadContext
-
- render(Object) - Method in class io.jooby.internal.ReadOnlyContext
-
- render(Object) - Method in class io.jooby.internal.WebSocketSender
-
- render(Context, ModelAndView) - Method in interface io.jooby.TemplateEngine
-
Render a model and view instance as String.
- render(Object) - Method in interface io.jooby.WebSocket
-
Encode a value and send a text message to client.
- render(Object, boolean) - Method in interface io.jooby.WebSocket
-
Encode a value and send a text message to current client (broadcast = false) or to ALL
connected clients under the websocket path (broadcast = true).
- renewId() - Method in class io.jooby.internal.SessionImpl
-
- renewId() - Method in interface io.jooby.Session
-
Assign a new ID to the existing session.
- renewSessionId(Context, Session) - Method in class io.jooby.internal.SignedSessionStore
-
- renewSessionId(Context, Session) - Method in class io.jooby.SessionStore.InMemory
-
- renewSessionId(Context, Session) - Method in interface io.jooby.SessionStore
-
Renew Session ID.
- replace(String, String, String) - Method in class io.jooby.internal.FlashMapImpl
-
- replace(String, String) - Method in class io.jooby.internal.FlashMapImpl
-
- replaceAll(BiFunction<? super String, ? super String, ? extends String>) - Method in class io.jooby.internal.FlashMapImpl
-
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.jooby.Route
-
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.jooby.StatusCode
-
413 Request Entity Too Large
.
- REQUEST_ENTITY_TOO_LARGE_CODE - Static variable in class io.jooby.StatusCode
-
413 Request Entity Too Large
.
- REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.jooby.StatusCode
-
431 Request Header Fields Too Large
.
- REQUEST_HEADER_FIELDS_TOO_LARGE_CODE - Static variable in class io.jooby.StatusCode
-
431 Request Header Fields Too Large
.
- REQUEST_TIMEOUT - Static variable in class io.jooby.StatusCode
-
408 Request Timeout
.
- REQUEST_TIMEOUT_CODE - Static variable in class io.jooby.StatusCode
-
408 Request Timeout
.
- REQUEST_URI_TOO_LONG - Static variable in class io.jooby.StatusCode
-
414 Request-URI Too Long
.
- REQUEST_URI_TOO_LONG_CODE - Static variable in class io.jooby.StatusCode
-
414 Request-URI Too Long
.
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.jooby.StatusCode
-
416 Requested Range Not Satisfiable
.
- REQUESTED_RANGE_NOT_SATISFIABLE_CODE - Static variable in class io.jooby.StatusCode
-
416 Requested Range Not Satisfiable
.
- requestHeader(String...) - Method in class io.jooby.AccessLogHandler
-
Append request headers to the end of line.
- RequestScope - Class in io.jooby
-
Thread-Local request scope implementation useful for save/store request attribute and access
to them using a static way.
- require(Class<T>, String) - Method in interface io.jooby.DefaultContext
-
- require(Class<T>) - Method in interface io.jooby.DefaultContext
-
- require(ServiceKey<T>) - Method in interface io.jooby.DefaultContext
-
- require(Class<T>) - Method in class io.jooby.ForwardingContext
-
- require(Class<T>, String) - Method in class io.jooby.ForwardingContext
-
- require(ServiceKey<T>) - Method in class io.jooby.ForwardingContext
-
- require(Class<T>, String) - Method in class io.jooby.internal.RouterImpl
-
- require(Class<T>) - Method in class io.jooby.internal.RouterImpl
-
- require(ServiceKey<T>) - Method in class io.jooby.internal.RouterImpl
-
- require(Class<T>, String) - Method in class io.jooby.Jooby
-
- require(Class<T>) - Method in class io.jooby.Jooby
-
- require(ServiceKey<T>) - Method in class io.jooby.Jooby
-
- require(Class<T>) - Method in interface io.jooby.Registry
-
Provides an instance of the given type.
- require(Class<T>, String) - Method in interface io.jooby.Registry
-
Provides an instance of the given type where name matches it.
- require(ServiceKey<T>) - Method in interface io.jooby.Registry
-
Provides an instance of the given type.
- require(Class<T>) - Method in interface io.jooby.ServiceRegistry
-
- require(Class<T>, String) - Method in interface io.jooby.ServiceRegistry
-
- require(ServiceKey<T>) - Method in interface io.jooby.ServiceRegistry
-
- REQUIRED_EXTENSION - Static variable in class io.jooby.WebSocketCloseStatus
-
1010 indicates that an endpoint (client) is terminating the connection because it
has expected the server to negotiate one or more extension, but the server didn't
return them in the response message of the WebSocket handshake.
- REQUIRED_EXTENSION_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1010 indicates that an endpoint (client) is terminating the connection because it
has expected the server to negotiate one or more extension, but the server didn't
return them in the response message of the WebSocket handshake.
- requireNonNull(String, T) - Static method in exception io.jooby.exception.MissingValueException
-
- requiresSecure() - Method in enum io.jooby.SameSite
-
Returns whether this value requires the cookie to be flagged as Secure
.
- RESET_CONTENT - Static variable in class io.jooby.StatusCode
-
206 Partial Content
.
- RESET_CONTENT_CODE - Static variable in class io.jooby.StatusCode
-
205 Reset Content
.
- resolve(String) - Method in interface io.jooby.AssetSource
-
Resolve an asset using the given path.
- resolve(String) - Method in class io.jooby.internal.ClassPathAssetSource
-
- resolve(String) - Method in class io.jooby.internal.FileDiskAssetSource
-
- resolve(String) - Method in class io.jooby.internal.FolderDiskAssetSource
-
- resolve(String) - Method in interface io.jooby.ValueNode
-
Process the given expression and resolve value references.
- resolve(String, boolean) - Method in interface io.jooby.ValueNode
-
Process the given expression and resolve value references.
- resolve(String, String, String) - Method in interface io.jooby.ValueNode
-
Process the given expression and resolve value references.
- resolve(String, boolean, String, String) - Method in interface io.jooby.ValueNode
-
Process the given expression and resolve value references.
- responseHandler(ResponseHandler) - Method in class io.jooby.internal.RouterImpl
-
- responseHandler(ResponseHandler) - Method in class io.jooby.Jooby
-
- ResponseHandler - Interface in io.jooby
-
Bind a route response type to a custom handler.
- responseHandler(ResponseHandler) - Method in interface io.jooby.Router
-
Add a response handler factory.
- responseHeader(String...) - Method in class io.jooby.AccessLogHandler
-
Append response headers to the end of line.
- responseSender() - Method in interface io.jooby.Context
-
HTTP response channel as chunker.
- responseSender() - Method in class io.jooby.ForwardingContext
-
- responseSender() - Method in class io.jooby.internal.HeadContext
-
- responseSender() - Method in class io.jooby.internal.ReadOnlyContext
-
- responseStream() - Method in interface io.jooby.Context
-
HTTP response channel as output stream.
- responseStream(MediaType) - Method in interface io.jooby.Context
-
HTTP response channel as output stream.
- responseStream(MediaType, SneakyThrows.Consumer<OutputStream>) - Method in interface io.jooby.Context
-
HTTP response channel as output stream.
- responseStream(SneakyThrows.Consumer<OutputStream>) - Method in interface io.jooby.Context
-
HTTP response channel as output stream.
- responseStream(MediaType) - Method in interface io.jooby.DefaultContext
-
- responseStream(MediaType, SneakyThrows.Consumer<OutputStream>) - Method in interface io.jooby.DefaultContext
-
- responseStream(SneakyThrows.Consumer<OutputStream>) - Method in interface io.jooby.DefaultContext
-
- responseStream() - Method in class io.jooby.ForwardingContext
-
- responseStream(MediaType) - Method in class io.jooby.ForwardingContext
-
- responseStream(MediaType, SneakyThrows.Consumer<OutputStream>) - Method in class io.jooby.ForwardingContext
-
- responseStream(SneakyThrows.Consumer<OutputStream>) - Method in class io.jooby.ForwardingContext
-
- responseStream() - Method in class io.jooby.internal.HeadContext
-
- responseStream(SneakyThrows.Consumer<OutputStream>) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseStream(MediaType, SneakyThrows.Consumer<OutputStream>) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseStream() - Method in class io.jooby.internal.ReadOnlyContext
-
- responseStream(MediaType) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseWriter() - Method in interface io.jooby.Context
-
HTTP response channel as response writer.
- responseWriter(MediaType) - Method in interface io.jooby.Context
-
HTTP response channel as response writer.
- responseWriter(MediaType, Charset) - Method in interface io.jooby.Context
-
HTTP response channel as response writer.
- responseWriter(SneakyThrows.Consumer<PrintWriter>) - Method in interface io.jooby.Context
-
HTTP response channel as response writer.
- responseWriter(MediaType, SneakyThrows.Consumer<PrintWriter>) - Method in interface io.jooby.Context
-
HTTP response channel as response writer.
- responseWriter(MediaType, Charset, SneakyThrows.Consumer<PrintWriter>) - Method in interface io.jooby.Context
-
HTTP response channel as response writer.
- responseWriter() - Method in interface io.jooby.DefaultContext
-
- responseWriter(MediaType) - Method in interface io.jooby.DefaultContext
-
- responseWriter(SneakyThrows.Consumer<PrintWriter>) - Method in interface io.jooby.DefaultContext
-
- responseWriter(MediaType, SneakyThrows.Consumer<PrintWriter>) - Method in interface io.jooby.DefaultContext
-
- responseWriter(MediaType, Charset, SneakyThrows.Consumer<PrintWriter>) - Method in interface io.jooby.DefaultContext
-
- responseWriter() - Method in class io.jooby.ForwardingContext
-
- responseWriter(MediaType) - Method in class io.jooby.ForwardingContext
-
- responseWriter(MediaType, Charset) - Method in class io.jooby.ForwardingContext
-
- responseWriter(SneakyThrows.Consumer<PrintWriter>) - Method in class io.jooby.ForwardingContext
-
- responseWriter(MediaType, SneakyThrows.Consumer<PrintWriter>) - Method in class io.jooby.ForwardingContext
-
- responseWriter(MediaType, Charset, SneakyThrows.Consumer<PrintWriter>) - Method in class io.jooby.ForwardingContext
-
- responseWriter() - Method in class io.jooby.internal.HeadContext
-
- responseWriter(MediaType, SneakyThrows.Consumer<PrintWriter>) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseWriter(SneakyThrows.Consumer<PrintWriter>) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseWriter(MediaType, Charset, SneakyThrows.Consumer<PrintWriter>) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseWriter() - Method in class io.jooby.internal.ReadOnlyContext
-
- responseWriter(MediaType) - Method in class io.jooby.internal.ReadOnlyContext
-
- responseWriter(MediaType, Charset) - Method in class io.jooby.internal.ReadOnlyContext
-
- RESUME_INCOMPLETE - Static variable in class io.jooby.StatusCode
-
308 Resume Incomplete
.
- RESUME_INCOMPLETE_CODE - Static variable in class io.jooby.StatusCode
-
308 Resume Incomplete
.
- returnType(Object) - Method in class io.jooby.internal.RouteAnalyzer
-
- reverse(Map<String, Object>) - Method in class io.jooby.Route
-
Recreate a path pattern using the given variables.
- reverse(Object...) - Method in class io.jooby.Route
-
Recreate a path pattern using the given variables.
- reverse(String, Object...) - Static method in interface io.jooby.Router
-
Recreate a path pattern using the given variables.
- reverse(String, Map<String, Object>) - Static method in interface io.jooby.Router
-
Recreate a path pattern using the given variables.
- RFC1123 - Static variable in interface io.jooby.Context
-
RFC1123 date formatter.
- RFC1123_PATTERN - Static variable in interface io.jooby.Context
-
RFC1123 date pattern.
- RND - Static variable in interface io.jooby.SessionToken
-
Secure random for default session token generator.
- route(String, String, Route.Handler) - Method in class io.jooby.internal.RouterImpl
-
- route() - Method in class io.jooby.internal.RouterMatch
-
- route() - Method in class io.jooby.internal.StaticRouterMatch
-
- route(String, String, Route.Handler) - Method in class io.jooby.Jooby
-
- Route - Class in io.jooby
-
Route contains information about the HTTP method, path pattern, which content types consumes and
produces, etc..
- Route(String, String, Route.Handler) - Constructor for class io.jooby.Route
-
Creates a new route.
- route() - Method in interface io.jooby.Router.Match
-
Matched route.
- route(String, String, Route.Handler) - Method in interface io.jooby.Router
-
Add a route.
- Route.After - Interface in io.jooby
-
Execute application logic after a response has been generated by a route handler.
- Route.Aware - Interface in io.jooby
-
- Route.Before - Interface in io.jooby
-
Decorates a handler and run logic before handler is executed.
- Route.Complete - Interface in io.jooby
-
Listener interface for events that are run at the completion of a request/response
cycle (i.e.
- Route.Decorator - Interface in io.jooby
-
Decorates a route handler by running logic before and after route handler.
- Route.Handler - Interface in io.jooby
-
Route handler here is where the application logic lives.
- RouteAnalyzer - Class in io.jooby.internal
-
- RouteAnalyzer(ClassSource, boolean) - Constructor for class io.jooby.internal.RouteAnalyzer
-
- Router - Interface in io.jooby
-
Routing DSL functions.
- Router.Match - Interface in io.jooby
-
Find route result.
- RouterImpl - Class in io.jooby.internal
-
- RouterImpl(ClassLoader) - Constructor for class io.jooby.internal.RouterImpl
-
- RouterMatch - Class in io.jooby.internal
-
- RouterMatch() - Constructor for class io.jooby.internal.RouterMatch
-
- RouterOption - Enum in io.jooby
-
Router matching options.
- routes(Runnable) - Method in class io.jooby.internal.RouterImpl
-
- routes(Runnable) - Method in class io.jooby.Jooby
-
- routes(Runnable) - Method in interface io.jooby.Router
-
Group one or more routes.
- RouteSet - Class in io.jooby
-
- RouteSet() - Constructor for class io.jooby.RouteSet
-
- RouteTreeForwarding - Class in io.jooby.internal
-
- RouteTreeForwarding(RouteTree) - Constructor for class io.jooby.internal.RouteTreeForwarding
-
- RouteTreeIgnoreTrailingSlash - Class in io.jooby.internal
-
- RouteTreeIgnoreTrailingSlash(RouteTree) - Constructor for class io.jooby.internal.RouteTreeIgnoreTrailingSlash
-
- RouteTreeLowerCasePath - Class in io.jooby.internal
-
- RouteTreeLowerCasePath(RouteTree) - Constructor for class io.jooby.internal.RouteTreeLowerCasePath
-
- RouteTreeNormPath - Class in io.jooby.internal
-
- RouteTreeNormPath(RouteTree) - Constructor for class io.jooby.internal.RouteTreeNormPath
-
- run(Context) - Method in class io.jooby.CompletionListeners
-
Execute all listeners.
- run() - Method in class io.jooby.ServerSentEmitter.KeepAlive
-
- run() - Method in interface io.jooby.SneakyThrows.Runnable
-
Run task.
- runApp(String[], Class<? extends Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- runApp(String[], ExecutionMode, Class<? extends Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- runApp(String[], Supplier<Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- runApp(String[], Consumer<Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- runApp(String[], ExecutionMode, Consumer<Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- runApp(String[], ExecutionMode, Supplier<Jooby>) - Static method in class io.jooby.Jooby
-
Setup default environment, logging (logback or log4j2) and run application.
- SameSite - Enum in io.jooby
-
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare
if your cookie should be restricted to a first-party or same-site context.
- saveSession(Context, Session) - Method in class io.jooby.internal.SignedSessionStore
-
- saveSession(Context, Session) - Method in class io.jooby.SessionStore.InMemory
-
- saveSession(Context, Session) - Method in interface io.jooby.SessionStore
-
Save a session.
- saveToken(Context, String) - Method in class io.jooby.internal.MultipleSessionToken
-
- saveToken(Context, String) - Method in class io.jooby.SessionToken.CookieID
-
- saveToken(Context, String) - Method in class io.jooby.SessionToken.HeaderID
-
- saveToken(Context, String) - Method in interface io.jooby.SessionToken
-
Save session ID in the web context.
- saveToken(Context, String) - Method in class io.jooby.SessionToken.SignedCookie
-
- SECURE_PORT - Static variable in interface io.jooby.Context
-
Constant for default HTTPS port.
- SEE_OTHER - Static variable in class io.jooby.StatusCode
-
303 See Other
.
- SEE_OTHER_CODE - Static variable in class io.jooby.StatusCode
-
303 See Other
.
- selfSigned() - Static method in class io.jooby.SslOptions
-
Creates SSL options using a self-signed certificate using PKCS12.
- selfSigned(String) - Static method in class io.jooby.SslOptions
-
Creates SSL options using a self-signed certificate.
- send(String) - Method in interface io.jooby.Context
-
Send response data.
- send(String, Charset) - Method in interface io.jooby.Context
-
Send response data.
- send(byte[]) - Method in interface io.jooby.Context
-
Send response data.
- send(ByteBuffer) - Method in interface io.jooby.Context
-
Send response data.
- send(byte[]...) - Method in interface io.jooby.Context
-
Send response data.
- send(ByteBuffer[]) - Method in interface io.jooby.Context
-
Send response data.
- send(ReadableByteChannel) - Method in interface io.jooby.Context
-
Send response data.
- send(InputStream) - Method in interface io.jooby.Context
-
Send response data.
- send(FileDownload) - Method in interface io.jooby.Context
-
Send a file download response.
- send(Path) - Method in interface io.jooby.Context
-
Send a file response.
- send(FileChannel) - Method in interface io.jooby.Context
-
Send a file response.
- send(StatusCode) - Method in interface io.jooby.Context
-
Send an empty response with the given status code.
- send(byte[]...) - Method in interface io.jooby.DefaultContext
-
- send(String) - Method in interface io.jooby.DefaultContext
-
- send(FileDownload) - Method in interface io.jooby.DefaultContext
-
- send(Path) - Method in interface io.jooby.DefaultContext
-
- send(String) - Method in class io.jooby.ForwardingContext
-
- send(String, Charset) - Method in class io.jooby.ForwardingContext
-
- send(byte[]) - Method in class io.jooby.ForwardingContext
-
- send(ByteBuffer) - Method in class io.jooby.ForwardingContext
-
- send(byte[]...) - Method in class io.jooby.ForwardingContext
-
- send(ByteBuffer[]) - Method in class io.jooby.ForwardingContext
-
- send(ReadableByteChannel) - Method in class io.jooby.ForwardingContext
-
- send(InputStream) - Method in class io.jooby.ForwardingContext
-
- send(FileDownload) - Method in class io.jooby.ForwardingContext
-
- send(Path) - Method in class io.jooby.ForwardingContext
-
- send(FileChannel) - Method in class io.jooby.ForwardingContext
-
- send(StatusCode) - Method in class io.jooby.ForwardingContext
-
- send(Path) - Method in class io.jooby.internal.HeadContext
-
- send(byte[]) - Method in class io.jooby.internal.HeadContext
-
- send(String) - Method in class io.jooby.internal.HeadContext
-
- send(ByteBuffer) - Method in class io.jooby.internal.HeadContext
-
- send(FileChannel) - Method in class io.jooby.internal.HeadContext
-
- send(FileDownload) - Method in class io.jooby.internal.HeadContext
-
- send(InputStream) - Method in class io.jooby.internal.HeadContext
-
- send(StatusCode) - Method in class io.jooby.internal.HeadContext
-
- send(ReadableByteChannel) - Method in class io.jooby.internal.HeadContext
-
- send(String, Charset) - Method in class io.jooby.internal.HeadContext
-
- send(Path) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(byte[]) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(String) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(ByteBuffer) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(FileChannel) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(FileDownload) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(InputStream) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(StatusCode) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(ReadableByteChannel) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(String, Charset) - Method in class io.jooby.internal.ReadOnlyContext
-
- send(String, Charset) - Method in class io.jooby.internal.WebSocketSender
-
- send(byte[]) - Method in class io.jooby.internal.WebSocketSender
-
- send(String) - Method in interface io.jooby.ServerSentEmitter
-
Send a text message to client.
- send(byte[]) - Method in interface io.jooby.ServerSentEmitter
-
Send a text message to client.
- send(Object) - Method in interface io.jooby.ServerSentEmitter
-
Send a text message to client.
- send(String, Object) - Method in interface io.jooby.ServerSentEmitter
-
Send a message to the client and set the event type attribute.
- send(ServerSentMessage) - Method in interface io.jooby.ServerSentEmitter
-
Send a message to the client.
- send(String) - Method in interface io.jooby.WebSocket
-
Send a text message to client.
- send(String, boolean) - Method in interface io.jooby.WebSocket
-
Send a text message to current client (broadcast = false) or to ALL connected clients under the
websocket path (broadcast = true).
- send(byte[]) - Method in interface io.jooby.WebSocket
-
Send a text message to client.
- send(byte[], boolean) - Method in interface io.jooby.WebSocket
-
Send a text message to current client (broadcast = false) or to ALL connected clients under the
websocket path (broadcast = true).
- Sender - Interface in io.jooby
-
Non-blocking sender.
- Sender.Callback - Interface in io.jooby
-
Write callback.
- sendError(Throwable) - Method in interface io.jooby.Context
-
Send an error response.
- sendError(Throwable, StatusCode) - Method in interface io.jooby.Context
-
Send an error response.
- sendError(Throwable) - Method in interface io.jooby.DefaultContext
-
- sendError(Throwable, StatusCode) - Method in interface io.jooby.DefaultContext
-
Send an error response.
- sendError(Throwable) - Method in class io.jooby.ForwardingContext
-
- sendError(Throwable, StatusCode) - Method in class io.jooby.ForwardingContext
-
- sendError(Throwable) - Method in class io.jooby.internal.ReadOnlyContext
-
- sendError(Throwable, StatusCode) - Method in class io.jooby.internal.ReadOnlyContext
-
- sendRedirect(String) - Method in interface io.jooby.Context
-
Send a 302
response.
- sendRedirect(StatusCode, String) - Method in interface io.jooby.Context
-
Send a redirect response.
- sendRedirect(String) - Method in interface io.jooby.DefaultContext
-
- sendRedirect(StatusCode, String) - Method in interface io.jooby.DefaultContext
-
- sendRedirect(String) - Method in class io.jooby.ForwardingContext
-
- sendRedirect(StatusCode, String) - Method in class io.jooby.ForwardingContext
-
- sendRedirect(String) - Method in class io.jooby.internal.ReadOnlyContext
-
- sendRedirect(StatusCode, String) - Method in class io.jooby.internal.ReadOnlyContext
-
- Server - Interface in io.jooby
-
Web server contract.
- Server.Base - Class in io.jooby
-
Base class for server.
- SERVER_ERROR - Static variable in class io.jooby.StatusCode
-
500 Server Error
.
- SERVER_ERROR - Static variable in class io.jooby.WebSocketCloseStatus
-
1011 indicates that a server is terminating the connection because it encountered
an unexpected condition that prevented it from fulfilling the request.
- SERVER_ERROR_CODE - Static variable in class io.jooby.StatusCode
-
500 Server Error
.
- SERVER_ERROR_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1011 indicates that a server is terminating the connection because it encountered
an unexpected condition that prevented it from fulfilling the request.
- SERVER_PORT - Static variable in class io.jooby.ServerOptions
-
Default application port 8080
or the value of system property server.port
.
- ServerOptions - Class in io.jooby
-
Available server options.
- ServerOptions() - Constructor for class io.jooby.ServerOptions
-
- ServerSentEmitter - Interface in io.jooby
-
Server-Sent message emitter.
- ServerSentEmitter.Handler - Interface in io.jooby
-
Server-Sent event handler.
- ServerSentEmitter.KeepAlive - Class in io.jooby
-
Keep-alive task.
- ServerSentMessage - Class in io.jooby
-
Server-Sent message.
- ServerSentMessage(Object) - Constructor for class io.jooby.ServerSentMessage
-
Creates a new message.
- SERVICE_OVERLOAD - Static variable in class io.jooby.WebSocketCloseStatus
-
1013 indicates that the service is experiencing overload.
- SERVICE_OVERLOAD_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1013 indicates that the service is experiencing overload.
- SERVICE_RESTARTED - Static variable in class io.jooby.WebSocketCloseStatus
-
1012 indicates that the service is restarted.
- SERVICE_RESTARTED_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1012 indicates that the service is restarted.
- SERVICE_UNAVAILABLE - Static variable in class io.jooby.StatusCode
-
503 Service Unavailable
.
- SERVICE_UNAVAILABLE_CODE - Static variable in class io.jooby.StatusCode
-
503 Service Unavailable
.
- ServiceKey<T> - Class in io.jooby
-
Utility class to access application services.
- ServiceRegistry - Interface in io.jooby
-
Default registry which use a simply key/value mechanism for storing and retrieving services.
- ServiceRegistryImpl - Class in io.jooby.internal
-
- ServiceRegistryImpl() - Constructor for class io.jooby.internal.ServiceRegistryImpl
-
- session() - Method in interface io.jooby.Context
-
Find a session or creates a new session.
- session(String) - Method in interface io.jooby.Context
-
Find a session attribute using the given name.
- session(String) - Method in interface io.jooby.DefaultContext
-
- session() - Method in interface io.jooby.DefaultContext
-
- session(String) - Method in class io.jooby.ForwardingContext
-
- session() - Method in class io.jooby.ForwardingContext
-
- Session - Interface in io.jooby
-
HTTP session.
- SessionImpl - Class in io.jooby.internal
-
- SessionImpl(Context, String) - Constructor for class io.jooby.internal.SessionImpl
-
- SessionImpl(Context, String, Map<String, String>) - Constructor for class io.jooby.internal.SessionImpl
-
- sessionOrNull() - Method in interface io.jooby.Context
-
Find an existing session.
- sessionOrNull() - Method in interface io.jooby.DefaultContext
-
- sessionOrNull() - Method in class io.jooby.ForwardingContext
-
- SessionParam - Annotation Type in io.jooby.annotations
-
Allow access to session attributes from MVC route.
- SessionStore - Interface in io.jooby
-
Load and save sessions from store (memory, database, etc.).
- SessionStore.InMemory - Class in io.jooby
-
Base class for in-memory session store.
- SessionToken - Interface in io.jooby
-
Find, save and delete a session token (cookie, header, parameter, etc)
into/from the web
Context
.
- SessionToken.CookieID - Class in io.jooby
-
Looks for a session ID from request cookie headers.
- SessionToken.HeaderID - Class in io.jooby
-
Looks for a session ID from request headers.
- SessionToken.SignedCookie - Class in io.jooby
-
Looks for a session token from request cookie.
- set(Context) - Method in class io.jooby.internal.ProxyPeerAddress
-
- set(Registry) - Method in class io.jooby.internal.RegistryRef
-
- set(Type) - Static method in class io.jooby.Reified
-
Creates a
Set
type literal.
- setActiveNames(String...) - Method in class io.jooby.EnvironmentOptions
-
Set active environment names.
- setActiveNames(List<String>) - Method in class io.jooby.EnvironmentOptions
-
Set active environment names.
- setAfter(Route.After) - Method in class io.jooby.Route
-
Set after filter.
- setAttributes(Map<String, Object>) - Method in class io.jooby.Route
-
Add one or more attributes applied to this route.
- setAttributes(Map<String, Object>) - Method in class io.jooby.RouteSet
-
Add one or more attributes applied to this route.
- setBasedir(String) - Method in class io.jooby.EnvironmentOptions
-
Set base dir.
- setBasedir(Path) - Method in class io.jooby.EnvironmentOptions
-
Set base dir.
- setBefore(Route.Before) - Method in class io.jooby.Route
-
Set before filter.
- setBufferSize(int) - Method in class io.jooby.ServerOptions
-
Set buffer size.
- setCert(String) - Method in class io.jooby.SslOptions
-
Set certificate path.
- setClassLoader(ClassLoader) - Method in class io.jooby.EnvironmentOptions
-
Set class loader.
- setClientAuth(SslOptions.ClientAuth) - Method in class io.jooby.SslOptions
-
Set desired SSL client authentication mode for SSL channels in server mode.
- setCompressionLevel(Integer) - Method in class io.jooby.ServerOptions
-
Set compression level to use while producing gzip responses.
- setConfig(Config) - Method in class io.jooby.Environment
-
Set configuration properties.
- setConsumes(Collection<MediaType>) - Method in class io.jooby.Route
-
Add one or more request types (format) consumed by this route.
- setConsumes(Collection<MediaType>) - Method in class io.jooby.RouteSet
-
Add one or more request types (format) consumed by this route.
- setContextAsService(boolean) - Method in class io.jooby.internal.RouterImpl
-
- setContextAsService(boolean) - Method in class io.jooby.Jooby
-
- setContextAsService(boolean) - Method in interface io.jooby.Router
-
If enabled, allows to retrieve the
Context
object associated with the current
request via the service registry while the request is being processed.
- setContextPath(String) - Method in class io.jooby.internal.RouterImpl
-
- setContextPath(String) - Method in class io.jooby.Jooby
-
- setContextPath(String) - Method in interface io.jooby.Router
-
Set application context path.
- setCreationTime(Instant) - Method in class io.jooby.internal.SessionImpl
-
- setCreationTime(Instant) - Method in interface io.jooby.Session
-
Set session creation time.
- setCurrentUser(Function<Context, Object>) - Method in class io.jooby.internal.RouterImpl
-
- setCurrentUser(Function<Context, Object>) - Method in class io.jooby.Jooby
-
- setCurrentUser(Function<Context, Object>) - Method in interface io.jooby.Router
-
Provides a way to set the current user from a
Context
.
- setDecoders(Map<String, MessageDecoder>) - Method in class io.jooby.Route
-
Set message decoders.
- setDecorator(Route.Decorator) - Method in class io.jooby.Route
-
Set route decorator.
- setDefaultHeaders(boolean) - Method in class io.jooby.ServerOptions
-
Enabled/disabled default server headers: Date
, Content-Type
and
Server
.
- setDefaultResponseType(MediaType) - Method in interface io.jooby.Context
-
Set the default response content type header.
- setDefaultResponseType(MediaType) - Method in class io.jooby.ForwardingContext
-
- setDefaultResponseType(MediaType) - Method in class io.jooby.internal.ReadOnlyContext
-
- setDefaultResponseType(MediaType) - Method in class io.jooby.internal.WebSocketSender
-
- setDefaultWorker(Executor) - Method in class io.jooby.internal.RouterImpl
-
- setDefaultWorker(Executor) - Method in class io.jooby.Jooby
-
- setDefaultWorker(Executor) - Method in interface io.jooby.Router
-
Set the default worker thread pool.
- setDescription(String) - Method in class io.jooby.Route
-
Route description useful for documentation purpose from openAPI generator.
- setDescription(String) - Method in class io.jooby.RouteSet
-
Route description useful for documentation purpose from openAPI generator.
- setDomain(String) - Method in class io.jooby.Cookie
-
Set cookie's domain.
- setEncoder(MessageEncoder) - Method in class io.jooby.Route
-
Set encoder.
- setEnvironment(Environment) - Method in class io.jooby.Jooby
-
Set application environment.
- setEnvironmentOptions(EnvironmentOptions) - Method in class io.jooby.Jooby
-
Set environment options and initialize/overrides the environment.
- setETag(boolean) - Method in class io.jooby.AssetHandler
-
Turn on/off e-tag support.
- setETag(boolean) - Method in class io.jooby.CacheControl
-
Turn on/off e-tag support.
- setEvent(String) - Method in class io.jooby.ServerSentMessage
-
Set event type.
- setExecutionMode(ExecutionMode) - Method in class io.jooby.Jooby
-
Set application execution mode.
- setExecutorKey(String) - Method in class io.jooby.Route
-
Set executor key.
- setExecutorKey(String) - Method in class io.jooby.RouteSet
-
Set executor key.
- setExpectContinue(Boolean) - Method in class io.jooby.ServerOptions
-
Set 100-Expect and continue requests are handled by the server.
- setExposedHeaders(String...) - Method in class io.jooby.Cors
-
Set the list of exposed headers.
- setExposedHeaders(List<String>) - Method in class io.jooby.Cors
-
Set the list of exposed headers.
- setFilename(String) - Method in class io.jooby.EnvironmentOptions
-
Set file name.
- setFlashCookie(String) - Method in class io.jooby.internal.RouterImpl
-
- setFlashCookie(Cookie) - Method in class io.jooby.internal.RouterImpl
-
- setFlashCookie(String) - Method in class io.jooby.Jooby
-
Deprecated.
- setFlashCookie(Cookie) - Method in class io.jooby.Jooby
-
- setFlashCookie(String) - Method in interface io.jooby.Router
-
- setFlashCookie(Cookie) - Method in interface io.jooby.Router
-
Sets a cookie used as a template to generate the flash cookie, allowing
to customize the cookie name and other cookie parameters.
- setGzip(boolean) - Method in class io.jooby.ServerOptions
-
- setHandle(Object) - Method in class io.jooby.Route
-
- setHeaders(String...) - Method in class io.jooby.Cors
-
Set one or more allowed headers.
- setHeaders(List<String>) - Method in class io.jooby.Cors
-
Set one or more allowed headers.
- setHiddenMethod(String) - Method in class io.jooby.internal.RouterImpl
-
- setHiddenMethod(Function<Context, Optional<String>>) - Method in class io.jooby.internal.RouterImpl
-
- setHiddenMethod(Function<Context, Optional<String>>) - Method in class io.jooby.Jooby
-
- setHiddenMethod(String) - Method in class io.jooby.Jooby
-
- setHiddenMethod(String) - Method in interface io.jooby.Router
-
Provides a way to override the current HTTP method.
- setHiddenMethod(Function<Context, Optional<String>>) - Method in interface io.jooby.Router
-
Provides a way to override the current HTTP method using lookup strategy.
- setHost(String) - Method in interface io.jooby.Context
-
Set the host (without the port value).
- setHost(String) - Method in class io.jooby.ForwardingContext
-
- setHost(String) - Method in class io.jooby.ServerOptions
-
Set the server host, defaults to 0.0.0.0
.
- setHttp2(Boolean) - Method in class io.jooby.ServerOptions
-
Turn on/off HTTP/2 support.
- setHttpHead(boolean) - Method in class io.jooby.Route
-
Enabled or disabled HTTP HEAD.
- setHttpOnly(boolean) - Method in class io.jooby.Cookie
-
Set cookie's http-only.
- setHttpOptions(boolean) - Method in class io.jooby.Route
-
Enabled or disabled HTTP Options.
- setHttpsOnly(boolean) - Method in class io.jooby.ServerOptions
-
Bind only https port.
- setHttpTrace(boolean) - Method in class io.jooby.Route
-
Enabled or disabled HTTP TRACE.
- setId(String) - Method in class io.jooby.internal.SessionImpl
-
- setId(String) - Method in interface io.jooby.ServerSentEmitter
-
Set Server-Sent ID.
- setId(Object) - Method in class io.jooby.ServerSentMessage
-
Set The event ID to set the EventSource object's last event ID value.
- setId(String) - Method in interface io.jooby.Session
-
Set Session ID.
- setIoThreads(int) - Method in class io.jooby.ServerOptions
-
Set number of IO threads to use.
- setLastAccessedTime(Instant) - Method in class io.jooby.internal.SessionImpl
-
- setLastAccessedTime(Instant) - Method in interface io.jooby.Session
-
Set session last accessed time.
- setLastModified(boolean) - Method in class io.jooby.AssetHandler
-
Turn on/off handling of If-Modified-Since
header.
- setLastModified(boolean) - Method in class io.jooby.CacheControl
-
Turn on/off handling of If-Modified-Since
header.
- setLateInit(boolean) - Method in class io.jooby.Jooby
-
Force all module to be initialized lazily at application startup time (not at
creation/instantiation time).
- setLocale(Locale) - Method in class io.jooby.ModelAndView
-
Sets the locale used when rendering the view, if the template
engine supports setting it.
- setLocales(List<Locale>) - Method in class io.jooby.Jooby
-
Sets the supported locales.
- setLocales(Locale...) - Method in class io.jooby.Jooby
-
Sets the supported locales.
- setMaxAge(long) - Method in class io.jooby.AssetHandler
-
Set cache-control header with the given max-age value.
- setMaxAge(Duration) - Method in class io.jooby.AssetHandler
-
Set cache-control header with the given max-age value.
- setMaxAge(long) - Method in class io.jooby.CacheControl
-
Set cache-control header with the given max-age value.
- setMaxAge(Duration) - Method in class io.jooby.CacheControl
-
Set cache-control header with the given max-age value.
- setMaxAge(Duration) - Method in class io.jooby.Cookie
-
Set max age value:
- -1
: indicates a browser session.
- setMaxAge(long) - Method in class io.jooby.Cookie
-
Set max age value:
- -1
: indicates a browser session.
- setMaxAge(Duration) - Method in class io.jooby.Cors
-
Set the preflight max age header.
- setMaxRequestSize(int) - Method in class io.jooby.ServerOptions
-
Set max request size in bytes.
- setMethod(String) - Method in interface io.jooby.Context
-
Set HTTP method in upper-case form.
- setMethod(String) - Method in class io.jooby.ForwardingContext
-
- setMethods(String...) - Method in class io.jooby.Cors
-
Set one or more allowed methods.
- setMethods(List<String>) - Method in class io.jooby.Cors
-
Set one or more allowed methods.
- setModify(boolean) - Method in class io.jooby.internal.SessionImpl
-
- setModify(boolean) - Method in interface io.jooby.Session
-
Set modify flag.
- setName(String) - Method in class io.jooby.Cookie
-
Set cookie's name.
- setName(String) - Method in class io.jooby.Jooby
-
Set application name.
- setNew(boolean) - Method in class io.jooby.internal.SessionImpl
-
- setNew(boolean) - Method in interface io.jooby.Session
-
Set new flag.
- setNoCache() - Method in class io.jooby.AssetHandler
-
Set cache-control header to no-store, must-revalidate
, disables e-tag
and If-Modified-Since
header support.
- setNoCache() - Method in class io.jooby.CacheControl
-
Set cache-control header to no-store, must-revalidate
, disables e-tag
and If-Modified-Since
header support.
- setOptions(ServerOptions) - Method in interface io.jooby.Server
-
Set server options.
- setOrigin(String...) - Method in class io.jooby.Cors
-
Set the allowed origins.
- setOrigin(List<String>) - Method in class io.jooby.Cors
-
Set the allowed origins.
- setPassword(String) - Method in class io.jooby.SslOptions
-
Certificate password.
- setPath(String) - Method in class io.jooby.Cookie
-
Set cookie's path.
- setPathKeys(List<String>) - Method in class io.jooby.Route
-
Set path keys.
- setPathMap(Map<String, String>) - Method in interface io.jooby.Context
-
Set path map.
- setPathMap(Map<String, String>) - Method in class io.jooby.ForwardingContext
-
- setPipeline(Route.Handler) - Method in class io.jooby.Route
-
Set route pipeline.
- setPort(int) - Method in interface io.jooby.Context
-
Set port this request was sent to.
- setPort(int) - Method in class io.jooby.ForwardingContext
-
- setPort(int) - Method in class io.jooby.ServerOptions
-
Set the server port (default is 8080).
- setPrivateKey(String) - Method in class io.jooby.SslOptions
-
Set private key file location.
- setProduces(Collection<MediaType>) - Method in class io.jooby.Route
-
Add one or more response types (format) produces by this route.
- setProduces(Collection<MediaType>) - Method in class io.jooby.RouteSet
-
Add one or more response types (format) produces by this route.
- setProtocol(String...) - Method in class io.jooby.SslOptions
-
Specify the enabled protocols for an SSL/TLS session.
- setProtocol(List<String>) - Method in class io.jooby.SslOptions
-
Specify the enabled protocols for an SSL/TLS session.
- setRemoteAddress(String) - Method in interface io.jooby.Context
-
Set IP address of client or last proxy that sent the request.
- setRemoteAddress(String) - Method in class io.jooby.ForwardingContext
-
- setRequestFilter(Predicate<Context>) - Method in class io.jooby.CsrfHandler
-
Decided whenever or not an incoming request require token verification.
- setRequestPath(String) - Method in interface io.jooby.Context
-
Set request path.
- setRequestPath(String) - Method in class io.jooby.ForwardingContext
-
- setResetHeadersOnError(boolean) - Method in interface io.jooby.Context
-
Set whenever reset/clear headers on application error.
- setResetHeadersOnError(boolean) - Method in class io.jooby.ForwardingContext
-
- setResetHeadersOnError(boolean) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseCode(StatusCode) - Method in interface io.jooby.Context
-
Set response status code.
- setResponseCode(int) - Method in interface io.jooby.Context
-
Set response status code.
- setResponseCode(StatusCode) - Method in interface io.jooby.DefaultContext
-
- setResponseCode(StatusCode) - Method in class io.jooby.ForwardingContext
-
- setResponseCode(int) - Method in class io.jooby.ForwardingContext
-
- setResponseCode(int) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseCode(StatusCode) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseCode(int) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseCode(StatusCode) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseCookie(Cookie) - Method in interface io.jooby.Context
-
Set/add a cookie to response.
- setResponseCookie(Cookie) - Method in class io.jooby.ForwardingContext
-
- setResponseCookie(Cookie) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseCookie(Cookie) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseHeader(String, Date) - Method in interface io.jooby.Context
-
Set response header.
- setResponseHeader(String, Instant) - Method in interface io.jooby.Context
-
Set response header.
- setResponseHeader(String, Object) - Method in interface io.jooby.Context
-
Set response header.
- setResponseHeader(String, String) - Method in interface io.jooby.Context
-
Set response header.
- setResponseHeader(String, Date) - Method in interface io.jooby.DefaultContext
-
- setResponseHeader(String, Instant) - Method in interface io.jooby.DefaultContext
-
- setResponseHeader(String, Object) - Method in interface io.jooby.DefaultContext
-
- setResponseHeader(String, Date) - Method in class io.jooby.ForwardingContext
-
- setResponseHeader(String, Instant) - Method in class io.jooby.ForwardingContext
-
- setResponseHeader(String, Object) - Method in class io.jooby.ForwardingContext
-
- setResponseHeader(String, String) - Method in class io.jooby.ForwardingContext
-
- setResponseHeader(String, Date) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseHeader(String, Object) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseHeader(String, String) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseHeader(String, Instant) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseHeader(String, String) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseHeader(String, Date) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseHeader(String, Object) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseHeader(String, Instant) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseLength(long) - Method in interface io.jooby.Context
-
Set response content length header.
- setResponseLength(long) - Method in class io.jooby.ForwardingContext
-
- setResponseLength(long) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseLength(long) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseType(String) - Method in interface io.jooby.Context
-
Set response content type header.
- setResponseType(MediaType) - Method in interface io.jooby.Context
-
Set response content type header.
- setResponseType(MediaType, Charset) - Method in interface io.jooby.Context
-
Set response content type header.
- setResponseType(MediaType) - Method in interface io.jooby.DefaultContext
-
- setResponseType(String) - Method in class io.jooby.ForwardingContext
-
- setResponseType(MediaType) - Method in class io.jooby.ForwardingContext
-
- setResponseType(MediaType, Charset) - Method in class io.jooby.ForwardingContext
-
- setResponseType(String) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseType(MediaType) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseType(MediaType, Charset) - Method in class io.jooby.internal.ReadOnlyContext
-
- setResponseType(String) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseType(MediaType, Charset) - Method in class io.jooby.internal.WebSocketSender
-
- setResponseType(MediaType) - Method in class io.jooby.internal.WebSocketSender
-
- setRetry(Long) - Method in class io.jooby.ServerSentMessage
-
Set retry option.
- setReturnType(Type) - Method in class io.jooby.Route
-
Set route return type.
- setRoute(Route) - Method in class io.jooby.AssetHandler
-
- setRoute(Route) - Method in interface io.jooby.Context
-
Set matching route.
- setRoute(Route) - Method in class io.jooby.CorsHandler
-
- setRoute(Route) - Method in class io.jooby.ForwardingContext
-
- setRoute(Route) - Method in class io.jooby.HeadHandler
-
- setRoute(Route) - Method in interface io.jooby.Route.Aware
-
Allows a handler to listen for route metadata.
- setRoute(Route) - Method in class io.jooby.TraceHandler
-
- setRouterOptions(RouterOption...) - Method in class io.jooby.internal.RouterImpl
-
- setRouterOptions(RouterOption...) - Method in class io.jooby.Jooby
-
- setRouterOptions(RouterOption...) - Method in interface io.jooby.Router
-
Set router options.
- setRoutes(List<Route>) - Method in class io.jooby.RouteSet
-
Set sub-routes.
- setSameSite(SameSite) - Method in class io.jooby.Cookie
-
Sets the value for the 'SameSite' parameter.
- setScheme(String) - Method in interface io.jooby.Context
-
Set HTTP scheme in lower case.
- setScheme(String) - Method in class io.jooby.ForwardingContext
-
- setSecure(boolean) - Method in class io.jooby.Cookie
-
Set cookie secure flag.
- setSecurePort(Integer) - Method in class io.jooby.ServerOptions
-
Set HTTPs port.
- setServer(String) - Method in class io.jooby.ServerOptions
-
Set server name.
- setServerOptions(ServerOptions) - Method in class io.jooby.Jooby
-
Set server options.
- setSessionStore(SessionStore) - Method in class io.jooby.internal.RouterImpl
-
- setSessionStore(SessionStore) - Method in class io.jooby.Jooby
-
- setSessionStore(SessionStore) - Method in interface io.jooby.Router
-
Set session store.
- setSsl(SslOptions) - Method in class io.jooby.ServerOptions
-
Set SSL options.
- setSummary(String) - Method in class io.jooby.Route
-
Route summary useful for documentation purpose from openAPI generator.
- setSummary(String) - Method in class io.jooby.RouteSet
-
Route summary useful for documentation purpose from openAPI generator.
- setTags(List<String>) - Method in class io.jooby.Route
-
Tag this route.
- setTags(List<String>) - Method in class io.jooby.RouteSet
-
Tag this route.
- setTimeout(Duration) - Method in class io.jooby.internal.MemorySessionStore
-
- setTmpdir(Path) - Method in class io.jooby.Jooby
-
Set application temporary directory.
- setToken(SessionToken) - Method in class io.jooby.SessionStore.InMemory
-
Set custom session token.
- setTokenGenerator(Function<Context, String>) - Method in class io.jooby.CsrfHandler
-
Set a custom token generator.
- setTrustCert(String) - Method in class io.jooby.SslOptions
-
Set certificate path.
- setTrustPassword(String) - Method in class io.jooby.SslOptions
-
Set trust certificate password.
- setTrustProxy(boolean) - Method in class io.jooby.internal.RouterImpl
-
- setTrustProxy(boolean) - Method in class io.jooby.Jooby
-
- setTrustProxy(boolean) - Method in interface io.jooby.Router
-
When true handles X-Forwarded-* headers by updating the values on the current context to
match what was sent in the header(s).
- setType(String) - Method in class io.jooby.SslOptions
-
Set certificate type.
- setUseCredentials(boolean) - Method in class io.jooby.Cors
-
If true, set the Access-Control-Allow-Credentials
header.
- setUser(Object) - Method in interface io.jooby.Context
-
Set current user.
- setUser(Object) - Method in interface io.jooby.DefaultContext
-
- setUser(Object) - Method in class io.jooby.ForwardingContext
-
- setValue(String) - Method in class io.jooby.Cookie
-
Set cookie's value.
- setVersion(String) - Method in class io.jooby.Jooby
-
Set application version.
- setWorker(Executor) - Method in class io.jooby.internal.RouterImpl
-
- setWorker(Executor) - Method in class io.jooby.Jooby
-
- setWorker(Executor) - Method in interface io.jooby.Router
-
Set a worker thread pool.
- setWorkerThreads(int) - Method in class io.jooby.ServerOptions
-
Set number of worker threads (a.k.a application) to use.
- SEVER_SECURE_PORT - Static variable in class io.jooby.ServerOptions
-
Default application secure port 8443
or the value of system property
server.securePort
.
- shutdown() - Method in class io.jooby.internal.GracefulShutdownHandler
-
- SID - Static variable in interface io.jooby.SessionToken
-
Default cookie for cookie based session stores.
- sign(String, String) - Static method in class io.jooby.Cookie
-
Sign a value using a secret key.
- signed(String) - Static method in interface io.jooby.SessionStore
-
Creates a session store that uses (un)signed data.
- signed(String, Cookie) - Static method in interface io.jooby.SessionStore
-
Creates a session store that uses (un)signed data.
- signed(String, SessionToken) - Static method in interface io.jooby.SessionStore
-
Creates a session store that uses (un)signed data.
- signed(SessionToken, Function<String, Map<String, String>>, Function<Map<String, String>, String>) - Static method in interface io.jooby.SessionStore
-
Creates a session store that save data into Cookie.
- signedCookie(Cookie) - Static method in interface io.jooby.SessionToken
-
Create a signed-cookie-based Session token.
- SignedCookie(Cookie) - Constructor for class io.jooby.SessionToken.SignedCookie
-
Creates a Cookie ID.
- SignedSessionStore - Class in io.jooby.internal
-
- SignedSessionStore(SessionToken, Function<String, Map<String, String>>, Function<Map<String, String>, String>) - Constructor for class io.jooby.internal.SignedSessionStore
-
- SingleByteRange - Class in io.jooby.internal
-
Utility class to compute single byte range requests when response content length is known.
- SingleByteRange(String, long, long, long, String) - Constructor for class io.jooby.internal.SingleByteRange
-
- SingleValue - Class in io.jooby.internal
-
- SingleValue(Context, String, String) - Constructor for class io.jooby.internal.SingleValue
-
- size() - Method in class io.jooby.internal.ArrayValue
-
- size() - Method in class io.jooby.internal.HashValue
-
- size() - Method in class io.jooby.internal.SingleValue
-
- size() - Method in interface io.jooby.ValueNode
-
The number of values this one has.
- SneakyThrows - Class in io.jooby
-
Collection of throwable interfaces to simplify exception handling on lambdas.
- SneakyThrows.Consumer<V> - Interface in io.jooby
-
- SneakyThrows.Consumer2<V1,V2> - Interface in io.jooby
-
- SneakyThrows.Consumer3<V1,V2,V3> - Interface in io.jooby
-
- SneakyThrows.Consumer4<V1,V2,V3,V4> - Interface in io.jooby
-
- SneakyThrows.Consumer5<V1,V2,V3,V4,V5> - Interface in io.jooby
-
- SneakyThrows.Consumer6<V1,V2,V3,V4,V5,V6> - Interface in io.jooby
-
- SneakyThrows.Consumer7<V1,V2,V3,V4,V5,V6,V7> - Interface in io.jooby
-
- SneakyThrows.Consumer8<V1,V2,V3,V4,V5,V6,V7,V8> - Interface in io.jooby
-
- SneakyThrows.Function<V,R> - Interface in io.jooby
-
- SneakyThrows.Function2<V1,V2,R> - Interface in io.jooby
-
- SneakyThrows.Function3<V1,V2,V3,R> - Interface in io.jooby
-
Function with three arguments.
- SneakyThrows.Function4<V1,V2,V3,V4,R> - Interface in io.jooby
-
Function with four arguments.
- SneakyThrows.Function5<V1,V2,V3,V4,V5,R> - Interface in io.jooby
-
Function with five arguments.
- SneakyThrows.Function6<V1,V2,V3,V4,V5,V6,R> - Interface in io.jooby
-
Function with six arguments.
- SneakyThrows.Function7<V1,V2,V3,V4,V5,V6,V7,R> - Interface in io.jooby
-
Function with seven arguments.
- SneakyThrows.Function8<V1,V2,V3,V4,V5,V6,V7,V8,R> - Interface in io.jooby
-
Function with seven arguments.
- SneakyThrows.Predicate<V> - Interface in io.jooby
-
- SneakyThrows.Predicate2<V1,V2> - Interface in io.jooby
-
- SneakyThrows.Runnable - Interface in io.jooby
-
- SneakyThrows.Supplier<V> - Interface in io.jooby
-
- sse(String, ServerSentEmitter.Handler) - Method in class io.jooby.internal.RouterImpl
-
- sse(String, ServerSentEmitter.Handler) - Method in class io.jooby.Jooby
-
- SSE - Static variable in interface io.jooby.Router
-
Sever-Sent events.
- sse(String, ServerSentEmitter.Handler) - Method in interface io.jooby.Router
-
Add a server-sent event handler.
- SslContextProvider - Interface in io.jooby.internal
-
- SSLHandler - Class in io.jooby
-
Force SSL handler.
- SSLHandler(String, int) - Constructor for class io.jooby.SSLHandler
-
Creates a SSLHandler and redirect non-HTTPS request to the given host and port.
- SSLHandler(String) - Constructor for class io.jooby.SSLHandler
-
Creates a SSLHandler and redirect non-HTTPS request to the given host.
- SSLHandler(int) - Constructor for class io.jooby.SSLHandler
-
Creates a SSLHandler and redirect non-HTTPs requests to the HTTPS version of this call.
- SSLHandler() - Constructor for class io.jooby.SSLHandler
-
Creates a SSLHandler and redirect non-HTTPs requests to the HTTPS version of this call.
- SslOptions - Class in io.jooby
-
SSL options for enabling HTTPs in Jooby.
- SslOptions() - Constructor for class io.jooby.SslOptions
-
- SslOptions.ClientAuth - Enum in io.jooby
-
The desired SSL client authentication mode for SSL channels in server mode.
- SslPkcs12Provider - Class in io.jooby.internal
-
- SslPkcs12Provider() - Constructor for class io.jooby.internal.SslPkcs12Provider
-
- SslProvider - Interface in io.jooby
-
Allow to configure a custom SSLContext provider.
- SslX509Provider - Class in io.jooby.internal
-
- SslX509Provider() - Constructor for class io.jooby.internal.SslX509Provider
-
- start() - Method in class io.jooby.internal.GracefulShutdownHandler
-
- start(Jooby) - Method in class io.jooby.internal.RouterImpl
-
- start() - Method in class io.jooby.Jooby
-
Start application, find a web server, deploy application, start router, extension modules,
etc..
- start(Server) - Method in class io.jooby.Jooby
-
Call back method that indicates application was deploy it in the given server.
- start(Jooby) - Method in interface io.jooby.Server
-
Start an application.
- StartupException - Exception in io.jooby.exception
-
Thrown when Jooby was unable to initialize and start
an application up.
- StartupException(String) - Constructor for exception io.jooby.exception.StartupException
-
Creates a new instance of this class with the specified message.
- StartupException(String, Throwable) - Constructor for exception io.jooby.exception.StartupException
-
Creates a new instance of this class with the specified message and cause.
- StaticRouterMatch - Class in io.jooby.internal
-
- StaticRouterMatch(Route) - Constructor for class io.jooby.internal.StaticRouterMatch
-
- StatusCode - Class in io.jooby
-
HTTP status codes.
- StatusCodeException - Exception in io.jooby.exception
-
Runtime exception with status code.
- StatusCodeException(StatusCode) - Constructor for exception io.jooby.exception.StatusCodeException
-
Creates an error with the given status code.
- StatusCodeException(StatusCode, String) - Constructor for exception io.jooby.exception.StatusCodeException
-
Creates an error with the given status code.
- StatusCodeException(StatusCode, String, Throwable) - Constructor for exception io.jooby.exception.StatusCodeException
-
Creates an error with the given status code.
- stop() - Method in class io.jooby.Jooby
-
Stop application, fire the stop event to cleanup resources.
- stop() - Method in interface io.jooby.Server
-
Stop the server.
- stream() - Method in interface io.jooby.Asset
-
- stream() - Method in interface io.jooby.Body
-
Body as input stream.
- stream() - Method in class io.jooby.FileDownload
-
File content.
- stream() - Method in interface io.jooby.FileUpload
-
Content as input stream.
- stream() - Method in class io.jooby.internal.ByteArrayBody
-
- stream() - Method in class io.jooby.internal.FileAsset
-
- stream() - Method in class io.jooby.internal.FileBody
-
- stream() - Method in class io.jooby.internal.InputStreamBody
-
- stream() - Method in class io.jooby.internal.JarAsset
-
- stream() - Method in class io.jooby.internal.URLAsset
-
- summary(String) - Method in class io.jooby.Route
-
Route summary useful for documentation purpose from openAPI generator.
- summary(String) - Method in class io.jooby.RouteSet
-
Route summary useful for documentation purpose from openAPI generator.
- support(Class) - Method in interface io.jooby.Http2Configurer
-
True whenever the extension supports the current server.
- SUPPORT_MEDIA_TYPE - Static variable in class io.jooby.Route
-
- supports(Class) - Method in interface io.jooby.BeanConverter
-
True if the converter applies for the given type.
- supports(String) - Method in interface io.jooby.internal.SslContextProvider
-
- supports(String) - Method in class io.jooby.internal.SslPkcs12Provider
-
- supports(String) - Method in class io.jooby.internal.SslX509Provider
-
- supports(Class) - Method in interface io.jooby.MvcFactory
-
Check if the factory applies for the given MVC route.
- supports(ModelAndView) - Method in interface io.jooby.TemplateEngine
-
True if the template engine is able to render the given view.
- supports(Class) - Method in interface io.jooby.ValueConverter
-
True if the converter applies for the given type.
- swaggerUI(String) - Method in class io.jooby.OpenAPIModule
-
Customize the swagger-ui path.
- SWITCHING_PROTOCOLS - Static variable in class io.jooby.StatusCode
-
101 Switching Protocols
.
- SWITCHING_PROTOCOLS_CODE - Static variable in class io.jooby.StatusCode
-
101 Switching Protocols
.
- systemEnv() - Static method in class io.jooby.Environment
-
- systemProperties() - Static method in class io.jooby.Environment
-
- tags(String...) - Method in class io.jooby.Route
-
Tag this route.
- tags(String...) - Method in class io.jooby.RouteSet
-
Tag this route.
- TEMPLATE_PATH - Static variable in interface io.jooby.TemplateEngine
-
Name of application property that defines the template path.
- TemplateEngine - Interface in io.jooby
-
Template engine renderer.
- TEMPORARY_REDIRECT - Static variable in class io.jooby.StatusCode
-
307 Temporary Redirect
.
- TEMPORARY_REDIRECT_CODE - Static variable in class io.jooby.StatusCode
-
307 Temporary Redirect
.
- test(V) - Method in interface io.jooby.SneakyThrows.Predicate
-
Apply the predicate.
- test(V1, V2) - Method in interface io.jooby.SneakyThrows.Predicate2
-
Apply the predicate.
- TEXT - Static variable in class io.jooby.MediaType
-
TEXT_PLAIN.
- text - Static variable in class io.jooby.MediaType
-
TEXT_PLAIN.
- then(ErrorHandler) - Method in interface io.jooby.ErrorHandler
-
Chain this error handler with next and produces a new error handler.
- then(Route.After) - Method in interface io.jooby.Route.After
-
Chain this filter with next one and produces a new after filter.
- then(Route.Before) - Method in interface io.jooby.Route.Before
-
Chain this filter with next one and produces a new before filter.
- then(Route.Handler) - Method in interface io.jooby.Route.Before
-
Chain this decorator with a handler and produces a new handler.
- then(Route.Decorator) - Method in interface io.jooby.Route.Decorator
-
Chain this decorator with another and produces a new decorator.
- then(Route.Handler) - Method in interface io.jooby.Route.Decorator
-
Chain this decorator with a handler and produces a new handler.
- then(Route.After) - Method in interface io.jooby.Route.Handler
-
Chain this after decorator with next and produces a new decorator.
- throwingConsumer(SneakyThrows.Consumer<V>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer2<V1, V2>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer3<V1, V2, V3>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer4<V1, V2, V3, V4>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer5<V1, V2, V3, V4, V5>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer6<V1, V2, V3, V4, V5, V6>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer7<V1, V2, V3, V4, V5, V6, V7>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingConsumer(SneakyThrows.Consumer8<V1, V2, V3, V4, V5, V6, V7, V8>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing consumer.
- throwingFunction(SneakyThrows.Function<V, R>) - Static method in class io.jooby.SneakyThrows
-
- throwingFunction(SneakyThrows.Function2<V1, V2, R>) - Static method in class io.jooby.SneakyThrows
-
- throwingFunction(SneakyThrows.Function3<V1, V2, V3, R>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing function.
- throwingFunction(SneakyThrows.Function4<V1, V2, V3, V4, R>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing function.
- throwingFunction(SneakyThrows.Function5<V1, V2, V3, V4, V5, R>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing function.
- throwingFunction(SneakyThrows.Function6<V1, V2, V3, V4, V5, V6, R>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing function.
- throwingFunction(SneakyThrows.Function7<V1, V2, V3, V4, V5, V6, V7, R>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing function.
- throwingFunction(SneakyThrows.Function8<V1, V2, V3, V4, V5, V6, V7, V8, R>) - Static method in class io.jooby.SneakyThrows
-
Factory method for throwing function.
- throwingPredicate(SneakyThrows.Predicate<V>) - Static method in class io.jooby.SneakyThrows
-
Factory method for predicate.
- throwingPredicate(SneakyThrows.Predicate2<V1, V2>) - Static method in class io.jooby.SneakyThrows
-
Factory method for predicate.
- throwingRunnable(SneakyThrows.Runnable) - Static method in class io.jooby.SneakyThrows
-
- throwingSupplier(SneakyThrows.Supplier<V>) - Static method in class io.jooby.SneakyThrows
-
- TLS_V1_2 - Static variable in class io.jooby.SslOptions
-
TLSv1.2.
- TLS_V1_3 - Static variable in class io.jooby.SslOptions
-
TLSv1.3 protocol.
- to(Class<T>) - Method in interface io.jooby.Body
-
- to(Type) - Method in interface io.jooby.Body
-
Convert this body into the given type.
- to(Class<T>) - Method in class io.jooby.internal.ArrayValue
-
- to(Type) - Method in class io.jooby.internal.ByteArrayBody
-
- to(Type) - Method in class io.jooby.internal.FileBody
-
- to(Class<T>) - Method in class io.jooby.internal.HashValue
-
- to(Type) - Method in class io.jooby.internal.InputStreamBody
-
- to(Class<T>) - Method in class io.jooby.internal.MissingValue
-
- to(Class<T>) - Method in class io.jooby.internal.SingleValue
-
- to(Type) - Method in class io.jooby.internal.WebSocketMessageImpl
-
- to(Class<T>) - Method in interface io.jooby.Value
-
Convert this value to the given type.
- to(Type) - Method in interface io.jooby.WebSocketMessage
-
Convert this value to the given type.
- TO_STRING - Static variable in interface io.jooby.MessageEncoder
-
To string renderer.
- toByteArray(Context) - Method in class io.jooby.ServerSentMessage
-
Encode message as event source stream format.
- toContentTypeHeader(Charset) - Method in class io.jooby.MediaType
-
Render a content type header and add the charset parameter (when present).
- toCookieString() - Method in class io.jooby.Cookie
-
Generates a cookie string.
- toEnum(SneakyThrows.Function<String, T>) - Method in interface io.jooby.Value
-
Convert this value to an Enum.
- toEnum(SneakyThrows.Function<String, T>, Function<String, String>) - Method in interface io.jooby.Value
-
Convert this value to an Enum.
- toList(Class<T>) - Method in interface io.jooby.Body
-
- toList() - Method in interface io.jooby.Body
-
- toList(Class<T>) - Method in class io.jooby.internal.ArrayValue
-
- toList() - Method in class io.jooby.internal.ArrayValue
-
- toList() - Method in class io.jooby.internal.ByteArrayBody
-
- toList() - Method in class io.jooby.internal.FileBody
-
- toList() - Method in class io.jooby.internal.HashValue
-
- toList(Class<T>) - Method in class io.jooby.internal.HashValue
-
- toList() - Method in class io.jooby.internal.InputStreamBody
-
- toList() - Method in class io.jooby.internal.MissingValue
-
- toList(Class<T>) - Method in class io.jooby.internal.MissingValue
-
- toList(Class<T>) - Method in class io.jooby.internal.SingleValue
-
- toList() - Method in class io.jooby.internal.SingleValue
-
- toList() - Method in interface io.jooby.Value
-
Get list of values.
- toList(Class<T>) - Method in interface io.jooby.Value
-
Get list of the given type.
- toMap() - Method in class io.jooby.internal.MissingValue
-
- toMap() - Method in class io.jooby.internal.SessionImpl
-
- toMap() - Method in interface io.jooby.Session
-
Read-only copy of session attributes.
- toMap() - Method in interface io.jooby.Value
-
Value as single-value map.
- toMultimap() - Method in class io.jooby.internal.ArrayValue
-
- toMultimap() - Method in class io.jooby.internal.ByteArrayBody
-
- toMultimap() - Method in class io.jooby.internal.FileBody
-
- toMultimap() - Method in class io.jooby.internal.HashValue
-
- toMultimap() - Method in class io.jooby.internal.InputStreamBody
-
- toMultimap() - Method in class io.jooby.internal.MissingValue
-
- toMultimap() - Method in class io.jooby.internal.SingleValue
-
- toMultimap() - Method in interface io.jooby.Value
-
Value as multi-value map.
- TOO_BIG_TO_PROCESS - Static variable in class io.jooby.WebSocketCloseStatus
-
1009 indicates that an endpoint is terminating the connection because it has
received a message that is too big for it to process.
- TOO_BIG_TO_PROCESS_CODE - Static variable in class io.jooby.WebSocketCloseStatus
-
1009 indicates that an endpoint is terminating the connection because it has
received a message that is too big for it to process.
- TOO_MANY_REQUESTS - Static variable in class io.jooby.StatusCode
-
429 Too Many Requests
.
- TOO_MANY_REQUESTS_CODE - Static variable in class io.jooby.StatusCode
-
429 Too Many Requests
.
- toOptional(Class<T>) - Method in class io.jooby.internal.ArrayValue
-
- toOptional(Class<T>) - Method in class io.jooby.internal.HashValue
-
- toOptional() - Method in class io.jooby.internal.MissingValue
-
- toOptional(Class<T>) - Method in class io.jooby.internal.SingleValue
-
- toOptional() - Method in interface io.jooby.Value
-
Get a value or empty optional.
- toOptional(Class<T>) - Method in interface io.jooby.Value
-
Get a value or empty optional.
- toSet() - Method in interface io.jooby.Body
-
- toSet(Class<T>) - Method in class io.jooby.internal.ArrayValue
-
- toSet() - Method in class io.jooby.internal.ArrayValue
-
- toSet() - Method in class io.jooby.internal.HashValue
-
- toSet(Class<T>) - Method in class io.jooby.internal.HashValue
-
- toSet() - Method in class io.jooby.internal.MissingValue
-
- toSet(Class<T>) - Method in class io.jooby.internal.MissingValue
-
- toSet(Class<T>) - Method in class io.jooby.internal.SingleValue
-
- toSet() - Method in class io.jooby.internal.SingleValue
-
- toSet() - Method in interface io.jooby.Value
-
Get set of values.
- toSet(Class<T>) - Method in interface io.jooby.Value
-
Get set of the given type.
- toString() - Method in class io.jooby.Cookie
-
- toString() - Method in class io.jooby.Environment
-
- toString(Parameter) - Static method in exception io.jooby.exception.ProvisioningException
-
Creates a parameter description.
- toString(Executable) - Static method in exception io.jooby.exception.ProvisioningException
-
Creates a method description.
- toString() - Method in class io.jooby.FileDownload
-
- toString() - Method in class io.jooby.ForwardingContext
-
- toString() - Method in class io.jooby.internal.ArrayValue
-
- toString() - Method in class io.jooby.internal.FileAsset
-
- toString() - Method in class io.jooby.internal.FileDiskAssetSource
-
- toString() - Method in class io.jooby.internal.FolderDiskAssetSource
-
- toString() - Method in class io.jooby.internal.HashValue
-
- toString() - Method in class io.jooby.internal.MissingValue
-
- toString() - Method in class io.jooby.internal.RouterImpl
-
- toString() - Method in class io.jooby.internal.SingleByteRange
-
- toString() - Method in class io.jooby.internal.SingleValue
-
- toString() - Method in class io.jooby.internal.URLAsset
-
- toString() - Method in class io.jooby.Jooby
-
- toString() - Method in class io.jooby.MediaType
-
- toString() - Method in class io.jooby.ModelAndView
-
- toString() - Method in class io.jooby.Reified
-
- toString() - Method in class io.jooby.Route
-
- toString() - Method in class io.jooby.ServerOptions
-
- toString() - Method in class io.jooby.ServiceKey
-
- toString() - Method in class io.jooby.SslOptions
-
- toString() - Method in class io.jooby.StatusCode
-
Return a string representation of this status code.
- toString() - Method in class io.jooby.WebSocketCloseStatus
-
- touchSession(Context, Session) - Method in class io.jooby.internal.SignedSessionStore
-
- touchSession(Context, Session) - Method in class io.jooby.SessionStore.InMemory
-
- touchSession(Context, Session) - Method in interface io.jooby.SessionStore
-
Session attributes/state has changed.
- TRACE - Annotation Type in io.jooby.annotations
-
HTTP TRACE verb for mvc routes.
- TRACE - Static variable in interface io.jooby.Router
-
HTTP TRACE.
- trace(String, Route.Handler) - Method in interface io.jooby.Router
-
Add a HTTP TRACE handler.
- TraceHandler - Class in io.jooby
-
The TRACE method performs a message loop-back test along the path to the target resource.
- TraceHandler() - Constructor for class io.jooby.TraceHandler
-
- Transactional - Annotation Type in io.jooby.annotations
-
Useful together with the various route decorators like TransactionalRequest
provided by extensions jooby-hibernate
, jooby-jdbi
or jooby-ebean
to toggle it's effect for a single route.
- truncate(int) - Method in class io.jooby.internal.RouterMatch
-
- tryAccept(V) - Method in interface io.jooby.SneakyThrows.Consumer
-
Performs this operation on the given argument.
- tryAccept(V1, V2) - Method in interface io.jooby.SneakyThrows.Consumer2
-
Performs this operation on the given argument.
- tryAccept(V1, V2, V3) - Method in interface io.jooby.SneakyThrows.Consumer3
-
Performs this operation on the given argument.
- tryAccept(V1, V2, V3, V4) - Method in interface io.jooby.SneakyThrows.Consumer4
-
Performs this operation on the given arguments.
- tryAccept(V1, V2, V3, V4, V5) - Method in interface io.jooby.SneakyThrows.Consumer5
-
Performs this operation on the given arguments.
- tryAccept(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.SneakyThrows.Consumer6
-
Performs this operation on the given arguments.
- tryAccept(V1, V2, V3, V4, V5, V6, V7) - Method in interface io.jooby.SneakyThrows.Consumer7
-
Performs this operation on the given arguments.
- tryAccept(V1, V2, V3, V4, V5, V6, V7, V8) - Method in interface io.jooby.SneakyThrows.Consumer8
-
Performs this operation on the given arguments.
- tryApply(V) - Method in interface io.jooby.SneakyThrows.Function
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2) - Method in interface io.jooby.SneakyThrows.Function2
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2, V3) - Method in interface io.jooby.SneakyThrows.Function3
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2, V3, V4) - Method in interface io.jooby.SneakyThrows.Function4
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2, V3, V4, V5) - Method in interface io.jooby.SneakyThrows.Function5
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.SneakyThrows.Function6
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2, V3, V4, V5, V6, V7) - Method in interface io.jooby.SneakyThrows.Function7
-
Apply this function to the given argument and produces a result.
- tryApply(V1, V2, V3, V4, V5, V6, V7, V8) - Method in interface io.jooby.SneakyThrows.Function8
-
Apply this function to the given argument and produces a result.
- tryGet() - Method in interface io.jooby.SneakyThrows.Supplier
-
Computes/retrieves a value.
- tryRun() - Method in interface io.jooby.SneakyThrows.Runnable
-
Run task.
- tryTest(V) - Method in interface io.jooby.SneakyThrows.Predicate
-
Apply the predicate.
- tryTest(V1, V2) - Method in interface io.jooby.SneakyThrows.Predicate2
-
Apply the predicate.
- TypeMismatchException - Exception in io.jooby.exception
-
Type mismatch exception.
- TypeMismatchException(String, Type, Throwable) - Constructor for exception io.jooby.exception.TypeMismatchException
-
Creates a type mismatch error.
- TypeMismatchException(String, Type) - Constructor for exception io.jooby.exception.TypeMismatchException
-
Creates a type mismatch error.