All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.configuration.http-undertow.xsd Maven / Gradle / Ivy






    
    
    
    
    
       
          
             Specify the number of "core" threads for the worker task thread pool. Generally this should be reasonably high, at least 10 per CPU core.
          
       
       
       
             Specify the maximum number of threads for the worker task thread pool.
          
       
       
       
             Specify the number of I/O threads to create for the worker.  If not specified, a default will be chosen. One IO thread per CPU core is a reasonable default.
          
       
    
    
    
       
         
            
               Specifies the thread pool properties for the parameter set.
            
         
       
         
             
                Specifies a unique identifier by which the property set can be referred.
             
         
    
    
    
       
          
             
                Specifies the properties for the parameter set.
             
          
       
          
             
                Specifies a unique identifier by which the property set can be referred.
             
          
    
    
    
       
    
    
    
       
         
          
             
                Specifies an instance of the security parameters for the Undertow instance.
             
          
          
             
                Specifies a reference to a reusable set of security parameters.
             
          
         
         
          
             
                Specifies an instance of the threading configuration use for the Undertow engine.
             
          
          
             
                Specifies a reference to a reusable set of threading parameters.
             
          
                  
         
       
       
       
             
                Specifies the port used by the Undertow instance.
                You can specify a value of 0 for the port attribute. Any threading 
                properties specified in an engine element with its port attribute
                set to 0 are used as the configuration for all Undertow listeners that are not explicitly configured.
             
       
       
             
                
                  Specifies the listen address used by the Undertow instance.
                  Value can be a hostname or ip address.
                  If not specified, Undertow will listen on all local addresses.
                
             
       
       
           
                Specifies if Undertow Continuations will be explicitly supported
                by Undertow destinations. Continuations will be checked if this attribute is set to true or omitted, ignored otherwise.
             
       

       
             
                Specifies the maximum idle time for a undertow connection. The timer is reset whenever there are any read or write actions on the underlying stream. 
           
       

    
    
    
       
           
              
                 Specifies a reusable set of properties for securing an HTTP service provider.
              
           
           
              
                 Specifies a reusable set of properties for controlling a Undertow instance's thread pool.
              
           
           
              
                 Specifies the configuration for a particular Undertow runtime instance.
              
           
       
       
       
    
    
    
       
          Contains the configuration for a Undertow instance.
       
    
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy