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

N

name(String) - Method in interface ratpack.core.http.HttpMethod
Returns true if the method has the given name, insensitive to case.
name(String) - Method in interface ratpack.test.http.MultipartFileSpec
Specify the uploaded filename
named(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
Inserts the handler to chain if the request has a HTTP method of methodName.
named(String, Class<? extends Handler>) - Method in interface ratpack.core.handling.ByMethodSpec
Inserts the handler to chain if the request has a HTTP method of methodName.
named(String, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
 
named(String, Handler) - Method in interface ratpack.core.handling.ByMethodSpec
Inserts the handler to chain if the request has a HTTP method of methodName.
named(String, Handler) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
 
named(String, Block) - Method in interface ratpack.core.handling.ByMethodSpec
Defines the action to to take if the request has a HTTP method of methodName.
named(String, Block) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
Defines the action to to take if the request has a HTTP method of methodName.
NamedHelper<T> - Interface in ratpack.handlebars
Implementations of this interface bound with Guice will be automatically registered as handlebars helpers.
ncsa() - Static method in interface ratpack.core.handling.RequestLogger
ncsa(Logger) - Static method in interface ratpack.core.handling.RequestLogger
Logs in the NCSA Common Log format.
nestLeft(T) - Method in class ratpack.func.Pair
Creates a new pair, with pair(t, this.left) as the left item and the the right value of this as the right.
nestRight(T) - Method in class ratpack.func.Pair
Creates a new pair, with pair(t, this.right) as the right item and the the left value of this as the left.
NETWORK_AUTH_REQUIRED - Static variable in interface ratpack.core.http.Status
The 511 status code.
newInjectorFactory(ServerConfig) - Static method in class ratpack.guice.Guice
 
NewRelicModule - Class in ratpack.newrelic
 
NewRelicModule() - Constructor for class ratpack.newrelic.NewRelicModule
 
NewRelicTransaction - Interface in ratpack.newrelic
 
next() - Method in interface ratpack.core.handling.Context
Delegate handling to the next handler in line.
next() - Static method in class ratpack.core.handling.Handlers
A handler that simply delegates to the next handler.
next(Operation) - Method in interface ratpack.exec.Operation
 
next(Registry) - Method in interface ratpack.core.handling.Context
Invokes the next handler, after adding the given registry.
next(Action<? super T>) - Method in interface ratpack.exec.Promise
Executes the provided, potentially asynchronous, Action with the promised value as input.
next(Block) - Method in interface ratpack.exec.Operation
 
nextOp(Function<? super T, ? extends Operation>) - Method in interface ratpack.exec.Promise
Executes the operation returned by the given function.
nextOpIf(Predicate<? super T>, Function<? super T, ? extends Operation>) - Method in interface ratpack.exec.Promise
Executes the operation returned by the given function, if it satisfies the predicate.
nioBuffer() - Method in class ratpack.core.bytebuf.ByteBufRef
 
nioBuffer(int, int) - Method in class ratpack.core.bytebuf.ByteBufRef
 
nioBufferCount() - Method in class ratpack.core.bytebuf.ByteBufRef
 
nioBuffers() - Method in class ratpack.core.bytebuf.ByteBufRef
 
nioBuffers(int, int) - Method in class ratpack.core.bytebuf.ByteBufRef
 
NO_CONTENT - Static variable in interface ratpack.core.http.Status
The 204 status code.
NoBaseDirException - Exception in ratpack.core.server
Thrown when a request is made for the base directory of the application in an application launch config where no base directory has been set.
NoBaseDirException(String) - Constructor for exception ratpack.core.server.NoBaseDirException
Constructor.
noCompress() - Method in interface ratpack.core.http.Response
Prevents the response from being compressed.
noContentOnEmpty() - Method in interface ratpack.core.sse.ServerSentEventsBuilder
Causes a HTTP 204 No Content response to be rendered if the stream closes before sending any events.
noMatch(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(Class<? extends Handler>) - Method in interface ratpack.core.handling.ByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(Class<? extends Handler>) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
 
noMatch(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(String) - Method in interface ratpack.core.handling.ByContentSpec
Specifies that the handler for the specified content type should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(String) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
 
noMatch(String) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
Specifies that the handler for the specified content type should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(Handler) - Method in interface ratpack.core.handling.ByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(Handler) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
 
noMatch(Handler) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(Block) - Method in interface ratpack.core.handling.ByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
noMatch(Block) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
 
noMatch(Block) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
NON_AUTHORITATIVE_INFO - Static variable in interface ratpack.core.http.Status
The 203 status code.
NonAllowedSessionTypeException - Exception in ratpack.session
Thrown when attempting to read or write a type to a session that is not allowed.
NonAllowedSessionTypeException(String) - Constructor for exception ratpack.session.NonAllowedSessionTypeException
Constructor.
NonBlocking - Annotation Type in ratpack.exec.api
Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.
none() - Static method in class ratpack.core.impose.Impositions
An empty set of impositions.
none() - Static method in class ratpack.core.impose.UserRegistryImposition
Creates an imposition of an empty registry.
NONE - ratpack.core.server.DecodingErrorLevel
 
nonProxyHosts(Collection<String>) - Method in interface ratpack.core.http.client.ProxySpec
Configure a collection of patterns for which if any are matched, the outbound request will bypass the HTTP proxy.
noop() - Static method in interface ratpack.core.handling.HandlerDecorator
A handler decorator implementation that does not decorate the handler.
noop() - Static method in interface ratpack.exec.Operation
 
noop() - Static method in interface ratpack.func.Action
Returns an action that does precisely nothing.
noop() - Static method in interface ratpack.func.BiAction
Returns a bi-action that does precisely nothing.
noop() - Static method in interface ratpack.func.Block
 
noopIfNull(Action<T>) - Static method in interface ratpack.func.Action
If the given action is null, returns Action.noop(), otherwise returns the given action.
NoOptParserSupport - Class in ratpack.core.parse
A convenience base for parsers that don't require options.
NoOptParserSupport() - Constructor for class ratpack.core.parse.NoOptParserSupport
 
NoSuchParserException - Exception in ratpack.core.parse
Thrown when a request is made to parse the request, but no suitable parser was found that matched the content type and parse object.
NoSuchParserException(TypeToken<?>, Object, String) - Constructor for exception ratpack.core.parse.NoSuchParserException
Constructor.
NoSuchParserException(TypeToken<?>, Object, String, Iterable<Parser<?>>) - Constructor for exception ratpack.core.parse.NoSuchParserException
Constructor.
NoSuchRendererException - Exception in ratpack.core.render
Thrown when a request is made to render an object, but no suitable renderer can be found.
NoSuchRendererException(Object) - Constructor for exception ratpack.core.render.NoSuchRendererException
Constructor.
NoSuitableHandleMethodException(Class<?>, SecurityException) - Constructor for exception ratpack.core.handling.InjectionHandler.NoSuitableHandleMethodException
 
NOT_ACCEPTABLE - Static variable in interface ratpack.core.http.Status
The 406 status code.
NOT_EXTENDED - Static variable in interface ratpack.core.http.Status
The 510 status code.
NOT_FOUND - Static variable in interface ratpack.core.http.Status
The 404 status code.
NOT_IMPLEMENTED - Static variable in interface ratpack.core.http.Status
The 501 status code.
NOT_MODIFIED - Static variable in interface ratpack.core.http.Status
The 304 status code.
notFound() - Method in interface ratpack.core.handling.Chain
notFound() - Method in interface ratpack.core.handling.Context
Issues a 404 client error.
notFound() - Static method in class ratpack.core.handling.Handlers
Convenience for clientError(404).
notFound() - Method in interface ratpack.groovy.handling.GroovyChain
NotInRegistryException - Exception in ratpack.exec.registry
Thrown when a request is made for an object that a registry cannot provide.
NotInRegistryException(TypeToken<?>) - Constructor for exception ratpack.exec.registry.NotInRegistryException
Constructs the exception.
NotInRegistryException(String) - Constructor for exception ratpack.exec.registry.NotInRegistryException
Constructor.
Nullable - Annotation Type in ratpack.func
Denotes that something may be null.
NullParseOpts - Class in ratpack.core.parse
A generic parse type that can be used when parsers do not need any extra information from parse objects other than type.
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