Namespace Worldline.Acquiring.Sdk.Communication
Classes
AbstractParamRequest
Represents a set of request parameters.
CommunicationException
Indicates an exception regarding the communication with the Worldline Acquiring platform such as a connection exception.
DefaultConnection
The default implementation for the connection interface. Supports Pooling, and is thread safe.
MetadataProvider
Provides meta info about the server. Thread-safe.
MetadataProviderBuilder
Builder for a MetadataProvider object.
MultipartFormDataObject
A representation of a multipart/form-data object.
NotFoundException
Indicates an exception that occurs when the requested resource is not found. In normal usage of the SDK, this exception should not occur, however it is possible. For example when path parameters are set with invalid values.
RequestHeader
A single request header. Immutable.
RequestHeaderUtils
RequestParam
A single request parameter. Immutable.
ResponseException
Thrown when a response was received from the Worldline Acquiring platform which indicates an error.
ResponseHeader
A single response header. Immutable.
ResponseHeaderUtils
Interfaces
IConnection
Represents a connection to the Worldline Acquiring platform server. Thread-safe.
IMultipartFormDataRequest
A representation of a multipart/form-data request.
IPooledConnection
Represents a pooled connection to the Worldline Acquiring platform server. Instead of setting up a new HTTP connection for each request, this connection uses a pool of HTTP connections. Thread-safe.
IRequestHeader
A single request header. Immutable.
IResponseHeader
A single response header. Immutable.