| Interface | Description |
|---|---|
| RestConnection |
Generic contract for connections that allow consuming a Rest API by the use of an underlying
HttpClient |
| TlsParameterGroup |
Defines the contract of a Parameter group with everything necessary to configure TLS
|
| Class | Description |
|---|---|
| BaseConnectionProvider |
Base class for Connection providers
|
| BasicAuthenticationConnectionProvider |
Base class for connection providers which use basic authentication
|
| DefaultRestConnection |
Default implementation of
RestConnection |
| DigestConnectionProvider |
Base class for connection providers secured through the digest security scheme
|
| MandatoryTlsParameterGroup |
A
TlsParameterGroup which is always fixed at the HTTPS protocol. |
| OptionalTlsParameterGroup |
A
TlsParameterGroup which allows to switch between HTTP and HTTPS protocols. |
Copyright © 2021. All rights reserved.