Class HttpClientGPConnector
- java.lang.Object
-
- cz.gopay.api.v3.AbstractGPConnector
-
- cz.gopay.api.v3.impl.apacheclient.HttpClientGPConnector
-
- All Implemented Interfaces:
IGPConnector
public class HttpClientGPConnector extends AbstractGPConnector
- Author:
- Frantisek Sichinger
-
-
Field Summary
-
Fields inherited from class cz.gopay.api.v3.AbstractGPConnector
accessToken, apiUrl, CONNECTION_POOL_SIZE, CONNECTION_SERVICE_TO, CONNECTION_SETUP_TO, logger, VERSION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpClientGPConnectorbuild(String apiUrl)protected <T> TcreateRESTClientProxy(String apiUrl, Class<T> proxy)protected StringgetImplementationName()-
Methods inherited from class cz.gopay.api.v3.AbstractGPConnector
capturePayment, capturePayment, createPayment, createRecurrentPayment, findEETREceiptsByFilter, generatePaymentInstruments, generateStatement, getAccessToken, getApiUrl, getAppToken, getAppToken, getEETReceiptByPaymentId, getVersion, paymentStatus, refundPayment, refundPayment, setAccessToken, voidAuthorization, voidRecurrency
-
-
-
-
Method Detail
-
build
public static HttpClientGPConnector build(String apiUrl)
-
createRESTClientProxy
protected <T> T createRESTClientProxy(String apiUrl, Class<T> proxy)
- Specified by:
createRESTClientProxyin classAbstractGPConnector
-
getImplementationName
protected String getImplementationName()
- Specified by:
getImplementationNamein classAbstractGPConnector
-
-