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

A

accept(String, Throwing.Supplier<Object>) - Method in class io.jooby.ContentNegotiation
 
accept(MediaType, Throwing.Supplier<Object>) - Method in class io.jooby.ContentNegotiation
 
accept(Throwing.Supplier<Object>) - Method in class io.jooby.ContentNegotiation
 
ACCEPT - Static variable in interface io.jooby.Context
 
accept(MediaType) - Method in interface io.jooby.Context
 
accept(MediaType) - Method in interface io.jooby.Renderer
 
accept(V) - Method in interface io.jooby.Throwing.Consumer
 
accept(V1, V2) - Method in interface io.jooby.Throwing.Consumer2
 
accept(V1, V2, V3) - Method in interface io.jooby.Throwing.Consumer3
 
accept(V1, V2, V3, V4) - Method in interface io.jooby.Throwing.Consumer4
 
accept(V1, V2, V3, V4, V5) - Method in interface io.jooby.Throwing.Consumer5
 
accept(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.Throwing.Consumer6
Performs this operation on the given arguments and throw any exception using Throwing.sneakyThrow(Throwable) method.
accept(V1, V2, V3, V4, V5, V6, V7) - Method in interface io.jooby.Throwing.Consumer7
Performs this operation on the given arguments and throw any exception using Throwing.sneakyThrow(Throwable) method.
accept(V1, V2, V3, V4, V5, V6, V7, V8) - Method in interface io.jooby.Throwing.Consumer8
Performs this operation on the given arguments and throw any exception using Throwing.sneakyThrow(Throwable) method.
ACCEPTED - Static variable in class io.jooby.StatusCode
 
ACCEPTED_CODE - Static variable in class io.jooby.StatusCode
202 Accepted.
add(Value) - Method in class io.jooby.Value.Array
 
add(String) - Method in class io.jooby.Value.Array
 
after(Route.After) - Method in class io.jooby.Jooby
 
after(Route.After) - Method in interface io.jooby.Router
 
ALL - Static variable in class io.jooby.MediaType
 
all - Static variable in class io.jooby.MediaType
 
ALREADY_REPORTED - Static variable in class io.jooby.StatusCode
 
ALREADY_REPORTED_CODE - Static variable in class io.jooby.StatusCode
208 Already Reported.
apply(Context) - Method in class io.jooby.AssetHandler
 
apply(Context, long) - Method in class io.jooby.ByteRange
 
apply(Context, Throwable, StatusCode) - Method in interface io.jooby.ErrorHandler
 
apply(Context, Object) - Method in interface io.jooby.Route.After
 
apply(Route.Handler) - Method in interface io.jooby.Route.Before
 
apply(Route.Handler) - Method in interface io.jooby.Route.Decorator
 
apply(Context) - Method in interface io.jooby.Route.Handler
 
apply(Context, ModelAndView) - Method in interface io.jooby.TemplateEngine
 
apply(V) - Method in interface io.jooby.Throwing.Function
Apply this function to the given argument and produces a result.
apply(V1, V2) - Method in interface io.jooby.Throwing.Function2
Apply this function to the given argument and produces a result.
apply(V1, V2, V3) - Method in interface io.jooby.Throwing.Function3
Apply this function to the given argument and produces a result.
apply(V1, V2, V3, V4) - Method in interface io.jooby.Throwing.Function4
Apply this function to the given argument and produces a result.
apply(V1, V2, V3, V4, V5) - Method in interface io.jooby.Throwing.Function5
Apply this function to the given argument and produces a result.
apply(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.Throwing.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.Throwing.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.Throwing.Function8
Apply this function to the given argument and produces a result.
array(String) - Static method in interface io.jooby.Value
 
Array(String) - Constructor for class io.jooby.Value.Array
 
Asset - Interface in io.jooby
 
Asset.FileAsset - Class in io.jooby
 
Asset.URLAsset - Class in io.jooby
 
AssetHandler - Class in io.jooby
 
AssetHandler(AssetSource...) - Constructor for class io.jooby.AssetHandler
 
assets(String, Path) - Method in interface io.jooby.Router
 
assets(String, String) - Method in interface io.jooby.Router
 
assets(String, AssetSource...) - Method in interface io.jooby.Router
 
assets(String, AssetHandler) - Method in interface io.jooby.Router
 
AssetSource - Interface in io.jooby
 
AttachedFile - Class in io.jooby
 
AttachedFile(String, InputStream, long) - Constructor for class io.jooby.AttachedFile
 
AttachedFile(String, InputStream) - Constructor for class io.jooby.AttachedFile
 
AttachedFile(String, Path) - Constructor for class io.jooby.AttachedFile
 
AttachedFile(Path) - Constructor for class io.jooby.AttachedFile
 
AttributeKey<T> - Class in io.jooby
 
AttributeKey(Class<T>, String) - Constructor for class io.jooby.AttributeKey
 
AttributeKey(Class<T>) - Constructor for class io.jooby.AttributeKey
 
AttributeMap - Class in io.jooby
 
AttributeMap(Map<AttributeKey, Object>) - Constructor for class io.jooby.AttributeMap
 
AttributeMap() - Constructor for class io.jooby.AttributeMap
 

B

BAD_GATEWAY - Static variable in class io.jooby.StatusCode
 
BAD_GATEWAY_CODE - Static variable in class io.jooby.StatusCode
502 Bad Gateway.
BAD_REQUEST - Static variable in class io.jooby.StatusCode
 
BAD_REQUEST_CODE - Static variable in class io.jooby.StatusCode
400 Bad Request.
BadRequest(String) - Constructor for exception io.jooby.Err.BadRequest
 
BadRequest(String, Throwable) - Constructor for exception io.jooby.Err.BadRequest
 
BANDWIDTH_LIMIT_EXCEEDED - Static variable in class io.jooby.StatusCode
 
BANDWIDTH_LIMIT_EXCEEDED_CODE - Static variable in class io.jooby.StatusCode
509 Bandwidth Limit Exceeded
Base() - Constructor for class io.jooby.Server.Base
 
basedir(String) - Method in class io.jooby.Env.Builder
 
basedir(Path) - Method in class io.jooby.Env.Builder
 
before(Route.Before) - Method in class io.jooby.Jooby
 
before(Context) - Method in interface io.jooby.Route.Before
 
before(Route.Before) - Method in interface io.jooby.Router
 
Body - Annotation Type in io.jooby.annotations
Bind a Mvc parameter to the HTTP body.
Body - Interface in io.jooby
 
body() - Method in interface io.jooby.Context
 
body(Reified<T>) - Method in interface io.jooby.Context
 
body(Reified<T>, MediaType) - Method in interface io.jooby.Context
 
body(Class) - Method in interface io.jooby.Context
 
body(Class, MediaType) - Method in interface io.jooby.Context
 
booleanValue() - Method in interface io.jooby.Value
 
booleanValue(boolean) - Method in interface io.jooby.Value
 
build(ClassLoader, String) - Method in class io.jooby.Env.Builder
 
Builder() - Constructor for class io.jooby.Env.Builder
 
byFile(File) - Static method in class io.jooby.MediaType
 
byFile(Path) - Static method in class io.jooby.MediaType
 
byFile(String) - Static method in class io.jooby.MediaType
 
byFileExtension(String) - Static method in class io.jooby.MediaType
 
ByteRange - Class in io.jooby
 
bytes() - Method in interface io.jooby.Body
 
bytes() - Method in interface io.jooby.FileUpload
 
byteValue() - Method in interface io.jooby.Value
 
byteValue(byte) - Method in interface io.jooby.Value
 

C

caseSensitive(boolean) - Method in class io.jooby.Jooby
 
caseSensitive(boolean) - Method in interface io.jooby.Router
 
channel() - Method in interface io.jooby.Body
 
charset() - Method in class io.jooby.Result
 
CHECKPOINT - Static variable in class io.jooby.StatusCode
 
CHECKPOINT_CODE - Static variable in class io.jooby.StatusCode
103 Checkpoint.
close() - Method in interface io.jooby.Sender
 
compareTo(MediaType) - Method in class io.jooby.MediaType
 
completableFuture(Type) - Static method in class io.jooby.Reified
 
computeIfAbsent(AttributeKey<V>, Throwing.Function<AttributeKey<V>, V>) - Method in class io.jooby.AttributeMap
 
CONFLICT - Static variable in class io.jooby.StatusCode
 
CONFLICT_CODE - Static variable in class io.jooby.StatusCode
409 Conflict.
CONNECT - Annotation Type in io.jooby.annotations
HTTP CONNECT verb for mvc routes.
CONNECT - Static variable in interface io.jooby.Router
 
connect(String, Route.Handler) - Method in interface io.jooby.Router
 
connectionLost(Throwable) - Static method in interface io.jooby.Server
 
contains(AttributeKey<?>) - Method in class io.jooby.AttributeMap
 
content() - Method in interface io.jooby.Asset
 
content() - Method in class io.jooby.Asset.FileAsset
 
content() - Method in class io.jooby.Asset.URLAsset
 
ContentNegotiation - Class in io.jooby
 
ContentNegotiation() - Constructor for class io.jooby.ContentNegotiation
 
Context - Interface in io.jooby
 
CONTINUE - Static variable in class io.jooby.StatusCode
 
CONTINUE_CODE - Static variable in class io.jooby.StatusCode
100 Continue.
Controller - Annotation Type in io.jooby.annotations
 
create(Path) - Static method in interface io.jooby.Asset
 
create(String, URL) - Static method in interface io.jooby.Asset
 
create(ClassLoader, String) - Static method in interface io.jooby.AssetSource
 
create(Path) - Static method in interface io.jooby.AssetSource
 
create() - Static method in class io.jooby.Env
 
create(Route.Handler) - Method in interface io.jooby.ResponseHandler
 
create(String, List<String>) - Static method in interface io.jooby.Value
 
CREATED - Static variable in class io.jooby.StatusCode
 
CREATED_CODE - Static variable in class io.jooby.StatusCode
201 Created.
CSS - Static variable in class io.jooby.MediaType
 
css - Static variable in class io.jooby.MediaType
 

D

decorator(Route.Decorator) - Method in class io.jooby.Jooby
 
decorator(Route.Decorator) - Method in interface io.jooby.Router
 
DEFAULT - Static variable in interface io.jooby.ErrorHandler
 
defaultEnvironment(ClassLoader) - Static method in class io.jooby.Env
 
defaults() - Static method in class io.jooby.Env
 
DELETE - Annotation Type in io.jooby.annotations
HTTP DELETE verb for mvc routes.
DELETE - Static variable in interface io.jooby.Router
 
delete(String, Route.Handler) - Method in interface io.jooby.Router
 
destroy() - Method in interface io.jooby.FileUpload
 
detach(Runnable) - Method in interface io.jooby.Context
 
dispatch(Runnable) - Method in interface io.jooby.Context
 
dispatch(Executor, Runnable) - Method in interface io.jooby.Context
 
dispatch(Runnable) - Method in class io.jooby.Jooby
 
dispatch(Executor, Runnable) - Method in class io.jooby.Jooby
 
dispatch(Runnable) - Method in interface io.jooby.Router
 
dispatch(Executor, Runnable) - Method in interface io.jooby.Router
 
doubleValue() - Method in interface io.jooby.Value
 
doubleValue(double) - Method in interface io.jooby.Value
 

E

empty() - Static method in interface io.jooby.Body
 
empty(String) - Static method in class io.jooby.Env
 
EMPTY - Static variable in class io.jooby.QueryString
 
end - Variable in class io.jooby.ByteRange
 
Env - Class in io.jooby
 
Env(String, Config) - Constructor for class io.jooby.Env
 
Env.Builder - Class in io.jooby
 
equals(Object) - Method in class io.jooby.Asset.FileAsset
 
equals(Object) - Method in class io.jooby.Asset.URLAsset
 
equals(Object) - Method in class io.jooby.AttributeKey
 
equals(Object) - Method in class io.jooby.MediaType
 
equals(Object) - Method in class io.jooby.Reified
 
equals(Object) - Method in class io.jooby.StatusCode
 
Err - Exception in io.jooby
 
Err(StatusCode) - Constructor for exception io.jooby.Err
 
Err(StatusCode, String) - Constructor for exception io.jooby.Err
 
Err(StatusCode, String, Throwable) - Constructor for exception io.jooby.Err
 
Err.BadRequest - Exception in io.jooby
 
Err.Missing - Exception in io.jooby
 
Err.Provisioning - Exception in io.jooby
 
Err.TypeMismatch - Exception in io.jooby
 
error(ErrorHandler) - Method in class io.jooby.Jooby
 
error(StatusCode, ErrorHandler) - Method in interface io.jooby.Router
 
error(Class<? extends Throwable>, ErrorHandler) - Method in interface io.jooby.Router
 
error(Predicate<StatusCode>, ErrorHandler) - Method in interface io.jooby.Router
 
error(ErrorHandler) - Method in interface io.jooby.Router
 
errorCode(Class<? extends Throwable>, StatusCode) - Method in class io.jooby.Jooby
Error handler:
errorCode(Throwable) - Method in class io.jooby.Jooby
 
errorCode(Class<? extends Throwable>, StatusCode) - Method in interface io.jooby.Router
 
errorCode(Throwable) - Method in interface io.jooby.Router
 
ErrorHandler - Interface in io.jooby
 
etag() - Method in interface io.jooby.Asset
 
etag(boolean) - Method in class io.jooby.AssetHandler
 
execute(Context) - Method in interface io.jooby.Route.Handler
 
execute(Context) - Method in interface io.jooby.Router.Match
 
ExecutionMode - Enum in io.jooby
Execution mode.
EXPECTATION_FAILED - Static variable in class io.jooby.StatusCode
 
EXPECTATION_FAILED_CODE - Static variable in class io.jooby.StatusCode
417 Expectation Failed.
extension(String) - Method in class io.jooby.Env.Builder
 
Extension - Interface in io.jooby
 

F

FAILED_DEPENDENCY - Static variable in class io.jooby.StatusCode
 
FAILED_DEPENDENCY_CODE - Static variable in class io.jooby.StatusCode
424 Failed Dependency.
FAVICON - Static variable in class io.jooby.Route
 
file(String) - Method in interface io.jooby.Context
 
FileAsset(Path) - Constructor for class io.jooby.Asset.FileAsset
 
filename(String) - Method in class io.jooby.Env.Builder
 
files() - Method in interface io.jooby.Context
 
files(String) - Method in interface io.jooby.Context
 
FileUpload - Interface in io.jooby
 
fileUpload() - Method in interface io.jooby.FileUpload
 
fileUpload() - Method in interface io.jooby.Value
 
floatValue() - Method in interface io.jooby.Value
 
floatValue(float) - Method in interface io.jooby.Value
 
FORBIDDEN - Static variable in class io.jooby.StatusCode
 
FORBIDDEN_CODE - Static variable in class io.jooby.StatusCode
403 Forbidden.
form() - Method in interface io.jooby.Context
 
form(String) - Method in interface io.jooby.Context
 
form(Reified<T>) - Method in interface io.jooby.Context
 
form(Class<T>) - Method in interface io.jooby.Context
 
FORM_URLENCODED - Static variable in class io.jooby.MediaType
 
Formdata - Class in io.jooby
 
Formdata() - Constructor for class io.jooby.Formdata
 
formMap() - Method in interface io.jooby.Context
 
formMultimap() - Method in interface io.jooby.Context
 
FormParam - Annotation Type in io.jooby.annotations
 
formUrlencoded - Static variable in class io.jooby.MediaType
 
FOUND - Static variable in class io.jooby.StatusCode
 
FOUND_CODE - Static variable in class io.jooby.StatusCode
302 Found.

G

GATEWAY_TIMEOUT - Static variable in class io.jooby.StatusCode
 
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(AttributeKey<V>) - Method in class io.jooby.AttributeMap
 
get(int) - Method in interface io.jooby.FileUpload
 
get(String) - Method in interface io.jooby.FileUpload
 
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 - Static variable in interface io.jooby.Router
HTTP Methods:
get(String, Route.Handler) - Method in interface io.jooby.Router
 
get() - Method in interface io.jooby.Throwing.Supplier
 
get(int) - Method in class io.jooby.Value.Array
 
get(String) - Method in class io.jooby.Value.Array
 
get(int) - Method in interface io.jooby.Value
 
get(String) - Method in interface io.jooby.Value
 
get(String) - Method in class io.jooby.Value.Missing
 
get(int) - Method in class io.jooby.Value.Missing
 
get(String) - Method in class io.jooby.Value.Object
 
get(int) - Method in class io.jooby.Value.Object
 
get(int) - Method in class io.jooby.Value.Simple
 
get(String) - Method in class io.jooby.Value.Simple
 
getArray(Type) - Static method in class io.jooby.Reified
Gets type literal for the array type whose elements are all instances of componentType.
getAttributes() - Method in interface io.jooby.Context
 
getAttributes() - Method in class io.jooby.Jooby
 
getAttributes() - Method in interface io.jooby.Router
 
getBasePackage() - Method in class io.jooby.Jooby
 
getBufferSize() - Method in class io.jooby.ServerOptions
 
getCharset() - Method in class io.jooby.MediaType
 
getConfig() - Method in class io.jooby.Env
 
getContent() - Method in class io.jooby.AttachedFile
 
getContentDisposition() - Method in class io.jooby.AttachedFile
 
getContentLength() - Method in interface io.jooby.Context
 
getContentType() - Method in class io.jooby.AttachedFile
 
getContentType() - Method in interface io.jooby.Context
 
getContentType() - Method in interface io.jooby.FileUpload
 
getContextPath() - Method in class io.jooby.Jooby
 
getContextPath() - Method in interface io.jooby.Router
 
getEnvironment() - Method in class io.jooby.Jooby
 
getErrorHandler() - Method in class io.jooby.Jooby
 
getErrorHandler() - Method in interface io.jooby.Router
 
getExecutionMode() - Method in class io.jooby.Jooby
 
getFilename() - Method in class io.jooby.AttachedFile
 
getFileName() - Method in interface io.jooby.FileUpload
 
getFileSize() - Method in interface io.jooby.FileUpload
 
getHandle() - Method in class io.jooby.Route
 
getHandler() - Method in class io.jooby.Route
 
getHostname() - Method in interface io.jooby.Context
 
getIoThreads() - Method in class io.jooby.ServerOptions
 
getIoThreads(int) - Method in class io.jooby.ServerOptions
 
getLength() - Method in class io.jooby.AttachedFile
 
getLength() - Method in interface io.jooby.Body
 
getLog() - Method in class io.jooby.Jooby
Log:
getLog() - Method in interface io.jooby.Router
 
getMaxRequestSize() - Method in class io.jooby.ServerOptions
 
getMethod() - Method in interface io.jooby.Context
 
getMethod() - Method in class io.jooby.Route
 
getName() - Method in class io.jooby.AttributeKey
 
getName() - Method in class io.jooby.Env
 
getOptions() - Method in interface io.jooby.Server
 
getOrDefault(AttributeKey<V>, V) - Method in class io.jooby.AttributeMap
 
getOrNull(AttributeKey<V>) - Method in class io.jooby.AttributeMap
 
getParameter() - Method in exception io.jooby.Err.Missing
 
getParameter() - Method in exception io.jooby.Err.TypeMismatch
 
getParameter(String) - Method in class io.jooby.MediaType
 
getParameterCount() - Method in class io.jooby.MediaType
 
getParameterized(Type, Type...) - Static method in class io.jooby.Reified
Gets type literal for the parameterized type represented by applying typeArguments to rawType.
getPathKeys() - Method in class io.jooby.Route
 
getPattern() - Method in class io.jooby.Route
 
getPipeline() - Method in class io.jooby.Route
 
getPort() - Method in class io.jooby.ServerOptions
 
getProtocol() - Method in interface io.jooby.Context
 
getQuality() - Method in class io.jooby.MediaType
 
getRawType() - Method in class io.jooby.Reified
Returns the raw (non-generic) type for this type.
getRemoteAddress() - Method in interface io.jooby.Context
 
getRenderer() - Method in class io.jooby.Route
 
getResponseContentType() - Method in interface io.jooby.Context
 
getReturnType() - Method in class io.jooby.Route
 
getRoute() - Method in interface io.jooby.Context
 
getRouter() - Method in interface io.jooby.Context
 
getRoutes() - Method in class io.jooby.Jooby
 
getRoutes() - Method in interface io.jooby.Router
 
getScore() - Method in class io.jooby.MediaType
 
getServer() - Method in class io.jooby.ServerOptions
 
getServerName() - Method in interface io.jooby.Context
Name of the underlying HTTP server: netty, utow, jetty, etc..
getServerOptions() - Method in class io.jooby.Jooby
 
getSingleLoop() - Method in class io.jooby.ServerOptions
 
getStatusCode() - Method in interface io.jooby.Context
 
getStatusCode() - Method in exception io.jooby.Err
 
getSubtype() - Method in class io.jooby.MediaType
 
getTmpdir() - Method in class io.jooby.Jooby
 
getTmpdir() - Method in interface io.jooby.Router
 
getType() - Method in class io.jooby.AttributeKey
 
getType() - Method in class io.jooby.MediaType
 
getType() - Method in class io.jooby.Reified
Gets underlying Type instance.
getValue() - Method in class io.jooby.MediaType
 
getWorker() - Method in class io.jooby.Jooby
 
getWorker() - Method in interface io.jooby.Router
 
getWorkerThreads() - Method in class io.jooby.ServerOptions
 
getWorkerThreads(int) - Method in class io.jooby.ServerOptions
 
GMT - Static variable in interface io.jooby.Context
 
GONE - Static variable in class io.jooby.StatusCode
 
GONE_CODE - Static variable in class io.jooby.StatusCode
410 Gone.

H

hashCode() - Method in class io.jooby.Asset.FileAsset
 
hashCode() - Method in class io.jooby.Asset.URLAsset
 
hashCode() - Method in class io.jooby.AttributeKey
 
hashCode() - Method in class io.jooby.MediaType
 
hashCode() - Method in class io.jooby.Reified
 
hashCode() - Method in class io.jooby.StatusCode
 
HEAD - Annotation Type in io.jooby.annotations
HTTP HEAD verb for mvc routes.
HEAD - Static variable in interface io.jooby.Router
 
head(String, Route.Handler) - Method in interface io.jooby.Router
 
Header - Annotation Type in io.jooby.annotations
Mark a MVC method parameter as a request header.
header(String) - Method in interface io.jooby.Context
 
header(String, String) - Method in class io.jooby.Result
 
headerMap() - Method in interface io.jooby.Context
 
headerMultimap() - Method in interface io.jooby.Context
 
HeaderParam - Annotation Type in io.jooby.annotations
 
headers() - Method in interface io.jooby.Context
 
headers() - Method in class io.jooby.Result
 
headers(Map<String, String>) - Method in class io.jooby.Result
 
headers() - Static method in interface io.jooby.Value
 
HTML - Static variable in class io.jooby.MediaType
 
html - Static variable in class io.jooby.MediaType
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.jooby.StatusCode
 
HTTP_VERSION_NOT_SUPPORTED_CODE - Static variable in class io.jooby.StatusCode
505 HTTP Version Not Supported.

I

I_AM_A_TEAPOT - Static variable in class io.jooby.StatusCode
 
I_AM_A_TEAPOT_CODE - Static variable in class io.jooby.StatusCode
418 I'm a teapot.
ignoreTrailingSlash(boolean) - Method in class io.jooby.Jooby
 
ignoreTrailingSlash(boolean) - Method in interface io.jooby.Router
 
IM_USED - Static variable in class io.jooby.StatusCode
 
IM_USED_CODE - Static variable in class io.jooby.StatusCode
226 IM Used.
install(Jooby) - Method in interface io.jooby.Extension
 
install(Extension) - Method in class io.jooby.Jooby
 
INSUFFICIENT_STORAGE - Static variable in class io.jooby.StatusCode
 
INSUFFICIENT_STORAGE_CODE - Static variable in class io.jooby.StatusCode
507 Insufficient Storage
intValue() - Method in interface io.jooby.Value
 
intValue(int) - Method in interface io.jooby.Value
 
io.jooby - package io.jooby
 
io.jooby.annotations - package io.jooby.annotations
 
IO_THREADS - Static variable in class io.jooby.ServerOptions
 
isArray() - Method in interface io.jooby.Value
 
isDefaultHeaders() - Method in class io.jooby.ServerOptions
 
isFatal(Throwable) - Static method in class io.jooby.Throwing
True if the given exception is one of InterruptedException, LinkageError, ThreadDeath, VirtualMachineError.
isGzip() - Method in class io.jooby.ServerOptions
 
isInIoThread() - Method in interface io.jooby.Context
 
isInMemory() - Method in interface io.jooby.Body
 
isJson() - Method in class io.jooby.MediaType
 
isMissing() - Method in interface io.jooby.Value
 
isObject() - Method in interface io.jooby.Value
 
isResponseStarted() - Method in interface io.jooby.Context
 
isSimple() - Method in interface io.jooby.Value
 
isTextual() - Method in class io.jooby.MediaType
 
isUpload() - Method in interface io.jooby.Value
 
iterator() - Method in class io.jooby.Value.Array
 
iterator() - Method in interface io.jooby.Value
 
iterator() - Method in class io.jooby.Value.Object
 
iterator() - Method in class io.jooby.Value.Simple
 

J

join() - Method in interface io.jooby.Server
 
Jooby - Class in io.jooby
 
Jooby() - Constructor for class io.jooby.Jooby
 
JS - Static variable in class io.jooby.MediaType
 
js - Static variable in class io.jooby.MediaType
 
JSON - Static variable in class io.jooby.MediaType
 
json - Static variable in class io.jooby.MediaType
 

K

KEY - Static variable in class io.jooby.Env
 
keySet() - Method in class io.jooby.AttributeMap
 

L

lastModified() - Method in class io.jooby.Asset.FileAsset
 
lastModified() - Method in interface io.jooby.Asset
 
lastModified() - Method in class io.jooby.Asset.URLAsset
 
lastModified(boolean) - Method in class io.jooby.AssetHandler
 
length() - Method in class io.jooby.Asset.FileAsset
 
length() - Method in interface io.jooby.Asset
 
length() - Method in class io.jooby.Asset.URLAsset
 
length() - Method in class io.jooby.Result
 
length(long) - Method in class io.jooby.Result
 
LENGTH_REQUIRED - Static variable in class io.jooby.StatusCode
 
LENGTH_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
411 Length Required.
list(Type) - Static method in class io.jooby.Reified
 
LOCKED - Static variable in class io.jooby.StatusCode
 
LOCKED_CODE - Static variable in class io.jooby.StatusCode
423 Locked.
log(Logger, StatusCode...) - Static method in interface io.jooby.ErrorHandler
 
logback(String) - Static method in class io.jooby.Jooby
 
longValue() - Method in interface io.jooby.Value
 
longValue(long) - Method in interface io.jooby.Value
 
LOOP_DETECTED - Static variable in class io.jooby.StatusCode
 
LOOP_DETECTED_CODE - Static variable in class io.jooby.StatusCode
508 Loop Detected

M

map(Type, Type) - Static method in class io.jooby.Reified
 
match(Context) - Method in class io.jooby.Jooby
 
match(Context) - Method in interface io.jooby.Router
Find a matching route using the method name and path.
matches(String...) - Method in class io.jooby.Env
 
matches(String) - Method in class io.jooby.Env
 
matches(String) - Method in class io.jooby.MediaType
 
matches(MediaType) - Method in class io.jooby.MediaType
 
matches(String, String) - Static method in class io.jooby.MediaType
 
matches(Type) - Method in interface io.jooby.ResponseHandler
 
matches() - Method in interface io.jooby.Router.Match
 
maxAge(long) - Method in class io.jooby.AssetHandler
 
MediaType - Class in io.jooby
 
METHOD_NOT_ALLOWED - Static variable in class io.jooby.Route
 
METHOD_NOT_ALLOWED - Static variable in class io.jooby.StatusCode
 
METHOD_NOT_ALLOWED_CODE - Static variable in class io.jooby.StatusCode
405 Method Not Allowed.
METHODS - Static variable in interface io.jooby.Router
HTTP Methods:
Missing(String) - Constructor for exception io.jooby.Err.Missing
 
missing(String) - Static method in interface io.jooby.Value
 
Missing(String) - Constructor for class io.jooby.Value.Missing
 
model - Variable in class io.jooby.ModelAndView
 
ModelAndView - Class in io.jooby
 
ModelAndView(String, Map<String, Object>) - Constructor for class io.jooby.ModelAndView
 
ModelAndView(String) - Constructor for class io.jooby.ModelAndView
 
MOVED_PERMANENTLY - Static variable in class io.jooby.StatusCode
 
MOVED_PERMANENTLY_CODE - Static variable in class io.jooby.StatusCode
301 Moved Permanently.
MULTI_STATUS - Static variable in class io.jooby.StatusCode
 
MULTI_STATUS_CODE - Static variable in class io.jooby.StatusCode
207 Multi-StatusCode.
multipart() - Method in interface io.jooby.Context
Parse a multipart/form-data request and returns the result.
multipart(String) - Method in interface io.jooby.Context
 
multipart(Reified<T>) - Method in interface io.jooby.Context
 
multipart(Class<T>) - Method in interface io.jooby.Context
 
Multipart - Class in io.jooby
 
Multipart() - Constructor for class io.jooby.Multipart
 
MULTIPART_FORMDATA - Static variable in class io.jooby.MediaType
 
multipartFormdata - Static variable in class io.jooby.MediaType
 
multipartMap() - Method in interface io.jooby.Context
 
multipartMultimap() - Method in interface io.jooby.Context
 
MULTIPLE_CHOICES - Static variable in class io.jooby.StatusCode
 
MULTIPLE_CHOICES_CODE - Static variable in class io.jooby.StatusCode
300 Multiple Choices.
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
 
mvc(Class<T>, Provider<T>) - Method in interface io.jooby.Router
 
mvc(Object) - Method in interface io.jooby.Router
 

N

name() - Method in class io.jooby.Value.Array
 
name() - Method in class io.jooby.Value.Missing
 
name() - Method in interface io.jooby.Value
 
name() - Method in class io.jooby.Value.Object
 
name() - Method in class io.jooby.Value.Simple
 
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.jooby.StatusCode
 
NETWORK_AUTHENTICATION_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
511 Network Authentication Required.
next() - Method in interface io.jooby.Route.Handler
 
NO_CONTENT - Static variable in class io.jooby.StatusCode
 
NO_CONTENT_CODE - Static variable in class io.jooby.StatusCode
204 No Content.
NO_RANGE - Static variable in class io.jooby.ByteRange
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class io.jooby.StatusCode
 
NON_AUTHORITATIVE_INFORMATION_CODE - Static variable in class io.jooby.StatusCode
203 Non-Authoritative Information.
normalizePath(String, boolean, boolean) - Static method in interface io.jooby.Router
 
NOT_ACCEPTABLE - Static variable in class io.jooby.StatusCode
 
NOT_ACCEPTABLE_CODE - Static variable in class io.jooby.StatusCode
406 Not Acceptable.
NOT_EXTENDED - Static variable in class io.jooby.StatusCode
 
NOT_EXTENDED_CODE - Static variable in class io.jooby.StatusCode
510 Not Extended
NOT_FOUND - Static variable in class io.jooby.Route
 
NOT_FOUND - Static variable in class io.jooby.StatusCode
 
NOT_FOUND_CODE - Static variable in class io.jooby.StatusCode
404 Not Found.
NOT_IMPLEMENTED - Static variable in class io.jooby.StatusCode
 
NOT_IMPLEMENTED_CODE - Static variable in class io.jooby.StatusCode
501 Not Implemented.
NOT_MODIFIED - Static variable in class io.jooby.StatusCode
 
NOT_MODIFIED_CODE - Static variable in class io.jooby.StatusCode
304 Not Modified.
NOT_SATISFIABLE - Static variable in class io.jooby.ByteRange
 

O

object(String) - Static method in interface io.jooby.Value
 
OCTET_STREAM - Static variable in class io.jooby.MediaType
 
octetStream - Static variable in class io.jooby.MediaType
 
of(InputStream, long) - Static method in interface io.jooby.Body
 
of(byte[]) - Static method in interface io.jooby.Body
 
of(Path) - Static method in interface io.jooby.Body
 
OK - Static variable in class io.jooby.StatusCode
 
OK_CODE - Static variable in class io.jooby.StatusCode
200 OK.
onComplete(Context, Throwable) - Method in interface io.jooby.Sender.Callback
 
onStart(Throwing.Runnable) - Method in class io.jooby.Jooby
 
onStarted(Throwing.Runnable) - Method in class io.jooby.Jooby
 
onStop(AutoCloseable) - Method in class io.jooby.Jooby
 
optional(Type) - Static method in class io.jooby.Reified
 
OPTIONS - Annotation Type in io.jooby.annotations
HTTP OPTIONS verb for mvc routes.
OPTIONS - Static variable in interface io.jooby.Router
 
options(String, Route.Handler) - Method in interface io.jooby.Router
 

P

parse(String) - Static method in class io.jooby.ByteRange
 
parse(String...) - Static method in class io.jooby.Env
 
parse(String) - Static method in class io.jooby.MediaType
 
parse(Context, Type) - Method in interface io.jooby.Parser
 
parser(MediaType) - Method in interface io.jooby.Context
 
parser(MediaType, Parser) - Method in class io.jooby.Jooby
 
Parser - Interface in io.jooby
 
parser(MediaType) - Method in class io.jooby.Route
 
parser(MediaType, Parser) - Method in interface io.jooby.Router
 
PARTIAL_CONTENT - Static variable in class io.jooby.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
 
patch(String, Route.Handler) - Method in interface io.jooby.Router
 
Path - Annotation Type in io.jooby.annotations
Set a path for Mvc routes.
path(String) - Method in interface io.jooby.Context
 
path(Reified<T>) - Method in interface io.jooby.Context
 
path(Class<T>) - Method in interface io.jooby.Context
 
path() - Method in interface io.jooby.Context
 
path() - Method in interface io.jooby.FileUpload
 
path(String, Runnable) - Method in class io.jooby.Jooby
 
path(String, Runnable) - Method in interface io.jooby.Router
 
path(Map<String, String>) - Static method in interface io.jooby.Value
 
pathKeys(String) - Static method in interface io.jooby.Router
 
pathMap() - Method in interface io.jooby.Context
 
pathMap() - Method in interface io.jooby.Router.Match
 
PathParam - Annotation Type in io.jooby.annotations
 
pathString() - Method in interface io.jooby.Context
Request path without decoding (a.k.a raw Path).
PAYMENT_REQUIRED - Static variable in class io.jooby.StatusCode
 
PAYMENT_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
402 Payment Required.
POST - Annotation Type in io.jooby.annotations
HTTP POST verb for mvc routes.
POST - Static variable in interface io.jooby.Router
 
post(String, Route.Handler) - Method in interface io.jooby.Router
 
PRECONDITION_FAILED - Static variable in class io.jooby.StatusCode
 
PRECONDITION_FAILED_CODE - Static variable in class io.jooby.StatusCode
412 Precondition failed.
PRECONDITION_REQUIRED - Static variable in class io.jooby.StatusCode
 
PRECONDITION_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
428 Precondition Required.
PROCESSING - Static variable in class io.jooby.StatusCode
 
PROCESSING_CODE - Static variable in class io.jooby.StatusCode
102 Processing.
Provisioning(Parameter, Throwable) - Constructor for exception io.jooby.Err.Provisioning
 
Provisioning(String, Throwable) - Constructor for exception io.jooby.Err.Provisioning
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.jooby.StatusCode
 
PROXY_AUTHENTICATION_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
407 Proxy Authentication Required.
PUT - Annotation Type in io.jooby.annotations
HTTP PUT verb for mvc routes.
put(AttributeKey<V>, V) - Method in class io.jooby.AttributeMap
 
put(String, Object) - Method in class io.jooby.ModelAndView
 
put(Map<String, Object>) - Method in class io.jooby.ModelAndView
 
PUT - Static variable in interface io.jooby.Router
 
put(String, Route.Handler) - Method in interface io.jooby.Router
 
put(String, String) - Method in class io.jooby.Value.Object
 
put(String, FileUpload) - Method in class io.jooby.Value.Object
 
put(String, Collection<String>) - Method in class io.jooby.Value.Object
 
putIfAbsent(AttributeKey<V>, V) - Method in class io.jooby.AttributeMap
 

Q

query() - Method in interface io.jooby.Context
 
query(String) - Method in interface io.jooby.Context
 
query(Reified<T>) - Method in interface io.jooby.Context
 
query(Class<T>) - Method in interface io.jooby.Context
 
queryMap() - Method in interface io.jooby.Context
 
queryMultimap() - Method in interface io.jooby.Context
 
QueryParam - Annotation Type in io.jooby.annotations
 
queryString() - Method in interface io.jooby.Context
Query string with the leading ? or empty string.
QueryString - Class in io.jooby
 
QueryString(String) - Constructor for class io.jooby.QueryString
 
queryString() - Method in class io.jooby.QueryString
Query string with the leading ? or empty string.
queryString(String) - Static method in interface io.jooby.Value
 

R

RAW - Static variable in interface io.jooby.Parser
 
rawType(Type) - Static method in class io.jooby.Reified
 
ready(Server) - Method in class io.jooby.Jooby
 
reason() - Method in class io.jooby.StatusCode
 
registry(Object) - Method in class io.jooby.Jooby
 
Registry - Interface in io.jooby
 
Reified<T> - Class in io.jooby
Represents a generic type T.
Reified() - Constructor for class io.jooby.Reified
Constructs a new type literal.
release() - Method in class io.jooby.Asset.FileAsset
 
release() - Method in interface io.jooby.Asset
 
release() - Method in class io.jooby.Asset.URLAsset
 
remove(AttributeKey<V>) - Method in class io.jooby.AttributeMap
 
render(String) - Method in class io.jooby.ContentNegotiation
 
render(Context) - Method in class io.jooby.ContentNegotiation
 
render(Object) - Method in interface io.jooby.Context
 
render(Context, Object) - Method in interface io.jooby.Renderer
 
render(Context, Object) - Method in interface io.jooby.TemplateEngine
 
renderer(Renderer) - Method in class io.jooby.Jooby
 
renderer(MediaType, Renderer) - Method in class io.jooby.Jooby
 
Renderer - Interface in io.jooby
 
renderer(Renderer) - Method in interface io.jooby.Router
 
renderer(MediaType, Renderer) - Method in interface io.jooby.Router
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.jooby.StatusCode
 
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
 
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
 
REQUEST_TIMEOUT_CODE - Static variable in class io.jooby.StatusCode
408 Request Timeout.
REQUEST_URI_TOO_LONG - Static variable in class io.jooby.StatusCode
 
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
 
REQUESTED_RANGE_NOT_SATISFIABLE_CODE - Static variable in class io.jooby.StatusCode
416 Requested Range Not Satisfiable.
require(Class<T>, String) - Method in class io.jooby.Jooby
 
require(Class<T>) - Method in class io.jooby.Jooby
 
require(Class<T>) - Method in interface io.jooby.Registry
 
require(Class<T>, String) - Method in interface io.jooby.Registry
 
RESET_CONTENT - Static variable in class io.jooby.StatusCode
 
RESET_CONTENT_CODE - Static variable in class io.jooby.StatusCode
205 Reset Content.
resolve(String) - Method in interface io.jooby.AssetSource
 
resolve(String) - Method in interface io.jooby.Value
 
resolve(String, boolean) - Method in interface io.jooby.Value
 
resolve(String, String, String) - Method in interface io.jooby.Value
 
resolve(String, String, String, boolean) - Method in interface io.jooby.Value
 
responseHandler(ResponseHandler) - Method in class io.jooby.Jooby
 
ResponseHandler - Interface in io.jooby
 
responseHandler(ResponseHandler) - Method in interface io.jooby.Router
 
responseSender() - Method in interface io.jooby.Context
 
responseStream() - Method in interface io.jooby.Context
 
responseStream(MediaType) - Method in interface io.jooby.Context
 
responseStream(MediaType, Throwing.Consumer<OutputStream>) - Method in interface io.jooby.Context
 
responseStream(Throwing.Consumer<OutputStream>) - Method in interface io.jooby.Context
 
responseWriter() - Method in interface io.jooby.Context
 
responseWriter(MediaType) - Method in interface io.jooby.Context
 
responseWriter(MediaType, Charset) - Method in interface io.jooby.Context
 
responseWriter(Throwing.Consumer<PrintWriter>) - Method in interface io.jooby.Context
 
responseWriter(MediaType, Throwing.Consumer<PrintWriter>) - Method in interface io.jooby.Context
 
responseWriter(MediaType, Charset, Throwing.Consumer<PrintWriter>) - Method in interface io.jooby.Context
 
Result - Class in io.jooby
 
Result(Object, StatusCode) - Constructor for class io.jooby.Result
 
RESUME_INCOMPLETE - Static variable in class io.jooby.StatusCode
 
RESUME_INCOMPLETE_CODE - Static variable in class io.jooby.StatusCode
308 Resume Incomplete.
RFC1123 - Static variable in interface io.jooby.Context
 
RFC1123_PATTERN - Static variable in interface io.jooby.Context
 
route(Runnable) - Method in class io.jooby.Jooby
 
route(String, String, Route.Handler) - Method in class io.jooby.Jooby
 
Route - Class in io.jooby
 
Route(String, String, List<String>, Type, Route.Handler, Route.Handler, Renderer, Map<String, Parser>) - Constructor for class io.jooby.Route
 
Route(String, String, Type, Route.Handler, Route.Handler, Renderer, Map<String, Parser>) - Constructor for class io.jooby.Route
 
route() - Method in interface io.jooby.Router.Match
 
route(Runnable) - Method in interface io.jooby.Router
 
route(String, String, Route.Handler) - Method in interface io.jooby.Router
 
Route.After - Interface in io.jooby
 
Route.Aware - Interface in io.jooby
 
Route.Before - Interface in io.jooby
 
Route.Decorator - Interface in io.jooby
 
Route.Handler - Interface in io.jooby
 
Router - Interface in io.jooby
 
Router.Match - Interface in io.jooby
 
run() - Method in interface io.jooby.Throwing.Runnable
 
runApp(String[], Supplier<Jooby>) - Static method in class io.jooby.Jooby
 
runApp(String[], Consumer<Jooby>) - Static method in class io.jooby.Jooby
 
runApp(ExecutionMode, String[], Consumer<Jooby>) - Static method in class io.jooby.Jooby
 
runApp(ExecutionMode, String[], Supplier<Jooby>) - Static method in class io.jooby.Jooby
 

S

SEE_OTHER - Static variable in class io.jooby.StatusCode
 
SEE_OTHER_CODE - Static variable in class io.jooby.StatusCode
303 See Other.
sendAttachment(AttachedFile) - Method in interface io.jooby.Context
 
sendBytes(byte[]) - Method in interface io.jooby.Context
 
sendBytes(ByteBuffer) - Method in interface io.jooby.Context
 
sendBytes(ByteBuf) - Method in interface io.jooby.Context
 
sendBytes(ReadableByteChannel) - Method in interface io.jooby.Context
 
sendBytes(byte[], Sender.Callback) - Method in interface io.jooby.Sender
 
Sender - Interface in io.jooby
 
Sender.Callback - Interface in io.jooby
 
sendError(Throwable) - Method in interface io.jooby.Context
 
sendError(Throwable, StatusCode) - Method in interface io.jooby.Context
 
sendFile(Path) - Method in interface io.jooby.Context
 
sendFile(FileChannel) - Method in interface io.jooby.Context
 
sendRedirect(String) - Method in interface io.jooby.Context
 
sendRedirect(StatusCode, String) - Method in interface io.jooby.Context
 
sendStatusCode(StatusCode) - Method in interface io.jooby.Context
 
sendStatusCode(int) - Method in interface io.jooby.Context
 
sendStream(InputStream) - Method in interface io.jooby.Context
 
sendString(String) - Method in interface io.jooby.Context
 
sendString(String, Charset) - Method in interface io.jooby.Context
 
sendString(String, Sender.Callback) - Method in interface io.jooby.Sender
 
sendString(String, Charset, Sender.Callback) - Method in interface io.jooby.Sender
 
Server - Interface in io.jooby
 
Server.Base - Class in io.jooby
 
SERVER_ERROR - Static variable in class io.jooby.StatusCode
 
SERVER_ERROR_CODE - Static variable in class io.jooby.StatusCode
500 Server Error.
ServerOptions - Class in io.jooby
 
ServerOptions() - Constructor for class io.jooby.ServerOptions
 
SERVICE_UNAVAILABLE - Static variable in class io.jooby.StatusCode
 
SERVICE_UNAVAILABLE_CODE - Static variable in class io.jooby.StatusCode
503 Service Unavailable.
set(Type) - Static method in class io.jooby.Reified
 
setBufferSize(int) - Method in class io.jooby.ServerOptions
 
setContentLength(long) - Method in interface io.jooby.Context
 
setContentType(String) - Method in interface io.jooby.Context
 
setContentType(MediaType) - Method in interface io.jooby.Context
 
setContentType(MediaType, Charset) - Method in interface io.jooby.Context
 
setContextPath(String) - Method in class io.jooby.Jooby
 
setContextPath(String) - Method in interface io.jooby.Router
 
setDefaultContentType(MediaType) - Method in interface io.jooby.Context
 
setDefaultHeaders(boolean) - Method in class io.jooby.ServerOptions
 
setDefaultWorker(Executor) - Method in class io.jooby.Jooby
 
setDefaultWorker(Executor) - Method in interface io.jooby.Router
 
setEnvironment(Env) - Method in class io.jooby.Jooby
 
setExecutionMode(ExecutionMode) - Method in class io.jooby.Jooby
 
setGzip(boolean) - Method in class io.jooby.ServerOptions
 
setHandle(Object) - Method in class io.jooby.Route
 
setHeader(String, Date) - Method in interface io.jooby.Context
 
setHeader(String, Instant) - Method in interface io.jooby.Context
 
setHeader(String, Object) - Method in interface io.jooby.Context
 
setHeader(String, String) - Method in interface io.jooby.Context
 
setIoThreads(int) - Method in class io.jooby.ServerOptions
 
setMaxRequestSize(int) - Method in class io.jooby.ServerOptions
 
setOptions(ServerOptions) - Method in interface io.jooby.Server
 
setPathMap(Map<String, String>) - Method in interface io.jooby.Context
 
setPipeline(Route.Handler) - Method in class io.jooby.Route
 
setPort(int) - Method in class io.jooby.ServerOptions
 
setReturnType(Type) - Method in class io.jooby.Route
 
setRoute(Route) - Method in class io.jooby.AssetHandler
 
setRoute(Route) - Method in interface io.jooby.Context
 
setRoute(Route) - Method in interface io.jooby.Route.Aware
 
setServer(String) - Method in class io.jooby.ServerOptions
 
setServerOptions(ServerOptions) - Method in class io.jooby.Jooby
 
setSingleLoop(boolean) - Method in class io.jooby.ServerOptions
 
setStatusCode(StatusCode) - Method in interface io.jooby.Context
 
setStatusCode(int) - Method in interface io.jooby.Context
 
setTmpdir(Path) - Method in class io.jooby.Jooby
 
setWorker(Executor) - Method in class io.jooby.Jooby
 
setWorker(Executor) - Method in interface io.jooby.Router
 
setWorkerThreads(int) - Method in class io.jooby.ServerOptions
 
Simple(String, String) - Constructor for class io.jooby.Value.Simple
 
size() - Method in interface io.jooby.FileUpload
 
size() - Method in class io.jooby.Value.Array
 
size() - Method in class io.jooby.Value.Object
 
size() - Method in class io.jooby.Value.Simple
 
size() - Method in interface io.jooby.Value
 
sneakyThrow(Throwable) - Static method in class io.jooby.Throwing
Throws any throwable 'sneakily' - you don't need to catch it, nor declare that you throw it onwards.
start - Variable in class io.jooby.ByteRange
 
start() - Method in class io.jooby.Jooby
 
start(Server) - Method in class io.jooby.Jooby
 
start(Jooby) - Method in interface io.jooby.Server
 
statusCode() - Method in class io.jooby.Result
 
StatusCode - Class in io.jooby
HTTP status codes.
stop() - Method in class io.jooby.Jooby
 
stop() - Method in interface io.jooby.Server
 
stream() - Method in interface io.jooby.Body
 
stream() - Method in interface io.jooby.FileUpload
 
SWITCHING_PROTOCOLS - Static variable in class io.jooby.StatusCode
 
SWITCHING_PROTOCOLS_CODE - Static variable in class io.jooby.StatusCode
101 Switching Protocols.
systemEnv() - Static method in class io.jooby.Env
 
systemProperties() - Static method in class io.jooby.Env
 

T

TemplateEngine - Interface in io.jooby
 
TEMPORARY_REDIRECT - Static variable in class io.jooby.StatusCode
 
TEMPORARY_REDIRECT_CODE - Static variable in class io.jooby.StatusCode
307 Temporary Redirect.
test(V) - Method in interface io.jooby.Throwing.Predicate
 
test(V1, V2) - Method in interface io.jooby.Throwing.Predicate2
 
TEXT - Static variable in class io.jooby.MediaType
 
text - Static variable in class io.jooby.MediaType
 
then(ErrorHandler) - Method in interface io.jooby.ErrorHandler
 
then(Route.After) - Method in interface io.jooby.Route.After
 
then(Route.Decorator) - Method in interface io.jooby.Route.Decorator
 
then(Route.Handler) - Method in interface io.jooby.Route.Decorator
 
then(Route.After) - Method in interface io.jooby.Route.Handler
 
Throwing - Class in io.jooby
Collection of throwable interfaces to simplify exception handling, specially on lambdas.
Throwing() - Constructor for class io.jooby.Throwing
 
Throwing.Consumer<V> - Interface in io.jooby
Throwable version of Consumer.
Throwing.Consumer2<V1,V2> - Interface in io.jooby
Two argument version of Throwing.Consumer.
Throwing.Consumer3<V1,V2,V3> - Interface in io.jooby
Three argument version of Throwing.Consumer.
Throwing.Consumer4<V1,V2,V3,V4> - Interface in io.jooby
Four argument version of Throwing.Consumer.
Throwing.Consumer5<V1,V2,V3,V4,V5> - Interface in io.jooby
Five argument version of Throwing.Consumer.
Throwing.Consumer6<V1,V2,V3,V4,V5,V6> - Interface in io.jooby
Six argument version of Throwing.Consumer.
Throwing.Consumer7<V1,V2,V3,V4,V5,V6,V7> - Interface in io.jooby
Seven argument version of Throwing.Consumer.
Throwing.Consumer8<V1,V2,V3,V4,V5,V6,V7,V8> - Interface in io.jooby
Seven argument version of Throwing.Consumer.
Throwing.Function<V,R> - Interface in io.jooby
Throwable version of Function.
Throwing.Function2<V1,V2,R> - Interface in io.jooby
Throwable version of BiFunction.
Throwing.Function3<V1,V2,V3,R> - Interface in io.jooby
Function with three arguments.
Throwing.Function4<V1,V2,V3,V4,R> - Interface in io.jooby
Function with four arguments.
Throwing.Function5<V1,V2,V3,V4,V5,R> - Interface in io.jooby
Function with five arguments.
Throwing.Function6<V1,V2,V3,V4,V5,V6,R> - Interface in io.jooby
Function with six arguments.
Throwing.Function7<V1,V2,V3,V4,V5,V6,V7,R> - Interface in io.jooby
Function with seven arguments.
Throwing.Function8<V1,V2,V3,V4,V5,V6,V7,V8,R> - Interface in io.jooby
Function with seven arguments.
Throwing.Predicate<V> - Interface in io.jooby
Throwable version of Throwing.Predicate.
Throwing.Predicate2<V1,V2> - Interface in io.jooby
Throwable version of Throwing.Predicate.
Throwing.Runnable - Interface in io.jooby
Throwable version of Runnable.
Throwing.Supplier<V> - Interface in io.jooby
Throwable version of Supplier.
throwingConsumer(Throwing.Consumer<V>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer2<V1, V2>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer3<V1, V2, V3>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer4<V1, V2, V3, V4>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer5<V1, V2, V3, V4, V5>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer6<V1, V2, V3, V4, V5, V6>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer7<V1, V2, V3, V4, V5, V6, V7>) - Static method in class io.jooby.Throwing
 
throwingConsumer(Throwing.Consumer8<V1, V2, V3, V4, V5, V6, V7, V8>) - Static method in class io.jooby.Throwing
 
throwingFunction(Throwing.Function<V, R>) - Static method in class io.jooby.Throwing
Factory method for Throwing.Function and Function.
throwingFunction(Throwing.Function2<V1, V2, R>) - Static method in class io.jooby.Throwing
Factory method for Throwing.Function2 and BiFunction.
throwingFunction(Throwing.Function3<V1, V2, V3, R>) - Static method in class io.jooby.Throwing
 
throwingFunction(Throwing.Function4<V1, V2, V3, V4, R>) - Static method in class io.jooby.Throwing
 
throwingFunction(Throwing.Function5<V1, V2, V3, V4, V5, R>) - Static method in class io.jooby.Throwing
 
throwingFunction(Throwing.Function6<V1, V2, V3, V4, V5, V6, R>) - Static method in class io.jooby.Throwing
 
throwingFunction(Throwing.Function7<V1, V2, V3, V4, V5, V6, V7, R>) - Static method in class io.jooby.Throwing
 
throwingFunction(Throwing.Function8<V1, V2, V3, V4, V5, V6, V7, V8, R>) - Static method in class io.jooby.Throwing
 
throwingPredicate(Throwing.Predicate<V>) - Static method in class io.jooby.Throwing
 
throwingPredicate(Throwing.Predicate2<V1, V2>) - Static method in class io.jooby.Throwing
 
throwingRunnable(Throwing.Runnable) - Static method in class io.jooby.Throwing
Factory method for Runnable.
throwingSupplier(Throwing.Supplier<V>) - Static method in class io.jooby.Throwing
Factory method for Throwing.Supplier.
to(Class<T>) - Method in interface io.jooby.Value
 
to(Type) - Method in interface io.jooby.Value
 
to(Reified<T>) - Method in interface io.jooby.Value
 
TO_STRING - Static variable in interface io.jooby.Renderer
 
toContentTypeHeader(Charset) - Method in class io.jooby.MediaType
 
toEnum(Throwing.Function<String, T>) - Method in interface io.jooby.Value
 
toEnum(Throwing.Function<String, T>, Function<String, String>) - Method in interface io.jooby.Value
 
toList() - Method in class io.jooby.Value.Array
 
toList() - Method in class io.jooby.Value.Simple
 
toList() - Method in interface io.jooby.Value
 
toList(Throwing.Function<String, T>) - Method in interface io.jooby.Value
 
toList(Class<T>) - Method in interface io.jooby.Value
 
toMap() - Method in class io.jooby.AttributeMap
 
toMap() - Method in interface io.jooby.Value
 
toMultimap() - Method in interface io.jooby.FileUpload
 
toMultimap() - Method in class io.jooby.Value.Array
 
toMultimap() - Method in class io.jooby.Value.Missing
 
toMultimap() - Method in class io.jooby.Value.Object
 
toMultimap() - Method in class io.jooby.Value.Simple
 
toMultimap() - Method in interface io.jooby.Value
 
TOO_MANY_REQUESTS - Static variable in class io.jooby.StatusCode
 
TOO_MANY_REQUESTS_CODE - Static variable in class io.jooby.StatusCode
429 Too Many Requests.
toOptional() - Method in interface io.jooby.Value
 
toOptional(Throwing.Function<String, T>) - Method in interface io.jooby.Value
 
toOptional(Class<T>) - Method in interface io.jooby.Value
 
toSet() - Method in class io.jooby.Value.Array
 
toSet() - Method in class io.jooby.Value.Simple
 
toSet() - Method in interface io.jooby.Value
 
toSet(Throwing.Function<String, T>) - Method in interface io.jooby.Value
 
toString() - Method in class io.jooby.Asset.FileAsset
 
toString() - Method in class io.jooby.Asset.URLAsset
 
toString() - Method in class io.jooby.AttachedFile
 
toString() - Method in class io.jooby.AttributeKey
 
toString() - Method in class io.jooby.Env
 
toString() - Method in class io.jooby.Jooby
 
toString() - Method in class io.jooby.MediaType
 
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.StatusCode
Return a string representation of this status code.
toString() - Method in class io.jooby.Value.Array
 
toString() - Method in class io.jooby.Value.Object
 
toString() - Method in class io.jooby.Value.Simple
 
TRACE - Annotation Type in io.jooby.annotations
HTTP TRACE verb for mvc routes.
TRACE - Static variable in interface io.jooby.Router
 
trace(String, Route.Handler) - Method in interface io.jooby.Router
 
tryAccept(V) - Method in interface io.jooby.Throwing.Consumer
Performs this operation on the given argument.
tryAccept(V1, V2) - Method in interface io.jooby.Throwing.Consumer2
Performs this operation on the given argument.
tryAccept(V1, V2, V3) - Method in interface io.jooby.Throwing.Consumer3
Performs this operation on the given argument.
tryAccept(V1, V2, V3, V4) - Method in interface io.jooby.Throwing.Consumer4
Performs this operation on the given arguments.
tryAccept(V1, V2, V3, V4, V5) - Method in interface io.jooby.Throwing.Consumer5
Performs this operation on the given arguments.
tryAccept(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.Throwing.Consumer6
Performs this operation on the given arguments.
tryAccept(V1, V2, V3, V4, V5, V6, V7) - Method in interface io.jooby.Throwing.Consumer7
Performs this operation on the given arguments.
tryAccept(V1, V2, V3, V4, V5, V6, V7, V8) - Method in interface io.jooby.Throwing.Consumer8
Performs this operation on the given arguments.
tryApply(V) - Method in interface io.jooby.Throwing.Function
Apply this function to the given argument and produces a result.
tryApply(V1, V2) - Method in interface io.jooby.Throwing.Function2
Apply this function to the given argument and produces a result.
tryApply(V1, V2, V3) - Method in interface io.jooby.Throwing.Function3
Apply this function to the given argument and produces a result.
tryApply(V1, V2, V3, V4) - Method in interface io.jooby.Throwing.Function4
Apply this function to the given argument and produces a result.
tryApply(V1, V2, V3, V4, V5) - Method in interface io.jooby.Throwing.Function5
Apply this function to the given argument and produces a result.
tryApply(V1, V2, V3, V4, V5, V6) - Method in interface io.jooby.Throwing.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.Throwing.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.Throwing.Function8
Apply this function to the given argument and produces a result.
tryGet() - Method in interface io.jooby.Throwing.Supplier
 
tryRun() - Method in interface io.jooby.Throwing.Runnable
 
tryTest(V) - Method in interface io.jooby.Throwing.Predicate
 
tryTest(V1, V2) - Method in interface io.jooby.Throwing.Predicate2
 
type() - Method in class io.jooby.Asset.FileAsset
 
type() - Method in interface io.jooby.Asset
 
type() - Method in class io.jooby.Asset.URLAsset
 
type() - Method in class io.jooby.Result
 
type(MediaType) - Method in class io.jooby.Result
 
type(MediaType, Charset) - Method in class io.jooby.Result
 
TypeMismatch(String, Type, Throwable) - Constructor for exception io.jooby.Err.TypeMismatch
 
TypeMismatch(String, Type) - Constructor for exception io.jooby.Err.TypeMismatch
 

U

UNAUTHORIZED - Static variable in class io.jooby.StatusCode
 
UNAUTHORIZED_CODE - Static variable in class io.jooby.StatusCode
401 Unauthorized.
UNPROCESSABLE_ENTITY - Static variable in class io.jooby.StatusCode
 
UNPROCESSABLE_ENTITY_CODE - Static variable in class io.jooby.StatusCode
422 Unprocessable Entity.
UNSUPPORTED_MEDIA_TYPE - Static variable in interface io.jooby.Parser
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.jooby.StatusCode
 
UNSUPPORTED_MEDIA_TYPE_CODE - Static variable in class io.jooby.StatusCode
415 Unsupported Media Type.
UPGRADE_REQUIRED - Static variable in class io.jooby.StatusCode
 
UPGRADE_REQUIRED_CODE - Static variable in class io.jooby.StatusCode
426 Upgrade Required.
Usage - Exception in io.jooby
 
Usage(String) - Constructor for exception io.jooby.Usage
 
use(Router) - Method in class io.jooby.Jooby
 
use(Predicate<Context>, Router) - Method in class io.jooby.Jooby
 
use(String, Router) - Method in class io.jooby.Jooby
 
use(Predicate<Context>, Router) - Method in interface io.jooby.Router
 
use(String, Router) - Method in interface io.jooby.Router
 
use(Router) - Method in interface io.jooby.Router
 
USE_PROXY - Static variable in class io.jooby.StatusCode
 
USE_PROXY_CODE - Static variable in class io.jooby.StatusCode
305 Use Proxy.

V

valid() - Method in class io.jooby.ByteRange
 
value(Charset) - Method in interface io.jooby.Body
 
value() - Method in interface io.jooby.FileUpload
 
value(Charset) - Method in interface io.jooby.FileUpload
 
value() - Method in class io.jooby.Result
 
value() - Method in class io.jooby.StatusCode
 
Value - Interface in io.jooby
 
value() - Method in class io.jooby.Value.Array
 
value() - Method in class io.jooby.Value.Missing
 
value() - Method in class io.jooby.Value.Object
 
value() - Method in class io.jooby.Value.Simple
 
value(String) - Method in interface io.jooby.Value
 
value(Throwing.Function<String, T>) - Method in interface io.jooby.Value
 
value() - Method in interface io.jooby.Value
 
value(String, String) - Static method in interface io.jooby.Value
 
Value.Array - Class in io.jooby
 
Value.Missing - Class in io.jooby
 
Value.Object - Class in io.jooby
 
Value.Simple - Class in io.jooby
 
valueOf(String) - Static method in enum io.jooby.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.jooby.MediaType
 
valueOf(int) - Static method in class io.jooby.StatusCode
Return the enum constant of this type with the specified numeric value.
values() - Static method in enum io.jooby.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class io.jooby.StatusCode
 
VARIANT_ALSO_NEGOTIATES_CODE - Static variable in class io.jooby.StatusCode
506 Variant Also Negotiates
view - Variable in class io.jooby.ModelAndView
 

W

WORKER_THREADS - Static variable in class io.jooby.ServerOptions
 

X

XML - Static variable in class io.jooby.MediaType
 
xml - Static variable in class io.jooby.MediaType
 

_

_10MB - Static variable in interface io.jooby.Server
 
_16KB - Static variable in interface io.jooby.Server
16KB constant.
_4KB - Static variable in interface io.jooby.Server
 
_8KB - Static variable in interface io.jooby.Server
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2019. All rights reserved.