Class SoundCloudClientIdTracker


  • public class SoundCloudClientIdTracker
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClientId()  
      boolean isIdFetchContext​(org.apache.http.client.protocol.HttpClientContext context)  
      void updateClientId()
      Updates the clientID if more than CLIENT_ID_REFRESH_INTERVAL time has passed since last updated.
      • Methods inherited from class java.lang.Object

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

      • SoundCloudClientIdTracker

        public SoundCloudClientIdTracker​(HttpInterfaceManager httpInterfaceManager)
    • Method Detail

      • updateClientId

        public void updateClientId()
        Updates the clientID if more than CLIENT_ID_REFRESH_INTERVAL time has passed since last updated.
      • getClientId

        public java.lang.String getClientId()
      • isIdFetchContext

        public boolean isIdFetchContext​(org.apache.http.client.protocol.HttpClientContext context)