Class UnsecuredEndpoint


  • public final class UnsecuredEndpoint
    extends EndpointBase
    Unsecured endpoint describes an endpoint that the pipeline can connect to over clear transport (no encryption in transit).
    • Constructor Detail

      • UnsecuredEndpoint

        public UnsecuredEndpoint()
    • Method Detail

      • withCredentials

        public UnsecuredEndpoint withCredentials​(CredentialsBase credentials)
        Set the credentials property: Credentials to be presented to the endpoint.
        Overrides:
        withCredentials in class EndpointBase
        Parameters:
        credentials - the credentials value to set.
        Returns:
        the EndpointBase object itself.
      • withUrl

        public UnsecuredEndpoint withUrl​(String url)
        Set the url property: The endpoint URL for Video Analyzer to connect to.
        Overrides:
        withUrl in class EndpointBase
        Parameters:
        url - the url value to set.
        Returns:
        the EndpointBase object itself.
      • withTunnel

        public UnsecuredEndpoint withTunnel​(TunnelBase tunnel)
        Set the tunnel property: Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
        Overrides:
        withTunnel in class EndpointBase
        Parameters:
        tunnel - the tunnel value to set.
        Returns:
        the EndpointBase object itself.