Uses of Enum
de.sfuhrm.radiorecorder.http.HttpConnectionBuilderFactory.HttpClientType
Packages that use HttpConnectionBuilderFactory.HttpClientType
Package
Description
An Internet radio recorder program.
HTTP protocol client implementation adapters.
-
Uses of HttpConnectionBuilderFactory.HttpClientType in de.sfuhrm.radiorecorder
Methods in de.sfuhrm.radiorecorder that return HttpConnectionBuilderFactory.HttpClientType -
Uses of HttpConnectionBuilderFactory.HttpClientType in de.sfuhrm.radiorecorder.http
Methods in de.sfuhrm.radiorecorder.http that return HttpConnectionBuilderFactory.HttpClientTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpConnectionBuilderFactory.HttpClientType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.sfuhrm.radiorecorder.http with parameters of type HttpConnectionBuilderFactory.HttpClientTypeModifierConstructorDescriptionHttpConnectionBuilderFactory(@NonNull HttpConnectionBuilderFactory.HttpClientType httpClientType)