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 

E

embedded() - Static method in interface ratpack.server.ServerConfig
Creates a builder configured to use no base dir, development mode and an ephemeral port.
embedded(Path) - Static method in interface ratpack.server.ServerConfig
Creates a builder configured to use the given base dir, 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.
enable(boolean) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.Console
Set the state of the Console publisher.
enable(boolean) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.Csv
Set the state of the CSV publisher.
enable(boolean) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.Jmx
Set the state of the JMX publisher.
EnableRatpack - Annotation Type in ratpack.spring.config
 
encrypt(ByteBuf, ByteBufAllocator) - Method in interface ratpack.session.clientside.Crypto
 
env() - Method in interface ratpack.config.ConfigDataSpec
Adds a configuration source for environment variables starting with the prefix "RATPACK_".
env(String) - Method in interface ratpack.config.ConfigDataSpec
Adds a configuration source for environment variables starting with the specified prefix.
env(String, Function<String, String>) - Method in interface ratpack.config.ConfigDataSpec
Adds a configuration source for environment variables starting with the specified prefix.
env(EnvironmentParser) - Method in interface ratpack.config.ConfigDataSpec
Adds a configuration source for environment variables using custom parsing logic.
env() - Method in interface ratpack.server.ServerConfig.Builder
Adds a configuration source for environment variables starting with the prefix "RATPACK_".
env(String) - Method in interface ratpack.server.ServerConfig.Builder
Adds a configuration source for environment variables starting with the specified prefix.
env(String, Function<String, String>) - Method in interface ratpack.server.ServerConfig.Builder
Adds a configuration source for environment variables starting with the specified prefix.
env(EnvironmentParser) - Method in interface ratpack.server.ServerConfig.Builder
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.
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) - Method in interface ratpack.exec.Fulfiller
Fulfills the promise with an error result.
error(Throwable) - Static method in interface ratpack.exec.Result
Creates a new error result.
error(Throwable) - Method in interface ratpack.handling.Context
Forwards the exception to the ServerErrorHandler in this service.
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.ExecBuilder
Specifies that the execution must run on the given event loop.
exception(Class<T>) - Method in interface ratpack.test.handling.HandlingResult
The throwable thrown or given to Context.error(Throwable), unless a custom error handler is in use.
Exceptions - Class in ratpack.util
Utility methods for dealing with exceptions.
Exceptions() - Constructor for class ratpack.util.Exceptions
 
excludeFilter(String) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.Console
Set the exclude metric filter expression of the reporter.
excludeFilter(String) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.Csv
Set the exclude metric filter expression of the reporter.
excludeFilter(String) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.Jmx
Set the exclude metric filter expression of the reporter.
excludeFilter(String) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule.Config.WebSocket
Set the exclude metric filter expression of the reporter.
exec(Closure<?>...) - Method in class ratpack.test.remote.RemoteControl
 
ExecBuilder - Interface in ratpack.exec
Builds, and initiates, a new execution.
ExecControl - Interface in ratpack.exec
Provides methods for controlling execution(i.e.
execControl() - Static method in interface ratpack.exec.ExecControl
An exec control that binds to the thread's execution on demand.
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.
ExecInterceptor - Interface in ratpack.exec
Intercepts 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.
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
Invokes GroovyChainAction.execute() while setting the given chain as the implicit receiver.
execute(Function<? super ExecControl, ? extends Operation>) - Method in interface ratpack.test.exec.ExecHarness
 
execute(Operation) - Method in interface ratpack.test.exec.ExecHarness
 
executeSingle(Function<? super ExecControl, ? 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 stream of execution, which is potentially serialized over many threads.
execution() - Static method in interface ratpack.exec.Execution
Provides the currently execution execution.
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.ResponseMetaData
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.
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