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

I

id(String) - Method in interface ratpack.core.sse.ServerSentEventBuilder
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).
idleTimeout(Duration) - Method in interface ratpack.core.http.client.HttpClientSpec
The default amount of time to allow a connection to remain idle in the connection pool.
idleTimeout(Duration) - Method in interface ratpack.core.server.ServerConfigBuilder
The default read timeout of the channel.
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
 
IM_A_TEAPOT - Static variable in interface ratpack.core.http.Status
The 418 status code.
IM_USED - Static variable in interface ratpack.core.http.Status
The 226 status code.
impose(Impositions, Factory<? extends T>) - Static method in class ratpack.core.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.core.impose.Impositions
Delegates to Impositions.impose(Impositions, Factory), with this as the impositions.
Imposition - Interface in ratpack.core.impose
A marker interface for all types used as an imposition.
Impositions - Class in ratpack.core.impose
A mechanism for imposing things on an application from the outside and typically during testing.
ImpositionsSpec - Interface in ratpack.core.impose
Used to specify a set of impositions.
include(String) - Method in interface ratpack.groovy.Groovy.Ratpack
Evaluates the path provided using the Ratpack DSL and applies the configuration to this server.
include(Path) - Method in interface ratpack.groovy.Groovy.Ratpack
Evaluates the provided path 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.
increaseAttempt() - Method in class ratpack.exec.util.retry.AttemptRetryPolicy
Increase number of attempts.
increaseAttempt() - Method in class ratpack.exec.util.retry.DurationRetryPolicy
Increase number of attempts.
increaseAttempt() - Method in interface ratpack.exec.util.retry.RetryPolicy
Increase number of attempts.
IndexedDelay - Class in ratpack.exec.util.retry
A index based implementation of Delay.
indexFiles(String...) - Method in interface ratpack.core.file.FileHandlerSpec
The files that should be used when a request is made for a directory.
indexOf(int, int, byte) - Method in class ratpack.core.bytebuf.ByteBufRef
 
inferred(String) - Static method in interface ratpack.core.server.PublicAddress
An implementation that infers the public address from the current request.
INFO - ratpack.core.server.DecodingErrorLevel
 
init() - Method in interface ratpack.newrelic.NewRelicTransaction
 
init(Execution) - Method in interface ratpack.exec.ExecInitializer
Called before the execution is started in order to perform any initialisation.
initialize() - Static method in class ratpack.reactor.ReactorRatpack
Registers an Hooks.onOperatorError(BiFunction) with Reactor that provides a default error handling strategy of forwarding exceptions to the execution error handler.
initialize() - Static method in class ratpack.rx2.RxRatpack
Registers an RxJavaPlugins.getErrorHandler() with RxJava that provides a default error handling strategy of forwarding exceptions to the execution error handler.
initializer(ExecInitializer) - Method in interface ratpack.exec.ExecControllerSpec
Registers an initializer for executions created by this controller.
InjectionHandler - Class in ratpack.core.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.core.handling.InjectionHandler
Constructor.
InjectionHandler.NoSuitableHandleMethodException - Exception in ratpack.core.handling
Exception thrown if the subclass doesn't provide a valid handle method.
insert(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
Inserts the given nested handler chain.
insert(Class<? extends Action<? super Chain>>) - Method in interface ratpack.core.handling.Chain
 
insert(Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
insert(Handler...) - Method in interface ratpack.core.handling.Context
Inserts some handlers into the pipeline, then delegates to the first.
insert(Registry, Handler...) - Method in interface ratpack.core.handling.Context
Inserts some handlers into the pipeline to execute with the given registry, then delegates to the first.
insert(Action<? super Chain>) - Method in interface ratpack.core.handling.Chain
Inserts the given nested handler chain.
insert(Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
Inserts the given nested handler chain.
instance() - Static method in class ratpack.core.logging.MDCInterceptor
Creates an interceptor with no initialisation action.
INSUFFICIENT_STORAGE - Static variable in interface ratpack.core.http.Status
The 507 status code.
INTELLIJ_JUNIT - Static variable in class ratpack.func.Utils
 
INTELLIJ_MAIN - Static variable in class ratpack.func.Utils
 
intercept(Execution, ExecInterceptor.ExecType, Block) - Method in class ratpack.core.logging.MDCInterceptor
 
intercept(Execution, ExecInterceptor.ExecType, Block) - Method in interface ratpack.exec.ExecInterceptor
Intercepts the execution of an execution segment.
interceptor(ExecInterceptor) - Method in interface ratpack.exec.ExecControllerSpec
Registers an interceptor for execution segments managed by this controller.
intern(TypeToken<T>) - Static method in class ratpack.func.Types
Intern the given type token.
INTERNAL_SERVER_ERROR - Static variable in interface ratpack.core.http.Status
The 500 status code.
internalNioBuffer(int, int) - Method in class ratpack.core.bytebuf.ByteBufRef
 
InvalidPathEncodingException - Exception in ratpack.core.path
Thrown when a request is made for a path that is not correctly encoded.
InvalidPathEncodingException(Throwable) - Constructor for exception ratpack.core.path.InvalidPathEncodingException
Constructs the exception.
ioScheduler() - Static method in class ratpack.reactor.ReactorRatpack
A scheduler that uses the application io thread pool.
ioScheduler(ExecController) - Static method in class ratpack.reactor.ReactorRatpack
A scheduler that uses the application io thread pool.
is1xx() - Method in interface ratpack.core.http.Status
If Status.getCode() is >= 100 and < 200.
is2xx() - Method in interface ratpack.core.http.Status
If Status.getCode() is >= 200 and < 300.
is3xx() - Method in interface ratpack.core.http.Status
If Status.getCode() is >= 300 and < 400.
is4xx() - Method in interface ratpack.core.http.Status
If Status.getCode() is >= 400 and < 500.
is5xx() - Method in interface ratpack.core.http.Status
If Status.getCode() is >= 500 and < 600.
isActive() - Static method in interface ratpack.exec.Execution
Whether there is currently an active bound execution.
isActive() - Method in interface ratpack.jdbctx.Transaction
Whether this transaction is active.
isAjaxRequest() - Method in interface ratpack.core.http.Request
A flag representing whether or not the request originated via AJAX.
isAutoBind() - Method in interface ratpack.jdbctx.Transaction
Whether this transaction is auto-binding.
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.exec.stream.StreamEvent
Whether or not this event represents cancellation of the stream.
isChunkedTransfer() - Method in interface ratpack.core.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.exec.Execution
Indicates whether the execution has completed or not.
isComplete() - Method in interface ratpack.exec.ExecutionRef
Whether the execution this refers to is complete.
isComplete() - Method in interface ratpack.exec.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.exec.stream.StreamEvent
Whether or not this event represents an emission of data.
isDebuggerAttached() - Static method in class ratpack.func.Utils
 
isDelete() - Method in interface ratpack.core.http.HttpMethod
True if the method is DELETE.
isDetailed() - Method in class ratpack.dropwizard.metrics.ByteBufAllocatorConfig
The state of detailed metric collection for the ByteBufAllocator metric collector.
isDevelopment() - Method in interface ratpack.config.Environment
 
isDevelopment() - Method in class ratpack.core.impose.ForceDevelopmentImposition
The value to impose.
isDevelopment() - Method in interface ratpack.core.server.ServerConfig
Whether or not the server is in "development" mode.
isDevelopment() - Static method in class ratpack.func.Utils
 
isDevelopment() - Method in class ratpack.spring.config.RatpackProperties
 
isDirect() - Method in class ratpack.core.bytebuf.ByteBufRef
 
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.core.http.MediaType
True if this represents the absence of a value (i.e.
isEnabled() - Method in class ratpack.dropwizard.metrics.ByteBufAllocatorConfig
The state of the ByteBufAllocator metric collector.
isEnabled() - Method in class ratpack.dropwizard.metrics.HttpClientConfig
The state of HttpClient metrics.
isEnabled() - Method in class ratpack.dropwizard.metrics.ReporterConfigSupport
The state of the publisher.
isError() - Method in interface ratpack.exec.Result
True if this was an error result.
isError() - Method in interface ratpack.exec.stream.StreamEvent
Whether or not this event represents an error.
isEventStream() - Method in interface ratpack.core.sse.client.ServerSentEventResponse
Whether the response is actually an event stream.
isExhausted() - Method in class ratpack.exec.util.retry.AttemptRetryPolicy
If the caller should stop retrying.
isExhausted() - Method in class ratpack.exec.util.retry.DurationRetryPolicy
If the caller should stop retrying.
isExhausted() - Method in interface ratpack.exec.util.retry.RetryPolicy
If the caller should stop retrying.
isExpectsContinue() - Method in interface ratpack.core.http.Request
Whether this request contains a Expect: 100-Continue header.
isForm() - Method in interface ratpack.core.http.MediaType
True if this type equals "application/x-www-form-urlencoded".
isFromClient() - Method in interface ratpack.core.websocket.WebSocketClose
 
isFromServer() - Method in interface ratpack.core.websocket.WebSocketClose
 
isGet() - Method in interface ratpack.core.http.HttpMethod
True if the method is GET or HEAD.
isHasBaseDir() - Method in interface ratpack.core.server.ServerConfig
Whether or not the base dir of the application has been set.
isHead() - Method in interface ratpack.core.http.HttpMethod
True if the method is HEAD.
isHealthy() - Method in class ratpack.core.health.HealthCheck.Result
Was the component being checked healthy?
isHtml() - Method in interface ratpack.core.http.MediaType
True if this type equals "text/html".
isHttpOnly() - Method in class ratpack.session.SessionCookieConfig
HttpOnly cookies can only be used when transmitted via HTTP/HTTPS.
isIncludeQueryParams() - Method in interface ratpack.core.form.FormParseOpts
Whether to include the query parameters from the request in the parsed form.
isJson() - Method in interface ratpack.core.http.MediaType
True if this type equals "application/json", or ends with "+json".
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.core.websocket.WebSocket
 
isOptions() - Method in interface ratpack.core.http.HttpMethod
True if the method is OPTIONS.
isPatch() - Method in interface ratpack.core.http.HttpMethod
True if the method is PATCH.
isPost() - Method in interface ratpack.core.http.HttpMethod
True if the method is POST.
isPrometheusCollection() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
The state of the Prometheus metrics collector.
isPut() - Method in interface ratpack.core.http.HttpMethod
True if the method is PUT.
isReadable() - Method in class ratpack.core.bytebuf.ByteBufRef
 
isReadable(int) - Method in class ratpack.core.bytebuf.ByteBufRef
 
isReadOnly() - Method in class ratpack.core.bytebuf.ByteBufRef
 
isRegisterShutdownHook() - Method in interface ratpack.core.server.ServerConfig
Whether a JVM shutdown hook was registered for the application in order to shut it down gracefully.
isReload() - Method in interface ratpack.core.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.core.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.exec.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.
isRunning() - Method in interface ratpack.core.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
Indicates the the handler(s) invoked one of the Response.send() methods.
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.core.http.MediaType
True if this type starts with "text/".
isUnhealthy() - Method in class ratpack.core.health.HealthCheckResults
Whether any result is unhealthy.
isWritable() - Method in class ratpack.core.bytebuf.ByteBufRef
 
isWritable(int) - Method in class ratpack.core.bytebuf.ByteBufRef
 
item(T) - Method in interface ratpack.exec.stream.WriteStream
Emit an item.
itemMap(Subscription, Action<? super O>) - Method in interface ratpack.exec.stream.WriteStream
Creates a new write stream that passes error and complete signals on to this stream, but passes items to the given action.
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