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

E

EARLY_HINTS - Static variable in interface ratpack.core.http.Status
The 103 status code.
embedded() - Static method in interface ratpack.core.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 class ratpack.core.health.HealthCheckResults
Empty results.
empty() - Static method in interface ratpack.exec.registry.Registry
Returns an empty registry.
empty() - Static method in class ratpack.exec.stream.Streams
An empty publisher that immediately completes.
empty() - Static method in interface ratpack.func.MultiValueMap
 
empty() - Static method in interface ratpack.session.SessionId
A session ID that is always empty.
enable(boolean) - Method in class ratpack.dropwizard.metrics.ByteBufAllocatorConfig
Set the state of the ByteBufAllocator metric collector.
enable(boolean) - Method in class ratpack.dropwizard.metrics.HttpClientConfig
Set the state of HttpClient metrics.
enable(boolean) - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
Set the state of the publisher.
enableMetricsCollection(boolean) - Method in interface ratpack.core.http.client.HttpClientSpec
Enable metric collection on HTTP Client.
EnableRatpack - Annotation Type in ratpack.spring.config
 
encodedPath(String) - Method in interface ratpack.core.http.HttpUrlBuilder
Appends the path to the URL, without escaping any meta characters.
encoding(String) - Method in interface ratpack.test.http.MultipartFileSpec
Specify the form field
encrypt(ByteBuf, ByteBufAllocator) - Method in interface ratpack.session.clientside.Crypto
 
ensureWritable(int) - Method in class ratpack.core.bytebuf.ByteBufRef
 
ensureWritable(int, boolean) - Method in class ratpack.core.bytebuf.ByteBufRef
 
env() - Method in interface ratpack.config.ConfigDataBuilder
Adds a configuration source for environment variables starting with the prefix "RATPACK_".
env() - Method in interface ratpack.core.server.ServerConfigBuilder
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) - Method in interface ratpack.core.server.ServerConfigBuilder
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(String, Function<String, String>) - Method in interface ratpack.core.server.ServerConfigBuilder
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(EnvironmentParser) - Method in interface ratpack.core.server.ServerConfigBuilder
Adds a configuration source for environment variables using custom parsing logic.
Environment - Interface in ratpack.config
 
EnvironmentParser - Interface in ratpack.config
Strategy for parsing a set of environment variables into a form appropriate for use in a ConfigSource.
ephemeral() - Static method in class ratpack.core.impose.ForceServerListenPortImposition
Creates an imposition that forces the use of an ephemeral port.
EphemeralBaseDir - Interface in ratpack.test.embed
A helper for creating a base dir programmatically, typically at test time.
equals(Object) - Method in class ratpack.core.bytebuf.ByteBufRef
 
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(Throwable) - Method in interface ratpack.core.handling.Context
Handles any error thrown during request handling.
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.exec.stream.WriteStream
Signals a stream error.
error(Throwable) - Method in class ratpack.exec.util.Promised
Signals the unsuccessful production of the upstream value.
error(Context, int) - Method in interface ratpack.core.error.ClientErrorHandler
Handle a client error.
error(Context, Throwable) - Method in interface ratpack.core.error.ServerErrorHandler
Processes the given exception that occurred processing the given context.
error(Context, InvalidPathEncodingException) - Method in interface ratpack.core.error.ServerErrorHandler
Processes the given request path encoding error that occurred processing the given context.
ERROR - ratpack.core.server.DecodingErrorLevel
 
errorIntercept(Action<? super Throwable>) - Method in interface ratpack.core.http.client.HttpClientSpec
Add an interceptor for errors thrown by this client (eg.
event(String) - Method in interface ratpack.core.sse.ServerSentEventBuilder
Specify the event type for the server sent event.
eventLoop(EventLoop) - Method in interface ratpack.exec.ExecSpec
Specifies that the execution must run on the given event loop.
eventLoop(EventLoop) - Method in interface ratpack.exec.ExecStarter
Specifies that the execution must run on the given event loop.
eventLoopGroup(BiFunction<Integer, ThreadFactory, EventLoopGroup>) - Method in interface ratpack.exec.ExecControllerSpec.ComputeSpec
Specify a factory that generates Netty EventLoopGroup instances with the arguments.
eventLoopGroup(BiFunction<Integer, ThreadFactory, EventLoopGroup>) - Method in interface ratpack.exec.ExecControllerSpec.EventLoopSpec
Specify a factory that generates Netty EventLoopGroup instances with the arguments.
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.func
Utility methods for dealing with exceptions.
Exceptions() - Constructor for class ratpack.func.Exceptions
 
excludeFilter(String) - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
Set the exclude metric filter expression of the reporter.
exec(Block) - Static method in class ratpack.exec.Blocking
 
execController(ExecController) - Method in interface ratpack.core.http.client.HttpClientSpec
The exec controller to associate with.
ExecController - Interface in ratpack.exec
The exec controller manages the execution of operations.
ExecControllerSpec - Interface in ratpack.exec
An additive specification of an execution controller.
ExecControllerSpec.BlockingSpec - Interface in ratpack.exec
A specification for defining the default blocking executor.
ExecControllerSpec.ComputeSpec - Interface in ratpack.exec
A specification for defining the default computation executor.
ExecControllerSpec.EventLoopSpec - Interface in ratpack.exec
A specification for building Netty event loop groups.
ExecControllerSpec.ExecutorServiceSpec - Interface in ratpack.exec
A specification for building executor services
ExecHarness - Interface in ratpack.test.exec
A utility for testing asynchronous support/service code.
execInit(Action<? super Execution>) - Method in interface ratpack.exec.util.ParallelBatch
Specifies an initializer for each forked execution.
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.
ExecSpec - Interface in ratpack.exec
A specification for an Execution.
ExecStarter - Interface in ratpack.exec
Starts a new Execution.
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(Operation) - Method in interface ratpack.test.exec.ExecHarness
 
execute(Action<? super RegistrySpec>, Function<? super Execution, ? extends Operation>) - Method in interface ratpack.test.exec.ExecHarness
 
execute(Function<? super Execution, ? extends Operation>) - Method in interface ratpack.test.exec.ExecHarness
 
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.
executeSingle(Operation) - Static method in interface ratpack.test.exec.ExecHarness
 
executeSingle(Action<? super RegistrySpec>, Function<? super Execution, ? extends Operation>) - Static method in interface ratpack.test.exec.ExecHarness
 
executeSingle(Function<? super Execution, ? extends 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.
ExecutionRef - Interface in ratpack.exec
A reference to an Execution that is usable from outside of it.
ExecutionScoped - Annotation Type in ratpack.guice
 
executor(Function<ThreadFactory, ExecutorService>) - Method in interface ratpack.exec.ExecControllerSpec.BlockingSpec
Specify a factory for creating an executor service with the provider arguments.
executor(Function<ThreadFactory, ExecutorService>) - Method in interface ratpack.exec.ExecControllerSpec.ExecutorServiceSpec
Specify a factory for creating an executor service with the provider arguments.
EXPECTATION_FAILED - Static variable in interface ratpack.core.http.Status
The 417 status code.
expireCookie(String) - Method in interface ratpack.core.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.
extractProperties(String, Properties, Map<? super String, ? super String>) - Static method in class ratpack.func.PropertiesUtil
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes All Packages