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

H

H2Module - Class in ratpack.h2
 
H2Module() - Constructor for class ratpack.h2.H2Module
 
H2Module(String, String, String) - Constructor for class ratpack.h2.H2Module
 
handle(Context) - Method in class ratpack.codahale.metrics.HealthCheckHandler
 
handle(Context) - Method in class ratpack.codahale.metrics.MetricsWebsocketBroadcastHandler
 
handle(GroovyContext) - Method in class ratpack.groovy.handling.GroovyHandler
The handle method to implement.
handle(Context) - Method in class ratpack.groovy.handling.GroovyHandler
handle(Context) - Method in interface ratpack.handling.Handler
Handles the context.
handle(Context) - Method in class ratpack.handling.InjectionHandler
Invokes the custom "handle" method, extracting necessary parameters from the context to satisfy the call.
handleAuthenticationFailure(Context) - Method in class ratpack.pac4j.AbstractAuthorizer
Unless overridden, all authentication failures will be handled with the default client error handling for status 403 Forbidden.
handleAuthenticationFailure(Context) - Method in interface ratpack.pac4j.Authorizer
Handles a failure to perform authentication.
handleAuthorization(Context, U) - Method in class ratpack.pac4j.AbstractAuthorizer
Unless overridden, all authenticated requests will be considered authorized.
handleAuthorization(Context, U) - Method in interface ratpack.pac4j.Authorizer
Handles authorization for the given context.
HandlebarsModule - Class in ratpack.handlebars
An extension module that provides support for Handlebars.java templating engine.
HandlebarsModule() - Constructor for class ratpack.handlebars.HandlebarsModule
 
handlebarsTemplate(String) - Static method in class ratpack.handlebars.Template
 
handlebarsTemplate(Map<String, ?>, String) - Static method in class ratpack.handlebars.Template
 
handlebarsTemplate(Map<String, ?>, String, String) - Static method in class ratpack.handlebars.Template
 
handlebarsTemplate(String, T) - Static method in class ratpack.handlebars.Template
 
handlebarsTemplate(String, T, String) - Static method in class ratpack.handlebars.Template
 
handler(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
Adds the given Closure as a Handler to this GroovyChain.
handler(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the relative path matches the given path exactly.
handler(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
Adds the given handler to this.
handler(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler that delegates to the given handler if the relative path matches the given path exactly.
handler(Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
handler(String, Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
handler(Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
 
handler(String, Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
 
handler(LaunchConfig, Action<? super ModuleRegistry>, Action<? super Chain>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(LaunchConfig, Action<? super ModuleRegistry>, Transformer<? super Injector, ? extends Handler>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(LaunchConfig, Injector, Action<? super ModuleRegistry>, Action<? super Chain>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(LaunchConfig, Injector, Action<? super ModuleRegistry>, Transformer<? super Injector, ? extends Handler>) - Static method in class ratpack.guice.Guice
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
handler(Handler) - Method in interface ratpack.handling.Chain
Adds the given handler to this.
handler(String, Handler) - Method in interface ratpack.handling.Chain
Adds a handler that delegates to the given handler if the relative path matches the given path exactly.
Handler - Interface in ratpack.handling
A handler participates in the processing of a request/response pair, operating on a Context.
HANDLER_FACTORY - Static variable in class ratpack.launch.LaunchConfigFactory.Property
The full qualified classname of the handler factory (required).
HandlerDecoratingModule - Interface in ratpack.guice
A Guice module that contributes to the default handler setup.
HandlerFactory - Interface in ratpack.launch
A factory contract for creating handlers, typically the root handler of the application.
handlers(Closure<?>) - Method in interface ratpack.groovy.Groovy.Ratpack
Registers the closure used to build the handler chain of the application.
handlers(Closure<?>) - Method in class ratpack.groovy.test.embed.ClosureBackedEmbeddedApplication
Specifies the handlers of the application.
Handlers - Class in ratpack.handling
Factory methods for handler decorations.
head() - Method in interface ratpack.groovy.test.TestHttpClient
 
head(String) - Method in interface ratpack.groovy.test.TestHttpClient
 
header(String, String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler to the chain that delegates to the given handler if the request has a header with the given name and a its value matches the given value exactly.
header(String, String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the request has a HTTPHeader with the given name and a it's value matches the given value exactly.
header(String, String, Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
 
header(String, String, Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
header(String, String) - Method in interface ratpack.groovy.test.handling.GroovyInvocationBuilder
 
header(String, String, Handler) - Method in interface ratpack.handling.Chain
Adds a handler to the chain that delegates to the given handler if the request has a header with the given name and a its value matches the given value exactly.
header(String, String, Handler) - Static method in class ratpack.handling.Handlers
Creates a handler that delegates to the given handler if the request has a HTTPHeader with the given name and a it's value matches the given value exactly.
header(String, String) - Method in interface ratpack.test.handling.InvocationBuilder
 
Headers - Interface in ratpack.http
An immutable set of HTTP headers.
HealthCheckHandler - Class in ratpack.codahale.metrics
A Handler that runs and renders health checks.
HealthCheckHandler() - Constructor for class ratpack.codahale.metrics.HealthCheckHandler
 
HealthCheckHandler(String) - Constructor for class ratpack.codahale.metrics.HealthCheckHandler
 
HealthCheckResults - Interface in ratpack.codahale.metrics
 
healthChecks() - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
Enables the automatic registering of health checks.
hikariConfig(LaunchConfig) - Method in class ratpack.hikari.HikariModule
 
HikariModule - Class in ratpack.hikari
An extension module that provides support for HikariCP JDBC connection pool.
HikariModule() - Constructor for class ratpack.hikari.HikariModule
 
HikariModule(Map<String, String>, String) - Constructor for class ratpack.hikari.HikariModule
 
HikariModule(Map<String, String>, String, Integer, Integer) - Constructor for class ratpack.hikari.HikariModule
 
html(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByContentHandler
Convenience method to respond with "text/html" mime type.
html(Runnable) - Method in interface ratpack.handling.ByContentHandler
Convenience method to respond with "text/html" mime type.
htmlBuilder(Closure<?>) - Static method in class ratpack.groovy.Groovy
Shorthand for Groovy.markupBuilder(String, String, groovy.lang.Closure) with a content type of "text/html" and "UTF-8" encoding.
HttpMethod - Interface in ratpack.http
The method of a HTTP request.
A B C D E F G H I J L M N O P R S T U V W X