Uses of Interface
aQute.bnd.service.url.URLConnectionHandler
-
Packages that use URLConnectionHandler Package Description aQute.bnd.connection.settings aQute.bnd.http aQute.bnd.resource.repository aQute.bnd.url -
-
Uses of URLConnectionHandler in aQute.bnd.connection.settings
Classes in aQute.bnd.connection.settings that implement URLConnectionHandler Modifier and Type Class Description private static classConnectionSettings.SettingsURLConnectionHandlerFields in aQute.bnd.connection.settings declared as URLConnectionHandler Modifier and Type Field Description private URLConnectionHandlerConnectionSettings.SettingsURLConnectionHandler. handlerprivate URLConnectionHandlerConnectionSettings.SettingsURLConnectionHandler. httpsMethods in aQute.bnd.connection.settings that return URLConnectionHandler Modifier and Type Method Description URLConnectionHandlerConnectionSettings. createURLConnectionHandler(ServerDTO serverDTO) -
Uses of URLConnectionHandler in aQute.bnd.http
Fields in aQute.bnd.http with type parameters of type URLConnectionHandler Modifier and Type Field Description private java.util.List<URLConnectionHandler>HttpClient. connectionHandlersMethods in aQute.bnd.http that return URLConnectionHandler Modifier and Type Method Description URLConnectionHandlerHttpClient. findMatchingHandler(java.net.URL url)Methods in aQute.bnd.http that return types with arguments of type URLConnectionHandler Modifier and Type Method Description private java.util.Collection<? extends URLConnectionHandler>HttpClient. getURLConnectionHandlers()Methods in aQute.bnd.http with parameters of type URLConnectionHandler Modifier and Type Method Description voidHttpClient. addURLConnectionHandler(URLConnectionHandler handler) -
Uses of URLConnectionHandler in aQute.bnd.resource.repository
Fields in aQute.bnd.resource.repository declared as URLConnectionHandler Modifier and Type Field Description private URLConnectionHandlerResourceRepositoryImpl. connectorMethods in aQute.bnd.resource.repository with parameters of type URLConnectionHandler Modifier and Type Method Description voidResourceRepositoryImpl. setURLConnector(URLConnectionHandler connector) -
Uses of URLConnectionHandler in aQute.bnd.url
Classes in aQute.bnd.url that implement URLConnectionHandler Modifier and Type Class Description classBasicAuthenticationProvide Http Basic Authentication.classBearerAuthenticationProvide Http Bearer Authentication.classBndAuthenticationbnd has a builtin delegated authentication mechanism, seeSettings.classConnectionSettingsGeneric connection setter can set a number of basic properties if applicable and can add generic headers.classDefaultURLConnectionHandlerBase class for the URL Connection handlers.classHttpsVerificationTODO Needs testing Can be used to override default verification of HTTPS.classMultiURLConnectionHandlerWill iterate over the current plugins to find a matching URLConnectionHandler and in the end use the default connector if no alternative is found.
-