Package | Description |
---|---|
aQute.bnd.connection.settings | |
aQute.bnd.http | |
aQute.bnd.resource.repository | |
aQute.bnd.url |
Modifier and Type | Method and Description |
---|---|
URLConnectionHandler |
ConnectionSettings.createUrlConnectionHandler(ServerDTO serverDTO) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<URLConnectionHandler> |
HttpClient.connectionHandlers |
Modifier and Type | Method and Description |
---|---|
URLConnectionHandler |
HttpClient.findMatchingHandler(java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<? extends URLConnectionHandler> |
HttpClient.getURLConnectionHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.addURLConnectionHandler(URLConnectionHandler handler) |
Modifier and Type | Field and Description |
---|---|
private URLConnectionHandler |
ResourceRepositoryImpl.connector |
Modifier and Type | Method and Description |
---|---|
void |
ResourceRepositoryImpl.setURLConnector(URLConnectionHandler connector) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthentication
Provide Http Basic Authentication.
|
class |
BndAuthentication
bnd has a builtin delegated authentication mechanism, see
Settings . |
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.
|