- id(Function<? super T, String>) - Method in interface ratpack.sse.Event
-
Sets the “id” value of the event to the return value of the given function.
- id(String) - Method in interface ratpack.sse.Event
-
Specify the event id for the server sent event.
- identity() - Static method in interface ratpack.func.Function
-
Returns an identity function (return value always same as input).
- idName(String) - Method in class ratpack.session.SessionCookieConfig
-
Set the name of the cookie for session id.
- ignoreArg(Block) - Static method in interface ratpack.func.Action
-
- impose(Impositions, Factory<? extends T>) - Static method in class ratpack.impose.Impositions
-
Sets impositions that will be available during execution of the given function, from this thread.
- impose(Factory<? extends T>) - Method in class ratpack.impose.Impositions
-
- Imposition - Interface in ratpack.impose
-
A marker interface for all types used as an imposition.
- Impositions - Class in ratpack.impose
-
A mechanism for imposing things on an application from the outside and typically during testing.
- ImpositionsSpec - Interface in ratpack.impose
-
Used to specify a set of impositions.
- include(Path) - Method in interface ratpack.groovy.Groovy.Ratpack
-
Evaluates the provided path using the Ratpack DSL and applies the configuration to this server.
- include(String) - Method in interface ratpack.groovy.Groovy.Ratpack
-
Evaluates the path provided using the Ratpack DSL and applies the configuration to this server.
- includeFilter(String) - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
-
Set the include metric filter of the reporter.
- indexFiles(String...) - Method in interface ratpack.file.FileHandlerSpec
-
The files that should be used when a request is made for a directory.
- inferred(String) - Static method in interface ratpack.server.PublicAddress
-
An implementation that infers the public address from the current request.
- init(Execution) - Method in interface ratpack.exec.ExecInitializer
-
Called before the execution is started in order to perform any initialisation.
- init() - Method in interface ratpack.newrelic.NewRelicTransaction
-
- initialize() - Static method in class ratpack.rx.RxRatpack
-
Registers an
RxJavaObservableExecutionHook
with RxJava that provides a default error handling strategy of forwarding exceptions to the execution error handler.
- InjectionHandler - Class in ratpack.handling
-
A super class that removes the boiler plate of retrieving objects from the context registry by injecting them based on a method signature.
- InjectionHandler() - Constructor for class ratpack.handling.InjectionHandler
-
Constructor.
- InjectionHandler.NoSuitableHandleMethodException - Exception in ratpack.handling
-
Exception thrown if the subclass doesn't provide a valid handle method.
- insert(Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Inserts the given nested handler chain.
- insert(Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
- insert(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Inserts the given nested handler chain.
- insert(Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
Inserts the given nested handler chain.
- insert(Class<? extends Action<? super Chain>>) - Method in interface ratpack.handling.Chain
-
- insert(Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline, then delegates to the first.
- insert(Registry, Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline to execute with the given registry, then delegates to the first.
- instance() - Static method in class ratpack.logging.MDCInterceptor
-
Creates an interceptor with no initialisation action.
- intercept(Execution, ExecInterceptor.ExecType, Block) - Method in interface ratpack.exec.ExecInterceptor
-
Intercepts the execution of an execution segment.
- intercept(Execution, ExecInterceptor.ExecType, Block) - Method in class ratpack.logging.MDCInterceptor
-
- is1xx() - Method in interface ratpack.http.Status
-
- is2xx() - Method in interface ratpack.http.Status
-
- is3xx() - Method in interface ratpack.http.Status
-
- is4xx() - Method in interface ratpack.http.Status
-
- is5xx() - Method in interface ratpack.http.Status
-
- isAjaxRequest() - Method in interface ratpack.http.Request
-
A flag representing whether or not the request originated via AJAX.
- isBlockingThread() - Static method in interface ratpack.exec.Execution
-
Whether the current thread is a Ratpack blocking thread.
- isBlockingTimingMetrics() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
-
The state of blocking timing metrics.
- isCalledNext() - Method in interface ratpack.test.handling.HandlingResult
-
Indicates whether the result of invoking the handler was that it delegated to a downstream handler.
- isCancel() - Method in interface ratpack.stream.StreamEvent
-
Whether or not this event represents cancellation of the stream.
- isChunkedTransfer() - Method in interface ratpack.http.Request
-
Whether this request contains a Transfer-Encoding: chunked
header.
- isComplete() - Method in interface ratpack.exec.ExecResult
-
Is the result that the execution completed without a value being returned.
- isComplete() - Method in interface ratpack.stream.StreamEvent
-
Whether or not this event represents the completion of the stream.
- isComputeThread() - Static method in interface ratpack.exec.Execution
-
Whether the current thread is a Ratpack compute thread.
- isData() - Method in interface ratpack.stream.StreamEvent
-
Whether or not this event represents an emission of data.
- isDelete() - Method in interface ratpack.http.HttpMethod
-
True if the method is DELETE.
- isDevelopment() - Method in class ratpack.impose.ForceDevelopmentImposition
-
The value to impose.
- isDevelopment() - Method in interface ratpack.server.ServerConfig
-
Whether or not the server is in "development" mode.
- isDevelopment() - Method in class ratpack.spring.config.RatpackProperties
-
- isDirty() - Method in interface ratpack.session.Session
-
Whether or not any changes have been made to the session data since it was accessed.
- isDirty() - Method in interface ratpack.session.SessionData
-
- isEmpty() - Method in interface ratpack.http.MediaType
-
True if this represents the absence of a value (i.e.
- isEnabled() - Method in class ratpack.dropwizard.metrics.ConsoleConfig
-
The state of the Console publisher.
- isEnabled() - Method in class ratpack.dropwizard.metrics.CsvConfig
-
The state of the CSV publisher.
- isEnabled() - Method in class ratpack.dropwizard.metrics.GraphiteConfig
-
The state of the Graphite publisher.
- isEnabled() - Method in class ratpack.dropwizard.metrics.JmxConfig
-
The state of the JMX publisher.
- isEnabled() - Method in class ratpack.dropwizard.metrics.Slf4jConfig
-
The state of the Slf4j publisher.
- isError() - Method in interface ratpack.exec.Result
-
True if this was an error result.
- isError() - Method in interface ratpack.stream.StreamEvent
-
Whether or not this event represents an error.
- isExpectsContinue() - Method in interface ratpack.http.Request
-
Whether this request contains a Expect: 100-Continue
header.
- isForm() - Method in interface ratpack.http.MediaType
-
- isFromClient() - Method in interface ratpack.websocket.WebSocketClose
-
- isFromServer() - Method in interface ratpack.websocket.WebSocketClose
-
- isGet() - Method in interface ratpack.http.HttpMethod
-
True if the method is GET or HEAD.
- isHasBaseDir() - Method in interface ratpack.server.ServerConfig
-
Whether or not the base dir of the application has been set.
- isHead() - Method in interface ratpack.http.HttpMethod
-
True if the method is HEAD.
- isHealthy() - Method in class ratpack.health.HealthCheck.Result
-
Was the component being checked healthy?
- isHtml() - Method in interface ratpack.http.MediaType
-
- isHttpOnly() - Method in class ratpack.session.SessionCookieConfig
-
HttpOnly
cookies can only be used when transmitted via HTTP/HTTPS
.
- isIncludeQueryParams() - Method in interface ratpack.form.FormParseOpts
-
Whether to include the query parameters from the request in the parsed form.
- isJson() - Method in interface ratpack.http.MediaType
-
- isJvmMetrics() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
-
The state of jvm metrics collection.
- isManagedThread() - Static method in interface ratpack.exec.Execution
-
Whether the current thread is a thread that is managed by Ratpack.
- isOpen() - Method in interface ratpack.websocket.WebSocket
-
- isOptions() - Method in interface ratpack.http.HttpMethod
-
True if the method is OPTIONS.
- isPatch() - Method in interface ratpack.http.HttpMethod
-
True if the method is PATCH.
- isPost() - Method in interface ratpack.http.HttpMethod
-
True if the method is POST.
- isPut() - Method in interface ratpack.http.HttpMethod
-
True if the method is PUT.
- isReload() - Method in interface ratpack.server.StartEvent
-
Deprecated.
If the server is starting in response to a reload (during development), as opposed to for the first time.
- isReload() - Method in interface ratpack.server.StopEvent
-
Deprecated.
If the server is stopping in response to a reload (during development), as opposed to for the first time.
- isReload() - Method in interface ratpack.service.StartEvent
-
If the server is starting in response to a reload (during development), as opposed to for the first time.
- isReload() - Method in interface ratpack.service.StopEvent
-
If the server is stopping in response to a reload (during development), as opposed to for the first time.
- isReloadable() - Method in class ratpack.handlebars.HandlebarsModule.Config
-
- isRequest() - Method in interface ratpack.stream.StreamEvent
-
Whether or not this event represents a request for more data.
- isRequestTimingMetrics() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
-
The state of request timing metrics.
- isRequireClientSslAuth() - Method in interface ratpack.server.ServerConfig
-
- isRunning() - Method in interface ratpack.server.RatpackServer
-
Returns true
if the server is running.
- isSecure() - Method in class ratpack.session.SessionCookieConfig
-
Secure
cookies can only be transmitted over encrypted connection like HTTPS
.
- isSentResponse() - Method in interface ratpack.test.handling.HandlingResult
-
- isStaticallyCompile() - Method in class ratpack.groovy.template.TextTemplateModule.Config
-
- isStaticallyCompile() - Method in class ratpack.spring.config.RatpackProperties
-
- isSuccess() - Method in interface ratpack.exec.Result
-
True if this was a success result.
- isText() - Method in interface ratpack.http.MediaType
-
True if this type starts with "text/
".
- item(T) - Method in interface ratpack.stream.WriteStream
-
Emit an item.
- itemMap(Action<? super O>) - Method in interface ratpack.stream.WriteStream
-
Creates a new write stream that passes error and complete signals on to this stream, but passes items to the given action.