Uses of Interface
aQute.bnd.service.url.URLConnectionHandler
Packages that use URLConnectionHandler
Package
Description
-
Uses of URLConnectionHandler in aQute.bnd.connection.settings
Methods in aQute.bnd.connection.settings that return URLConnectionHandlerModifier and TypeMethodDescriptionConnectionSettings.createURLConnectionHandler(ServerDTO serverDTO) -
Uses of URLConnectionHandler in aQute.bnd.http
Methods in aQute.bnd.http that return URLConnectionHandlerMethods in aQute.bnd.http with parameters of type URLConnectionHandlerModifier and TypeMethodDescriptionvoidHttpClient.addURLConnectionHandler(URLConnectionHandler handler) -
Uses of URLConnectionHandler in aQute.bnd.resource.repository
Methods in aQute.bnd.resource.repository with parameters of type URLConnectionHandlerModifier and TypeMethodDescriptionvoidResourceRepositoryImpl.setURLConnector(URLConnectionHandler connector) -
Uses of URLConnectionHandler in aQute.bnd.url
Classes in aQute.bnd.url that implement URLConnectionHandlerModifier and TypeClassDescriptionclassProvide Http Basic Authentication.classProvide Http Bearer Authentication.classbnd has a builtin delegated authentication mechanism, seeSettings.classGeneric connection setter can set a number of basic properties if applicable and can add generic headers.classBase class for the URL Connection handlers.classTODO Needs testing Can be used to override default verification of HTTPS.classWill iterate over the current plugins to find a matching URLConnectionHandler and in the end use the default connector if no alternative is found.