Package de.sfuhrm.radiorecorder.http
Klasse HttpConnectionBuilderFactory
java.lang.Object
de.sfuhrm.radiorecorder.http.HttpConnectionBuilderFactory
Configures an URLConnection.
- Autor:
- Stephan Fuhrmann
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumMultiple types of http clients this program offers. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHttpConnectionBuilderFactory(@NonNull HttpConnectionBuilderFactory.HttpClientType httpClientType) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnewInstance(URI url) Creates a new client of the type configured in the type.
-
Konstruktordetails
-
HttpConnectionBuilderFactory
public HttpConnectionBuilderFactory(@NonNull @NonNull HttpConnectionBuilderFactory.HttpClientType httpClientType) Constructor.- Parameter:
httpClientType- the type of client to produce.
-
-
Methodendetails
-
newInstance
Creates a new client of the type configured in the type.- Parameter:
url- the URL to create a new builder for.- Gibt zurück:
- a new builder instance for the given URL.
- Siehe auch:
-