Uses of Interface
org.jboss.resteasy.spi.ResourceInvoker
Packages that use ResourceInvoker
Package
Description
-
Uses of ResourceInvoker in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResourceInvokerMethods in org.jboss.resteasy.core that return ResourceInvokerModifier and TypeMethodDescriptionSynchronousDispatcher.getInvoker
(HttpRequest request) LocatorRegistry.getResourceInvoker
(HttpRequest request) ResourceMethodRegistry.getResourceInvoker
(HttpRequest request) Find a resource to invoke on.Methods in org.jboss.resteasy.core that return types with arguments of type ResourceInvokerMethods in org.jboss.resteasy.core with parameters of type ResourceInvokerModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
SynchronousDispatcher.execute
(HttpRequest request, HttpResponse response, ResourceInvoker invoker) Return a response wither from an invoke or exception handling.void
AsynchronousDispatcher.invoke
(HttpRequest in, HttpResponse response, ResourceInvoker invoker) void
SynchronousDispatcher.invoke
(HttpRequest request, HttpResponse response, ResourceInvoker invoker) Invoke and write response.void
AsynchronousDispatcher.invokeSuper
(HttpRequest in, HttpResponse response, ResourceInvoker invoker) void
AsynchronousDispatcher.oneway
(HttpRequest request, HttpResponse response, ResourceInvoker invoker) void
AsynchronousDispatcher.postJob
(HttpRequest request, HttpResponse response, ResourceInvoker invoker) -
Uses of ResourceInvoker in org.jboss.resteasy.core.registry
Fields in org.jboss.resteasy.core.registry declared as ResourceInvokerModifier and TypeFieldDescriptionMatchCache.invoker
protected ResourceInvoker
MethodExpression.invoker
Methods in org.jboss.resteasy.core.registry that return ResourceInvokerModifier and TypeMethodDescriptionMethodExpression.getInvoker()
RootClassNode.match
(HttpRequest request, int start) RootNode.match
(HttpRequest request, int start) Methods in org.jboss.resteasy.core.registry that return types with arguments of type ResourceInvokerModifier and TypeMethodDescriptionRootClassNode.getBounded()
jakarta.ws.rs.core.MultivaluedMap
<String, ResourceInvoker> RootNode.getBounded()
Methods in org.jboss.resteasy.core.registry with parameters of type ResourceInvokerModifier and TypeMethodDescriptionprotected MethodExpression
RootNode.addExpression
(String path, ResourceInvoker invoker) void
RootClassNode.addInvoker
(String classExpression, String fullpath, ResourceInvoker invoker) void
RootNode.addInvoker
(String path, ResourceInvoker invoker) Constructors in org.jboss.resteasy.core.registry with parameters of type ResourceInvokerModifierConstructorDescriptionMethodExpression
(SegmentNode parent, String segment, ResourceInvoker invoker) MethodExpression
(SegmentNode parent, String segment, ResourceInvoker invoker, String additionalRegex) -
Uses of ResourceInvoker in org.jboss.resteasy.jsapi
Methods in org.jboss.resteasy.jsapi with parameters of type ResourceInvokerModifier and TypeMethodDescriptionstatic ResourceLocator
MethodMetaData.getResourceLocator
(ResourceInvoker invoker) -
Uses of ResourceInvoker in org.jboss.resteasy.plugins.server.vertx
Methods in org.jboss.resteasy.plugins.server.vertx that return ResourceInvoker -
Uses of ResourceInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResourceInvoker -
Uses of ResourceInvoker in org.jboss.resteasy.spi.statistics
Methods in org.jboss.resteasy.spi.statistics with parameters of type ResourceInvoker -
Uses of ResourceInvoker in org.jboss.resteasy.statistics
Methods in org.jboss.resteasy.statistics with parameters of type ResourceInvokerModifier and TypeMethodDescriptionvoid
StatisticsControllerImpl.register
(ResourceInvoker invoker)