Klasse HttpConnectionBuilderFactory

java.lang.Object
de.sfuhrm.radiorecorder.http.HttpConnectionBuilderFactory

public class HttpConnectionBuilderFactory extends Object
Configures an URLConnection.
Autor:
Stephan Fuhrmann
  • Konstruktordetails

    • HttpConnectionBuilderFactory

      public HttpConnectionBuilderFactory(@NonNull @NonNull HttpConnectionBuilderFactory.HttpClientType httpClientType)
      Constructor.
      Parameter:
      httpClientType - the type of client to produce.
  • Methodendetails

    • newInstance

      public HttpConnectionBuilder newInstance(URI url)
      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:
      • httpClientType