Class CommonConstants.Server.SegmentCompletionProtocol

    • Field Detail

      • PREFIX_OF_CONFIG_OF_SEGMENT_UPLOADER

        public static final String PREFIX_OF_CONFIG_OF_SEGMENT_UPLOADER
        See Also:
        Constant Field Values
      • CONFIG_OF_CONTROLLER_HTTPS_ENABLED

        @Deprecated
        public static final String CONFIG_OF_CONTROLLER_HTTPS_ENABLED
        Deprecated.
        Deprecated. Enable legacy https configs for segment upload. Use server-wide TLS configs instead.
        See Also:
        Constant Field Values
      • CONFIG_OF_CONTROLLER_HTTPS_PORT

        @Deprecated
        public static final String CONFIG_OF_CONTROLLER_HTTPS_PORT
        Deprecated.
        Deprecated. Set the legacy https port for segment upload. Use server-wide TLS configs instead.
        See Also:
        Constant Field Values
      • CONFIG_OF_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS

        public static final String CONFIG_OF_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS
        See Also:
        Constant Field Values
      • CONFIG_OF_PROTOCOL

        public static final String CONFIG_OF_PROTOCOL
        Specify connection scheme to use for controller upload connections. Defaults to "http"
        See Also:
        Constant Field Values
      • CONFIG_OF_SEGMENT_UPLOADER_AUTH

        public static final String CONFIG_OF_SEGMENT_UPLOADER_AUTH
        Service token for accessing protected controller APIs. E.g. null (auth disabled), "Basic abcdef..." (basic auth), "Bearer 123def..." (oauth2)
        See Also:
        Constant Field Values
      • DEFAULT_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS

        public static final int DEFAULT_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS
        See Also:
        Constant Field Values
      • DEFAULT_OTHER_REQUESTS_TIMEOUT

        public static final int DEFAULT_OTHER_REQUESTS_TIMEOUT
        See Also:
        Constant Field Values
    • Constructor Detail

      • SegmentCompletionProtocol

        public SegmentCompletionProtocol()