Uses of Enum Class
org.infinispan.rest.framework.Method
Packages that use Method
Package
Description
REST Server bootstrap and Netty bridge classes.
-
Uses of Method in org.infinispan.rest
Methods in org.infinispan.rest that return Method -
Uses of Method in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return MethodModifier and TypeMethodDescriptionRestRequest.method()
static Method
Returns the enum constant of this class with the specified name.static Method[]
Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.rest.framework that return types with arguments of type MethodMethods in org.infinispan.rest.framework with parameters of type MethodModifier and TypeMethodDescriptiondefault LookupResult
ResourceManager.lookupResource
(Method method, String path) ResourceManager.lookupResource
(Method method, String path, String action) -
Uses of Method in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return types with arguments of type MethodMethods in org.infinispan.rest.framework.impl with parameters of type MethodModifier and TypeMethodDescriptionResourceManagerImpl.lookupResource
(Method method, String path, String action) -
Uses of Method in org.infinispan.rest.logging
Methods in org.infinispan.rest.logging with parameters of type MethodModifier and TypeMethodDescriptionLog.duplicateResourceMethod
(String invocationName, Method method, String existingPath)