Package io.token.tpp

Class TokenClient.Builder

    • Field Summary

      • Fields inherited from class io.token.TokenClient.Builder

        cryptoEngine, devKey, featureCodes, hostName, port, sslConfig, timeoutMs, tokenCluster, useSsl
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Creates new builder instance with the defaults initialized.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TokenClient build()  
      protected java.lang.String getPlatform()  
      • Methods inherited from class io.token.TokenClient.Builder

        connectTo, devKey, getHeaders, hostName, port, timeout, withCryptoEngine, withFeatureCodes, withKeyStore, withSslConfig
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder()
        Creates new builder instance with the defaults initialized.
    • Method Detail

      • getPlatform

        protected java.lang.String getPlatform()
        Overrides:
        getPlatform in class io.token.TokenClient.Builder<TokenClient.Builder>