Class OperationHttpSettingsTimeout


  • public class OperationHttpSettingsTimeout
    extends Object
    Defines the timeout options for all HTTP requests.
    • Constructor Detail

      • OperationHttpSettingsTimeout

        public OperationHttpSettingsTimeout()
    • Method Detail

      • getConnect

        @Nullable
        public @Nullable Integer getConnect()
        Sets the timeout for the connection establishment of the HTTP requests.
        Returns:
        connect
      • setConnect

        public void setConnect​(Integer connect)
      • getResponse

        @Nullable
        public @Nullable Integer getResponse()
        Sets the timeout to wait for the arrival of a response to the HTTP request.
        Returns:
        response
      • setResponse

        public void setResponse​(Integer response)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object