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 

M

main(String...) - Static method in class ratpack.groovy.GroovyRatpackMain
Starts the server defined by calling Groovy.Script.app().
MainClassApplicationUnderTest - Class in ratpack.test
 
MainClassApplicationUnderTest(Class<?>) - Constructor for class ratpack.test.MainClassApplicationUnderTest
 
map(String) - Method in interface ratpack.config.EnvironmentParser
Transforms a segment.
map(Function<? super T, ? extends O>) - Method in interface ratpack.exec.Promise
Transforms the promised value by applying the given function to it.
map(Function<? super Pair<L, R>, ? extends T>) - Method in class ratpack.func.Pair
Applies the given function to this, returning the result.
map(String, Class<K>, Class<V>) - Method in interface ratpack.groovy.template.TextTemplateModel
 
map(String) - Method in interface ratpack.groovy.template.TextTemplateModel
 
map(Publisher<I>, Function<? super I, ? extends O>) - Static method in class ratpack.stream.Streams
Returns a publisher that publishes items from the given input publisher after transforming each item via the given function.
map(Function<? super T, ? extends O>) - Method in interface ratpack.stream.TransformablePublisher
mapError(Function<? super Throwable, ? extends T>) - Method in interface ratpack.exec.Promise
Transforms the promise failure (potentially into a value) by applying the given function to it.
mapLeft(Function<? super L, ? extends T>) - Method in class ratpack.func.Pair
Creates a new pair, with the left item being the result of applying the given function to the left item of this.
mapRight(Function<? super R, ? extends T>) - Method in class ratpack.func.Pair
Creates a new pair, with the right item being the result of applying the given function to the right item of this.
MapSessionsModule - Class in ratpack.session.store
An extension module that provides an in memory map store for sessions, SessionStore.
MapSessionsModule(int, int) - Constructor for class ratpack.session.store.MapSessionsModule
Creates a new module with the given configuration for session storage.
Markup - Class in ratpack.groovy.template
 
Markup(CharSequence, Charset, Closure<?>) - Constructor for class ratpack.groovy.template.Markup
 
markupBuilder(CharSequence, CharSequence, Closure<?>) - Static method in class ratpack.groovy.Groovy
Renderable object for markup built using Groovy's MarkupBuilder.
markupBuilder(CharSequence, Charset, Closure<?>) - Static method in class ratpack.groovy.Groovy
 
MarkupTemplate - Class in ratpack.groovy.template
 
MarkupTemplate(String, String, Map<?, ?>) - Constructor for class ratpack.groovy.template.MarkupTemplate
 
MarkupTemplateModule - Class in ratpack.groovy.template
An extension module that provides support for the Groovy markup template engine.
MarkupTemplateModule() - Constructor for class ratpack.groovy.template.MarkupTemplateModule
 
MarkupTemplateModule.Config - Class in ratpack.groovy.template
 
maxContentLength(int) - Method in interface ratpack.server.ServerConfig.Builder
The max number of bytes a request body can be.
maxLength(int) - Method in interface ratpack.websocket.WebSocketSpec
 
maybeGet(Class<O>) - Method in interface ratpack.registry.Registry
Does the same thing as Registry.get(Class), except returns null instead of throwing an exception.
maybeGet(TypeToken<O>) - Method in interface ratpack.registry.Registry
Does the same thing as Registry.get(Class), except returns null instead of throwing an exception.
md5(ServerConfig, String, String...) - Static method in class ratpack.file.FileSystemChecksumServices
Get checksum service with MD5 calculation method.
MD5Checksummer - Class in ratpack.file.checksummer
Calculate checksum with MD5 algorithm.
MD5Checksummer() - Constructor for class ratpack.file.checksummer.MD5Checksummer
 
MDCInterceptor - Class in ratpack.logging
An execution interceptor that adds support for Slf4j's Mapped Diagnostic Context (MDC) feature.
MDCInterceptor() - Constructor for class ratpack.logging.MDCInterceptor
 
MediaType - Interface in ratpack.http
A structured value for a Content-Type header value.
merge(Publisher<? extends T>...) - Static method in class ratpack.stream.Streams
Returns a publisher that merges the given input publishers into a single stream of elements.
method(String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
Set the request method (case insensitive).
method(String) - Method in interface ratpack.http.client.RequestSpec
Set the HTTP verb to use.
method(String) - Method in interface ratpack.test.handling.RequestFixture
Set the request method (case insensitive).
MetricsWebsocketBroadcastHandler - Class in ratpack.codahale.metrics
A Handler that broadcasts metric reports via web sockets.
MetricsWebsocketBroadcastHandler() - Constructor for class ratpack.codahale.metrics.MetricsWebsocketBroadcastHandler
 
MimeTypes - Interface in ratpack.file
A registry for mime types.
modules(Iterable<Module>) - Method in class ratpack.jackson.JacksonModule.Config
Add the given modules to the modules to be registered with the created object mapper.
modules(Module...) - Method in class ratpack.jackson.JacksonModule.Config
Add the given modules to the modules to be registered with the created object mapper.
multiBind(Class<T>) - Method in interface ratpack.guice.BindingsSpec
 
multiBind(Class<T>, Class<? extends T>) - Method in interface ratpack.guice.BindingsSpec
 
multiBinder(TypeToken<T>, Action<? super Multibinder<T>>) - Method in interface ratpack.guice.BindingsSpec
 
multiBinder(Class<T>, Action<? super Multibinder<T>>) - Method in interface ratpack.guice.BindingsSpec
 
multiBindInstance(Class<T>, T) - Method in interface ratpack.guice.BindingsSpec
 
multiBindInstance(T) - Method in interface ratpack.guice.BindingsSpec
 
multiBindProvider(Class<T>, Provider<? extends T>) - Method in interface ratpack.guice.BindingsSpec
 
multiBindProviderType(Class<T>, Class<? extends Provider<? extends T>>) - Method in interface ratpack.guice.BindingsSpec
 
multicast(Publisher<T>) - Static method in class ratpack.stream.Streams
Returns a publisher that will stream events emitted from the given publisher to all of its subscribers.
multicast() - Method in interface ratpack.stream.TransformablePublisher
MultiValueMap<K,V> - Interface in ratpack.util
A map that may contain multiple values for a given key, but typically only one value.
MutableHeaders - Interface in ratpack.http
A set of HTTP headers that can be changed.
MutableRegistry - Interface in ratpack.registry
A Registry that is also mutable.
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