Package aQute.bnd.url
-
Interface Summary Interface Description BasicAuthentication.Config BearerAuthentication.Config BndAuthentication.Config ConnectionSettings.Config Options to set.DefaultURLConnectionHandler.Config HttpsVerification.Config -
Class Summary Class Description BasicAuthentication Provide Http Basic Authentication.BearerAuthentication Provide Http Bearer Authentication.BndAuthentication bnd has a builtin delegated authentication mechanism, seeSettings
.ConnectionSettings Generic connection setter can set a number of basic properties if applicable and can add generic headers.DefaultURLConnectionHandler Base class for the URL Connection handlers.HttpsVerification TODO Needs testing Can be used to override default verification of HTTPS.LocalTrustManager 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.