Uses of Class
de.sfuhrm.radiorecorder.http.HttpConnectionBuilderFactory.HttpClientType
-
Packages that use HttpConnectionBuilderFactory.HttpClientType Package Description de.sfuhrm.radiorecorder A Internet radio recorder program.de.sfuhrm.radiorecorder.http HTTP protocol client implementation adapters. -
-
Uses of HttpConnectionBuilderFactory.HttpClientType in de.sfuhrm.radiorecorder
Methods in de.sfuhrm.radiorecorder that return HttpConnectionBuilderFactory.HttpClientType Modifier and Type Method Description HttpConnectionBuilderFactory.HttpClientTypeConsumerContext. getHttpClient()The client type to use. -
Uses of HttpConnectionBuilderFactory.HttpClientType in de.sfuhrm.radiorecorder.http
Methods in de.sfuhrm.radiorecorder.http that return HttpConnectionBuilderFactory.HttpClientType Modifier and Type Method Description static HttpConnectionBuilderFactory.HttpClientTypeHttpConnectionBuilderFactory.HttpClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpConnectionBuilderFactory.HttpClientType[]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.HttpClientType Constructor Description HttpConnectionBuilderFactory(@NonNull HttpConnectionBuilderFactory.HttpClientType httpClientType)
-