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

D

dataSource(HikariConfig) - Method in class ratpack.hikari.HikariModule
 
DebugErrorHandler - Class in ratpack.error
A simple server and client error handler that prints out information in plain text to the response.
DebugErrorHandler() - Constructor for class ratpack.error.DebugErrorHandler
 
decorate(Injector, Handler) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
 
decorate(Injector, Handler) - Method in interface ratpack.guice.HandlerDecoratingModule
Decorate the given handler with any global logic.
decorate(Injector, Handler) - Method in class ratpack.newrelic.NewRelicModule
 
decorate(Injector, Handler) - Method in class ratpack.remote.RemoteControlModule
 
decorate(Injector, Handler) - Method in class ratpack.session.SessionModule
 
decorate(Injector, Handler) - Method in class ratpack.session.store.MapSessionsModule
Makes SessionStorage available in the exchange service.
DEFAULT_HEALTH_CHECK_NAME_TOKEN - Static variable in class ratpack.codahale.metrics.HealthCheckHandler
The default path token used to identify a particular health check: "name"
DEFAULT_MAX_CONTENT_LENGTH - Static variable in interface ratpack.launch.LaunchConfig
The default max content length.
DEFAULT_PORT - Static variable in interface ratpack.launch.LaunchConfig
The default port for Ratpack applications, 5050.
DEFAULT_REMOTE_CONTROL_PATH - Static variable in class ratpack.remote.RemoteControlModule
 
delete(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodHandler
Defines the action to to take if the request has a HTTP method of DELETE.
delete(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler that delegates to the given handler if the request HTTPMethod is DELETE and the path is at the current root.
delete(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 and the request HTTPMethod is DELETE.
delete(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 and the request HTTPMethod is DELETE.
delete(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 HTTPMethod is DELETE and the path is at the current root.
delete(Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
 
delete(String, Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
 
delete(String, Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
delete(Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
delete() - Method in interface ratpack.groovy.test.TestHttpClient
 
delete(String) - Method in interface ratpack.groovy.test.TestHttpClient
 
delete(Runnable) - Method in interface ratpack.handling.ByMethodHandler
Defines the action to to take if the request has a HTTP method of DELETE.
delete(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 and the request HTTPMethod is DELETE.
delete(Handler) - Method in interface ratpack.handling.Chain
Adds a handler that delegates to the given handler if the request HTTPMethod is DELETE and the path is at the current root.
delete(String, Handler) - Method in class ratpack.handling.ChainAction
 
delete(Handler) - Method in class ratpack.handling.ChainAction
 
delete() - Static method in class ratpack.handling.Handlers
A handler that delegates to the next handler if the request is DELETE, otherwise raises a 405 client error.
deleteText() - Method in interface ratpack.groovy.test.TestHttpClient
 
deleteText(String) - Method in interface ratpack.groovy.test.TestHttpClient
 
dir(String) - Method in interface ratpack.test.embed.BaseDirBuilder
Creates a directory at the given path within the base dir.
dir(String) - Method in class ratpack.test.embed.PathBaseDirBuilder
Creates a directory at the given path within the base dir.
DirectChannelAccess - Interface in ratpack.handling.direct
Provides direct access to the underlying Netty Channel.
A B C D E F G H I J L M N O P R S T U V W X