Class VIPService


  • public class VIPService
    extends java.lang.Object
    Singleton class, used for creating connection with vIP server
    • Constructor Detail

      • VIPService

        public VIPService​(java.lang.String vipServer)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • initializeVIPService

        @Deprecated
        public void initializeVIPService​(java.lang.String vipServer)
                                  throws java.net.MalformedURLException
        Deprecated.
        Throws:
        java.net.MalformedURLException
      • getVipServer

        public java.lang.String getVipServer()
      • setHeaderParams

        public void setHeaderParams​(java.util.Map<java.lang.String,​java.lang.String> params)