- 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.remote.RemoteControlModule
-
- decorate(Injector, Handler) - Method in class ratpack.rx.RxModule
-
- decorate(Injector, Handler) - Method in class ratpack.session.SessionModule
-
- decorate(Injector, Handler) - Method in class ratpack.session.store.MapSessionsModule
-
- 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() - 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
.