Uses of Interface
aQute.bnd.service.url.URLConnectionHandler
Packages that use URLConnectionHandler
Package
Description
-
Uses of URLConnectionHandler in aQute.bnd.connection.settings
Classes in aQute.bnd.connection.settings that implement URLConnectionHandlerModifier and TypeClassDescriptionprivate static final class
Fields in aQute.bnd.connection.settings declared as URLConnectionHandlerModifier and TypeFieldDescriptionprivate final URLConnectionHandler
ConnectionSettings.SettingsURLConnectionHandler.handler
private final URLConnectionHandler
ConnectionSettings.SettingsURLConnectionHandler.https
Methods in aQute.bnd.connection.settings that return URLConnectionHandlerModifier and TypeMethodDescriptionConnectionSettings.createURLConnectionHandler
(ServerDTO serverDTO) -
Uses of URLConnectionHandler in aQute.bnd.http
Fields in aQute.bnd.http with type parameters of type URLConnectionHandlerModifier and TypeFieldDescriptionprivate final List<URLConnectionHandler>
HttpClient.connectionHandlers
Methods in aQute.bnd.http that return URLConnectionHandlerMethods in aQute.bnd.http that return types with arguments of type URLConnectionHandlerModifier and TypeMethodDescriptionprivate Collection<? extends URLConnectionHandler>
HttpClient.getURLConnectionHandlers()
Methods in aQute.bnd.http with parameters of type URLConnectionHandlerModifier and TypeMethodDescriptionvoid
HttpClient.addURLConnectionHandler
(URLConnectionHandler handler) -
Uses of URLConnectionHandler in aQute.bnd.resource.repository
Fields in aQute.bnd.resource.repository declared as URLConnectionHandlerMethods in aQute.bnd.resource.repository with parameters of type URLConnectionHandlerModifier and TypeMethodDescriptionvoid
ResourceRepositoryImpl.setURLConnector
(URLConnectionHandler connector) -
Uses of URLConnectionHandler in aQute.bnd.url
Classes in aQute.bnd.url that implement URLConnectionHandlerModifier and TypeClassDescriptionclass
Provide Http Basic Authentication.class
Provide Http Bearer Authentication.class
bnd has a builtin delegated authentication mechanism, seeSettings
.class
Generic connection setter can set a number of basic properties if applicable and can add generic headers.class
Base class for the URL Connection handlers.class
TODO Needs testing Can be used to override default verification of HTTPS.class
Will iterate over the current plugins to find a matching URLConnectionHandler and in the end use the default connector if no alternative is found.