Class ThreadingParameters
java.lang.Object
org.apache.cxf.transport.http_jetty.ThreadingParameters
This class holds a structure that contains parameters
pertaining to the threading of a Jetty HTTP Server Engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanbooleanvoidsetMaxThreads(int number) voidsetMinThreads(int number) voidsetThreadNamePrefix(String threadNamePrefix)
-
Constructor Details
-
ThreadingParameters
public ThreadingParameters()
-
-
Method Details
-
setMinThreads
public void setMinThreads(int number) -
setMaxThreads
public void setMaxThreads(int number) -
getThreadNamePrefix
-
setThreadNamePrefix
-
getMinThreads
public int getMinThreads() -
getMaxThreads
public int getMaxThreads() -
isSetMaxThreads
public boolean isSetMaxThreads() -
isSetMinThreads
public boolean isSetMinThreads() -
isThreadNamePrefixSet
public boolean isThreadNamePrefixSet()
-