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

D

data(String) - Method in interface ratpack.sse.ServerSentEvent.Spec
Specify the event data for the server sent event.
dataSource(HikariConfig) - Method in class ratpack.hikari.HikariModule
 
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_COMPRESSION_MIN_SIZE - Static variable in interface ratpack.launch.LaunchConfig
The default compression minimum size in bytes, 1024L.
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
 
DEFAULT_THREADS - Static variable in interface ratpack.launch.LaunchConfig
The default number of threads an application should use.
defaultConfig(LaunchConfig, MarkupTemplatingModule.Config) - Method in class ratpack.groovy.markuptemplates.MarkupTemplatingModule
 
defaultConfig(LaunchConfig, T) - Method in class ratpack.guice.ConfigurableModule
Hook for applying any default configuration to the configuration object created by ConfigurableModule.createConfig(LaunchConfig).
defaultRegistry(Registry) - Method in class ratpack.launch.LaunchConfigBuilder
The default registry for the built launch config.
defer(Action<? super Runnable>) - Method in interface ratpack.exec.PromiseOperations
Allows the execution of the promise to be deferred to a later time.
delete(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
Defines the action to to take if the request has a HTTP method of DELETE.
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, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
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(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
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 interface ratpack.handling.ByMethodSpec
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(String, Class<? extends Handler>) - Method in interface ratpack.handling.Chain
 
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(Class<? extends Handler>) - Method in interface ratpack.handling.Chain
 
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.
delete() - Method in interface ratpack.test.http.TestHttpClient
 
delete(String) - Method in interface ratpack.test.http.TestHttpClient
 
deleteText() - Method in interface ratpack.test.http.TestHttpClient
 
deleteText(String) - Method in interface ratpack.test.http.TestHttpClient
 
development(boolean) - Method in class ratpack.launch.LaunchConfigBuilder
Whether or not the application is "development".
DEVELOPMENT - Static variable in class ratpack.launch.LaunchConfigs.Property
Whether to have the application in development mode.
dir(File) - Static method in interface ratpack.test.embed.BaseDirBuilder
 
dir(String) - Method in interface ratpack.test.embed.BaseDirBuilder
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 Y 
Skip navigation links