Uses of Interface
org.infinispan.rest.framework.LookupResult
-
Packages that use LookupResult Package Description org.infinispan.rest.framework org.infinispan.rest.framework.impl -
-
Uses of LookupResult in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return LookupResult Modifier and Type Method Description LookupResultRestDispatcher. lookupInvocation(RestRequest restRequest)default LookupResultResourceManager. lookupResource(Method method, String path)LookupResultResourceManager. lookupResource(Method method, String path, String action)Methods in org.infinispan.rest.framework with parameters of type LookupResult Modifier and Type Method Description CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest, LookupResult lookupResult) -
Uses of LookupResult in org.infinispan.rest.framework.impl
Classes in org.infinispan.rest.framework.impl that implement LookupResult Modifier and Type Class Description classLookupResultImplMethods in org.infinispan.rest.framework.impl that return LookupResult Modifier and Type Method Description LookupResultRestDispatcherImpl. lookupInvocation(RestRequest restRequest)LookupResultResourceManagerImpl. lookupResource(Method method, String path, String action)Methods in org.infinispan.rest.framework.impl with parameters of type LookupResult Modifier and Type Method Description CompletionStage<RestResponse>RestDispatcherImpl. dispatch(RestRequest restRequest, LookupResult lookupResult)
-