Uses of Enum Class
org.frankframework.http.rest.ApiListener.HttpMethod
Packages that use ApiListener.HttpMethod
-
Uses of ApiListener.HttpMethod in org.frankframework.http.rest
Methods in org.frankframework.http.rest that return ApiListener.HttpMethodModifier and TypeMethodDescriptionstatic ApiListener.HttpMethodReturns the enum constant of this class with the specified name.static ApiListener.HttpMethod[]ApiListener.HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.http.rest that return types with arguments of type ApiListener.HttpMethodMethods in org.frankframework.http.rest with parameters of type ApiListener.HttpMethodModifier and TypeMethodDescriptionApiServiceDispatcher.findConfigForRequest(ApiListener.HttpMethod method, String requestUri) Find theApiDispatchConfigbest matching a given request, consisting of the HTTP request method and request URI.ApiDispatchConfig.getApiListener(ApiListener.HttpMethod method) static StringApiCacheManager.getParentCacheKey(ApiListener listener, String uri, ApiListener.HttpMethod method) booleanApiDispatchConfig.hasMethod(ApiListener.HttpMethod method) voidApiDispatchConfig.register(ApiListener.HttpMethod method, ApiListener listener) voidApiDispatchConfig.remove(ApiListener.HttpMethod method) static intApiServiceDispatcher.scoreRequestMethodMatch(ApiListener.HttpMethod requestMethod, ApiDispatchConfig config) Calculate a numerical score for how well a given HTTP requestApiListener.HttpMethodis matched by the givenApiDispatchConfig.voidApiListener.setMethod(ApiListener.HttpMethod method) HTTP method to listen tovoidApiListener.setMethods(ApiListener.HttpMethod... methods) HTTP method(s) to listen to.