Uses of Interface
org.glassfish.jersey.internal.util.Closure
Packages that use Closure
Package
Description
Common Jersey internal miscellaneous utility classes.
Jersey server-side classes.
-
Uses of Closure in org.glassfish.jersey.internal.util
Methods in org.glassfish.jersey.internal.util with parameters of type Closure -
Uses of Closure in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with parameters of type ClosureModifier and TypeMethodDescriptionprotected final void
ServerRuntime.AbstractCallbackRunner.executeCallbacks
(Closure<T> invoker) Execute all registered callbacks using the supplied invoker.