Package | Description |
---|---|
com.worldline.connect.sdk.java | |
com.worldline.connect.sdk.java.communication |
Modifier and Type | Method and Description |
---|---|
static Client |
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
Communicator based on the passed parameters. |
CommunicatorBuilder |
CommunicatorBuilder.withConnection(Connection connection)
Sets the
Connection to use. |
Constructor and Description |
---|
Communicator(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetadataProvider metadataProvider,
Marshaller marshaller) |
Modifier and Type | Interface and Description |
---|---|
interface |
PooledConnection
Represents a pooled connection to the Worldline Global Collect platform server.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnection
Connection implementation based on HttpClient . |
Copyright © 2024 Worldline Global Collect. All rights reserved.