public class EndpointUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static URI |
getBaseEndpoint(ClientConfiguration streamClient)
Build the base endpoint.
|
static URI |
getPersonalizedEndpoint(ClientConfiguration streamClient)
Get the personalized endpoint.
|
public static URI getPersonalizedEndpoint(ClientConfiguration streamClient)
streamClient - StreamClient's configuration which contain the Personalized endpoint.public static URI getBaseEndpoint(ClientConfiguration streamClient) throws UriBuilderException
streamClient - Configuration containerUriBuilderException - In case the URI is malformedCopyright © 2017. All rights reserved.