Uses of Class
org.infinispan.rest.framework.Method
-
Packages that use Method Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.framework -
-
Uses of Method in org.infinispan.rest
Methods in org.infinispan.rest that return Method Modifier and Type Method Description MethodNettyRestRequest. method() -
Uses of Method in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return Method Modifier and Type Method Description MethodRestRequest. method()static MethodMethod. valueOf(java.lang.String name)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.Methods in org.infinispan.rest.framework that return types with arguments of type Method Modifier and Type Method Description java.util.Set<Method>Invocation. methods()Returns one or more methods supported.Methods in org.infinispan.rest.framework with parameters of type Method Modifier and Type Method Description default LookupResultResourceManager. lookupResource(Method method, java.lang.String path)LookupResultResourceManager. lookupResource(Method method, java.lang.String path, java.lang.String action)
-