Class HttpSettingsTimeoutType


  • public class HttpSettingsTimeoutType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the timeout options for all HTTP requests.</p>
     

    Java class for HttpSettingsTimeoutType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="HttpSettingsTimeoutType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="connect" type="{http://www.w3.org/2001/XMLSchema}int" default="10000" />
           <attribute name="response" type="{http://www.w3.org/2001/XMLSchema}int" default="60000" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • connect

        protected Integer connect
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout for the connection establishment of the HTTP requests.</p>
         
      • response

        protected Integer response
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout to wait for the arrival of a response to the HTTP request.</p>
         
    • Constructor Detail

      • HttpSettingsTimeoutType

        public HttpSettingsTimeoutType()
    • Method Detail

      • getConnect

        public int getConnect()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout for the connection establishment of the HTTP requests.</p>
         
        Returns:
        possible object is Integer
      • setConnect

        public void setConnect​(int value)
        Sets the value of the connect property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getConnect()
      • isSetConnect

        public boolean isSetConnect()
      • unsetConnect

        public void unsetConnect()
      • getResponse

        public int getResponse()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout to wait for the arrival of a response to the HTTP request.</p>
         
        Returns:
        possible object is Integer
      • setResponse

        public void setResponse​(int value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getResponse()
      • isSetResponse

        public boolean isSetResponse()
      • unsetResponse

        public void unsetResponse()