Class ThreadingParameters
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.ThreadingParameters
-
public class ThreadingParameters extends Object
This class holds a structure that contains parameters pertaining to the threading of a Netty HTTP Server Engine.
-
-
Constructor Summary
Constructors Constructor Description ThreadingParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetThreadPoolSize()booleanisSeThreadPoolSize()voidsetThreadPoolSize(int number)
-