- embedded() - Static method in interface ratpack.server.ServerConfig
-
Creates a builder configured for development mode and an ephemeral port.
- EmbeddedApp - Interface in ratpack.test.embed
-
An application created and used at runtime, useful for functionally testing subsets of functionality.
- empty() - Static method in interface ratpack.registry.Registry
-
Returns an empty registry.
- empty() - Static method in interface ratpack.util.MultiValueMap
-
- enable(boolean) - Method in class ratpack.dropwizard.metrics.ConsoleConfig
-
Set the state of the Console publisher.
- enable(boolean) - Method in class ratpack.dropwizard.metrics.CsvConfig
-
Set the state of the CSV publisher.
- enable() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
-
Enable the Graphite publisher.
- enable(boolean) - Method in class ratpack.dropwizard.metrics.JmxConfig
-
Set the state of the JMX publisher.
- enable(boolean) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
-
Set the state of the Slf4j publisher.
- EnableRatpack - Annotation Type in ratpack.spring.config
-
- encrypt(ByteBuf, ByteBufAllocator) - Method in interface ratpack.session.clientside.Crypto
-
- env() - Method in interface ratpack.config.ConfigDataBuilder
-
Adds a configuration source for environment variables starting with the prefix
"RATPACK_".
- env(String) - Method in interface ratpack.config.ConfigDataBuilder
-
Adds a configuration source for environment variables starting with the specified prefix.
- env(String, Function<String, String>) - Method in interface ratpack.config.ConfigDataBuilder
-
Adds a configuration source for environment variables starting with the specified prefix.
- env(EnvironmentParser) - Method in interface ratpack.config.ConfigDataBuilder
-
Adds a configuration source for environment variables using custom parsing logic.
- env() - Method in interface ratpack.server.ServerConfigBuilder
-
Adds a configuration source for environment variables starting with the prefix
"RATPACK_".
- env(String) - Method in interface ratpack.server.ServerConfigBuilder
-
Adds a configuration source for environment variables starting with the specified prefix.
- env(String, Function<String, String>) - Method in interface ratpack.server.ServerConfigBuilder
-
Adds a configuration source for environment variables starting with the specified prefix.
- env(EnvironmentParser) - Method in interface ratpack.server.ServerConfigBuilder
-
Adds a configuration source for environment variables using custom parsing logic.
- EnvironmentParser - Interface in ratpack.config
-
Strategy for parsing a set of environment variables into a form appropriate for use in a
ConfigSource
.
- EphemeralBaseDir - Interface in ratpack.test.embed
-
A helper for creating a base dir programmatically, typically at test time.
- equals(Object) - Method in class ratpack.func.Pair
-
A pair is equal if its left and right items are equal to the left and right items of this
respectively.
- error(Context, int) - Method in interface ratpack.error.ClientErrorHandler
-
Handle a client error.
- error(Context, Throwable) - Method in interface ratpack.error.ServerErrorHandler
-
Processes the given exception that occurred processing the given context.
- error(Throwable) - Method in interface ratpack.exec.Downstream
-
Signals the unsuccessful production of the upstream value.
- error(Throwable) - Static method in interface ratpack.exec.Promise
-
Creates a failed promise with the given error.
- error(Throwable) - Static method in interface ratpack.exec.Result
-
Creates a new error result.
- error(Throwable) - Method in interface ratpack.handling.Context
-
- error(Throwable) - Method in interface ratpack.stream.WriteStream
-
Signals a stream error.
- Event<T> - Interface in ratpack.sse
-
An individual event in a server sent event stream.
- event(Function<? super T, String>) - Method in interface ratpack.sse.Event
-
Sets the “event” value of the event to the return value of the given function.
- event(String) - Method in interface ratpack.sse.Event
-
Specify the event type for the server sent event.
- eventLoop(EventLoop) - Method in interface ratpack.exec.ExecStarter
-
Specifies that the execution must run on the given event loop.
- exception(Class<T>) - Method in interface ratpack.test.handling.HandlingResult
-
- Exceptions - Class in ratpack.util
-
Utility methods for dealing with exceptions.
- Exceptions() - Constructor for class ratpack.util.Exceptions
-
- exec(Block) - Static method in class ratpack.exec.Blocking
-
- exec(Closure<?>...) - Method in class ratpack.test.remote.RemoteControl
-
- ExecController - Interface in ratpack.exec
-
The exec controller manages the execution of operations.
- ExecHarness - Interface in ratpack.test.exec
-
A utility for testing asynchronous support/service code.
- ExecInitializer - Interface in ratpack.exec
-
- ExecInterceptor - Interface in ratpack.exec
-
Intercepts execution segments of an execution, primarily for traceability and recording metrics.
- ExecInterceptor.ExecType - Enum in ratpack.exec
-
The execution type (i.e.
- ExecResult<T> - Interface in ratpack.exec
-
The result of an execution.
- ExecStarter - Interface in ratpack.exec
-
- execute(T) - Method in interface ratpack.func.Action
-
Executes the action against the given thing.
- execute(T, U) - Method in interface ratpack.func.BiAction
-
Executes the action against the given thing.
- execute() - Method in interface ratpack.func.Block
-
Execute the action.
- execute() - Method in class ratpack.groovy.handling.GroovyChainAction
-
Defines the handler chain.
- execute(Chain) - Method in class ratpack.groovy.handling.GroovyChainAction
-
- execute(Function<? super Execution, ? extends Operation>) - Method in interface ratpack.test.exec.ExecHarness
-
- execute(Operation) - Method in interface ratpack.test.exec.ExecHarness
-
- executeSingle(Function<? super Execution, ? extends Operation>) - Static method in interface ratpack.test.exec.ExecHarness
-
- executeSingle(Operation) - Static method in interface ratpack.test.exec.ExecHarness
-
- Execution - Interface in ratpack.exec
-
A logical operation, such as servicing a request, that may be comprised of non contiguous units of work.
- ExecutionException - Exception in ratpack.exec
-
Thrown when an execution sequence is invalid.
- ExecutionException(String) - Constructor for exception ratpack.exec.ExecutionException
-
Constructor.
- ExecutionScoped - Annotation Type in ratpack.guice
-
- expireCookie(String) - Method in interface ratpack.http.Response
-
Adds a cookie to the response with a 0 max-age, forcing the client to expire it.
- expires(Duration) - Method in class ratpack.session.SessionCookieConfig
-
Set max age of the cookies related to session management.