Package com.pubnub.api.managers
Class BasePathManager
- java.lang.Object
-
- com.pubnub.api.managers.BasePathManager
-
public class BasePathManager extends java.lang.Object
A stateful manager to support base path construction, proxying and cache busting.
-
-
Constructor Summary
Constructors Constructor Description BasePathManager(PNConfiguration initialConfig)
Initialize the path management.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBasePath()
Prepares a next usable base url.
-
-
-
Constructor Detail
-
BasePathManager
public BasePathManager(PNConfiguration initialConfig)
Initialize the path management.- Parameters:
initialConfig
- configuration object
-
-