Uses of Enum Class
io.apicurio.registry.client.common.HttpAdapterType
Packages that use HttpAdapterType
-
Uses of HttpAdapterType in io.apicurio.registry.client.common
Methods in io.apicurio.registry.client.common that return HttpAdapterTypeModifier and TypeMethodDescriptionRegistryClientOptions.getHttpAdapterType()static HttpAdapterTypeAdapterDetector.resolveAdapterType(HttpAdapterType requested) Resolves the actual adapter type to use based on the requested type and available adapters on the classpath.static HttpAdapterTypeReturns the enum constant of this class with the specified name.static HttpAdapterType[]HttpAdapterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.client.common with parameters of type HttpAdapterTypeModifier and TypeMethodDescriptionRegistryClientOptions.httpAdapter(HttpAdapterType httpAdapterType) Sets the HTTP adapter type to use for client communication.static HttpAdapterTypeAdapterDetector.resolveAdapterType(HttpAdapterType requested) Resolves the actual adapter type to use based on the requested type and available adapters on the classpath.