Class ServiceEndpoints


  • public final class ServiceEndpoints
    extends java.lang.Object
    Specifies the base service URIs used by SDK components.

    See ServiceEndpointsBuilder for more details on these properties.

    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceEndpoints​(java.net.URI streamingBaseUri, java.net.URI pollingBaseUri, java.net.URI eventsBaseUri)
      Used internally by the SDK to store service endpoints.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI getEventsBaseUri()
      The base URI for the events service.
      java.net.URI getPollingBaseUri()
      The base URI for the polling service.
      java.net.URI getStreamingBaseUri()
      The base URI for the streaming service.
      • Methods inherited from class java.lang.Object

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

      • ServiceEndpoints

        public ServiceEndpoints​(java.net.URI streamingBaseUri,
                                java.net.URI pollingBaseUri,
                                java.net.URI eventsBaseUri)
        Used internally by the SDK to store service endpoints.
        Parameters:
        streamingBaseUri - the base URI for the streaming service
        pollingBaseUri - the base URI for the polling service
        eventsBaseUri - the base URI for the events service
    • Method Detail

      • getStreamingBaseUri

        public java.net.URI getStreamingBaseUri()
        The base URI for the streaming service.
        Returns:
        the base URI, or null
      • getPollingBaseUri

        public java.net.URI getPollingBaseUri()
        The base URI for the polling service.
        Returns:
        the base URI, or null
      • getEventsBaseUri

        public java.net.URI getEventsBaseUri()
        The base URI for the events service.
        Returns:
        the base URI, or null