Class ThreadingParameters
java.lang.Object
org.apache.cxf.transport.http.netty.server.ThreadingParameters
This class holds a structure that contains parameters
pertaining to the threading of a Netty HTTP Server Engine.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadingParameters
public ThreadingParameters()
-
-
Method Details
-
setThreadPoolSize
public void setThreadPoolSize(int number) -
getThreadPoolSize
public int getThreadPoolSize() -
isSeThreadPoolSize
public boolean isSeThreadPoolSize()
-