Uses of Interface
com.onlinepayments.communication.Connection
Packages that use Connection
-
Uses of Connection in com.onlinepayments
Methods in com.onlinepayments with parameters of type ConnectionModifier and TypeMethodDescriptionstatic ClientInterfaceFactory.createClient(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aClientbased on the passed parameters.static CommunicatorFactory.createCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aCommunicatorbased on the passed parameters.CommunicatorBuilder.withConnection(Connection connection) Sets theConnectionto use.Constructors in com.onlinepayments with parameters of type ConnectionModifierConstructorDescriptionDefaultCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider, Marshaller marshaller) -
Uses of Connection in com.onlinepayments.communication
Subinterfaces of Connection in com.onlinepayments.communicationModifier and TypeInterfaceDescriptioninterfaceRepresents a pooled connection to the Online Payments platform server.Classes in com.onlinepayments.communication that implement Connection