Package aQute.bnd.url

Class MultiURLConnectionHandler

java.lang.Object
aQute.bnd.url.MultiURLConnectionHandler
All Implemented Interfaces:
URLConnectionHandler

public class MultiURLConnectionHandler extends Object implements URLConnectionHandler
Will iterate over the current plugins to find a matching URLConnectionHandler and in the end use the default connector if no alternative is found.
  • Field Details

  • Constructor Details

    • MultiURLConnectionHandler

      public MultiURLConnectionHandler(Registry registry)
  • Method Details