| Package | Description |
|---|---|
| com.onlinepayments | |
| com.onlinepayments.defaultimpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PooledConnection
Represents a pooled connection to the Online Payments platform server.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
Communicator.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static ClientInterface |
Factory.createClient(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetaDataProvider metaDataProvider)
Creates a
Client based on the passed parameters. |
static Communicator |
Factory.createCommunicator(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetaDataProvider metaDataProvider)
Creates a
DefaultCommunicator based on the passed parameters. |
CommunicatorBuilder |
CommunicatorBuilder.withConnection(Connection connection)
Sets the
Connection to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnection
Connection implementation based on HttpClient. |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DefaultCommunicator.getConnection() |
| Constructor and Description |
|---|
DefaultCommunicator(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetaDataProvider metaDataProvider,
Marshaller marshaller) |
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.