Interface NetworkInputSettings.Builder

    • Method Detail

      • hlsInputSettings

        NetworkInputSettings.Builder hlsInputSettings​(HlsInputSettings hlsInputSettings)
        Specifies HLS input settings when the uri is for a HLS manifest.
        Parameters:
        hlsInputSettings - Specifies HLS input settings when the uri is for a HLS manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverValidation

        NetworkInputSettings.Builder serverValidation​(String serverValidation)
        Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.
        Parameters:
        serverValidation - Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NetworkInputServerValidation, NetworkInputServerValidation
      • serverValidation

        NetworkInputSettings.Builder serverValidation​(NetworkInputServerValidation serverValidation)
        Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.
        Parameters:
        serverValidation - Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NetworkInputServerValidation, NetworkInputServerValidation
      • multicastInputSettings

        NetworkInputSettings.Builder multicastInputSettings​(MulticastInputSettings multicastInputSettings)
        Specifies multicast input settings when the uri is for a multicast event.
        Parameters:
        multicastInputSettings - Specifies multicast input settings when the uri is for a multicast event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.