Package ru.r2cloud.bme
Class BmeClient
- java.lang.Object
-
- ru.r2cloud.bme.BmeClient
-
public class BmeClient extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BmeClient(java.lang.String host, int port, int timeout, long retryTimeoutMillis, java.lang.String username, java.lang.String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiduploadBatch(Satellite satellite, java.util.List<byte[]> packets)
-
-
-
Method Detail
-
uploadBatch
public void uploadBatch(Satellite satellite, java.util.List<byte[]> packets) throws java.io.IOException, AuthenticationException
- Throws:
java.io.IOExceptionAuthenticationException
-
-