Uses of Enum Class
dev.sympho.bot_utils.HttpClientUtils.EndpointType
Packages that use HttpClientUtils.EndpointType
-
Uses of HttpClientUtils.EndpointType in dev.sympho.bot_utils
Methods in dev.sympho.bot_utils that return HttpClientUtils.EndpointTypeModifier and TypeMethodDescriptionstatic HttpClientUtils.EndpointTypeReturns the enum constant of this class with the specified name.static HttpClientUtils.EndpointType[]HttpClientUtils.EndpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.sympho.bot_utils with parameters of type HttpClientUtils.EndpointTypeModifier and TypeMethodDescriptionstatic reactor.netty.http.client.HttpClientHttpClientUtils.enableMetrics(reactor.netty.http.client.HttpClient client, HttpClientUtils.EndpointType type) Enables metrics on an HTTP client.