Uses of Enum Class
org.frankframework.http.rest.ApiListener.HttpMethod
-
Uses of ApiListener.HttpMethod in org.frankframework.http.rest
Modifier and TypeMethodDescriptionstatic ApiListener.HttpMethod
Returns 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.Modifier and TypeMethodDescriptionApiServiceDispatcher.findConfigForRequest
(ApiListener.HttpMethod method, String requestUri) Find theApiDispatchConfig
best matching a given request, consisting of the HTTP request method and request URI.ApiDispatchConfig.getApiListener
(ApiListener.HttpMethod method) static String
ApiCacheManager.getParentCacheKey
(ApiListener listener, String uri, ApiListener.HttpMethod method) boolean
ApiDispatchConfig.hasMethod
(ApiListener.HttpMethod method) void
ApiDispatchConfig.register
(ApiListener.HttpMethod method, ApiListener listener) void
ApiDispatchConfig.remove
(ApiListener.HttpMethod method) static int
ApiServiceDispatcher.scoreRequestMethodMatch
(ApiListener.HttpMethod requestMethod, ApiDispatchConfig config) Calculate a numerical score for how well a given HTTP requestApiListener.HttpMethod
is matched by the givenApiDispatchConfig
.void
ApiListener.setMethod
(ApiListener.HttpMethod method) HTTP method to listen tovoid
ApiListener.setMethods
(ApiListener.HttpMethod... methods) HTTP method(s) to listen to. -
Uses of ApiListener.HttpMethod in org.frankframework.management.bus.endpoints