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 org.infinispan.rest.framework.impl org.infinispan.rest.logging -
-
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(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 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, String path)LookupResultResourceManager. 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 Method Modifier and Type Method Description Set<Method>InvocationImpl. methods()Methods in org.infinispan.rest.framework.impl with parameters of type Method Modifier and Type Method Description LookupResultResourceManagerImpl. lookupResource(Method method, String path, String action)InvocationImpl.BuilderInvocationImpl.Builder. method(Method method)InvocationImpl.BuilderInvocationImpl.Builder. methods(Method... methods)BRestRequestBuilder. setMethod(Method method) -
Uses of Method in org.infinispan.rest.logging
Methods in org.infinispan.rest.logging with parameters of type Method Modifier and Type Method Description RegistrationExceptionLog_$logger. duplicateResourceMethod(String invocationName, Method method, String existingPath)RegistrationExceptionLog. duplicateResourceMethod(String invocationName, Method method, String existingPath)
-