Uses of Interface
org.jboss.resteasy.spi.ResourceInvoker
-
-
Uses of ResourceInvoker in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResourceInvoker Modifier and Type Class Description classResourceLocatorInvokerclassResourceMethodInvokerMethods in org.jboss.resteasy.core that return ResourceInvoker Modifier and Type Method Description ResourceInvokerSynchronousDispatcher. getInvoker(HttpRequest request)ResourceInvokerLocatorRegistry. getResourceInvoker(HttpRequest request)ResourceInvokerResourceMethodRegistry. getResourceInvoker(HttpRequest request)Find a resource to invoke on.Methods in org.jboss.resteasy.core that return types with arguments of type ResourceInvoker Modifier and Type Method Description Map<String,List<ResourceInvoker>>ResourceMethodRegistry. getBounded()Methods in org.jboss.resteasy.core with parameters of type ResourceInvoker Modifier and Type Method Description javax.ws.rs.core.ResponseSynchronousDispatcher. execute(HttpRequest request, HttpResponse response, ResourceInvoker invoker)Return a response wither from an invoke or exception handling.voidAsynchronousDispatcher. invoke(HttpRequest in, HttpResponse response, ResourceInvoker invoker)voidSynchronousDispatcher. invoke(HttpRequest request, HttpResponse response, ResourceInvoker invoker)Invoke and write response.voidAsynchronousDispatcher. invokeSuper(HttpRequest in, HttpResponse response, ResourceInvoker invoker)voidAsynchronousDispatcher. oneway(HttpRequest request, HttpResponse response, ResourceInvoker invoker)voidAsynchronousDispatcher. 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 ResourceInvoker Modifier and Type Field Description ResourceInvokerMatchCache. invokerprotected ResourceInvokerMethodExpression. invokerMethods in org.jboss.resteasy.core.registry that return ResourceInvoker Modifier and Type Method Description ResourceInvokerMethodExpression. getInvoker()ResourceInvokerRootClassNode. match(HttpRequest request, int start)ResourceInvokerRootNode. match(HttpRequest request, int start)Methods in org.jboss.resteasy.core.registry that return types with arguments of type ResourceInvoker Modifier and Type Method Description Map<String,List<ResourceInvoker>>RootClassNode. getBounded()javax.ws.rs.core.MultivaluedMap<String,ResourceInvoker>RootNode. getBounded()Methods in org.jboss.resteasy.core.registry with parameters of type ResourceInvoker Modifier and Type Method Description protected MethodExpressionRootNode. addExpression(String path, ResourceInvoker invoker)voidRootClassNode. addInvoker(String classExpression, String fullpath, ResourceInvoker invoker)voidRootNode. addInvoker(String path, ResourceInvoker invoker)Constructors in org.jboss.resteasy.core.registry with parameters of type ResourceInvoker Constructor Description MethodExpression(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 ResourceInvoker Modifier and Type Method Description static ResourceLocatorMethodMetaData. getResourceLocator(ResourceInvoker invoker) -
Uses of ResourceInvoker in org.jboss.resteasy.plugins.server.vertx
Methods in org.jboss.resteasy.plugins.server.vertx that return ResourceInvoker Modifier and Type Method Description ResourceInvokerVertxRegistry. getResourceInvoker(HttpRequest request) -
Uses of ResourceInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResourceInvoker Modifier and Type Method Description ResourceInvokerRegistry. getResourceInvoker(HttpRequest request) -
Uses of ResourceInvoker in org.jboss.resteasy.spi.statistics
Methods in org.jboss.resteasy.spi.statistics with parameters of type ResourceInvoker Modifier and Type Method Description voidStatisticsController. register(ResourceInvoker invoker) -
Uses of ResourceInvoker in org.jboss.resteasy.statistics
Methods in org.jboss.resteasy.statistics with parameters of type ResourceInvoker Modifier and Type Method Description voidStatisticsControllerImpl. register(ResourceInvoker invoker)
-