Class ThreadingParametersType
- java.lang.Object
-
- org.apache.cxf.transports.http_netty_server.configuration.ThreadingParametersType
-
public class ThreadingParametersType extends Object
Java class for ThreadingParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadingParametersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="threadPoolSize" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUShort" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerthreadPoolSize
-
Constructor Summary
Constructors Constructor Description ThreadingParametersType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetThreadPoolSize()Gets the value of the threadPoolSize property.voidsetThreadPoolSize(Integer value)Sets the value of the threadPoolSize property.
-