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
Methods in aQute.bnd.connection.settings that return URLConnectionHandler Modifier and Type Method Description URLConnectionHandler
ConnectionSettings. createURLConnectionHandler(ServerDTO serverDTO)
-
Uses of URLConnectionHandler in aQute.bnd.http
Methods in aQute.bnd.http that return URLConnectionHandler Modifier and Type Method Description URLConnectionHandler
HttpClient. findMatchingHandler(java.net.URL url)
Methods in aQute.bnd.http with parameters of type URLConnectionHandler Modifier and Type Method Description void
HttpClient. addURLConnectionHandler(URLConnectionHandler handler)
-
Uses of URLConnectionHandler in aQute.bnd.resource.repository
Methods in aQute.bnd.resource.repository with parameters of type URLConnectionHandler Modifier and Type Method Description void
ResourceRepositoryImpl. setURLConnector(URLConnectionHandler connector)
-
Uses of URLConnectionHandler in aQute.bnd.url
Classes in aQute.bnd.url that implement URLConnectionHandler Modifier and Type Class Description class
BasicAuthentication
Provide Http Basic Authentication.class
BearerAuthentication
Provide Http Bearer Authentication.class
BndAuthentication
bnd has a builtin delegated authentication mechanism, seeSettings
.class
ConnectionSettings
Generic connection setter can set a number of basic properties if applicable and can add generic headers.class
DefaultURLConnectionHandler
Base class for the URL Connection handlers.class
HttpsVerification
TODO Needs testing Can be used to override default verification of HTTPS.class
MultiURLConnectionHandler
Will iterate over the current plugins to find a matching URLConnectionHandler and in the end use the default connector if no alternative is found.
-