Uses of Enum
org.infinispan.rest.framework.Method
Package
Description
REST Server bootstrap and Netty bridge classes.
-
Uses of Method in org.infinispan.rest
-
Uses of Method in org.infinispan.rest.framework
Modifier and TypeMethodDescriptionRestRequest.method()
static Method
Returns the enum constant of this type with the specified name.static Method[]
Method.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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
Modifier and TypeMethodDescriptionResourceManagerImpl.lookupResource
(Method method, String path, String action) -
Uses of Method in org.infinispan.rest.logging
Modifier and TypeMethodDescriptionLog.duplicateResourceMethod
(String invocationName, Method method, String existingPath)