Package io.split.client.impressions
Class HttpImpressionsSender
- java.lang.Object
-
- io.split.client.impressions.HttpImpressionsSender
-
- All Implemented Interfaces:
ImpressionsSender
public class HttpImpressionsSender extends Object implements ImpressionsSender
Created by patricioe on 6/20/16.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpImpressionsSendercreate(org.apache.http.impl.client.CloseableHttpClient client, URI eventsRootEndpoint)voidpost(List<TestImpressions> impressions)
-
-
-
Method Detail
-
create
public static HttpImpressionsSender create(org.apache.http.impl.client.CloseableHttpClient client, URI eventsRootEndpoint) throws URISyntaxException
- Throws:
URISyntaxException
-
post
public void post(List<TestImpressions> impressions)
- Specified by:
postin interfaceImpressionsSender
-
-