Class 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
      void uploadBatch​(Satellite satellite, java.util.List<byte[]> packets)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BmeClient

        public BmeClient​(java.lang.String host,
                         int port,
                         int timeout,
                         long retryTimeoutMillis,
                         java.lang.String username,
                         java.lang.String password)