Apache CXF API

org.apache.cxf.transport.http_jetty
Class ThreadingParameters

java.lang.Object
  extended by org.apache.cxf.transport.http_jetty.ThreadingParameters

public class ThreadingParameters
extends Object

This class holds a structure that contains parameters pertaining to the threading of a Jetty HTTP Server Engine.


Constructor Summary
ThreadingParameters()
           
 
Method Summary
 int getMaxThreads()
           
 int getMinThreads()
           
 boolean isSetMaxThreads()
           
 boolean isSetMinThreads()
           
 void setMaxThreads(int number)
           
 void setMinThreads(int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadingParameters

public ThreadingParameters()
Method Detail

setMinThreads

public void setMinThreads(int number)

setMaxThreads

public void setMaxThreads(int number)

getMinThreads

public int getMinThreads()

getMaxThreads

public int getMaxThreads()

isSetMaxThreads

public boolean isSetMaxThreads()

isSetMinThreads

public boolean isSetMinThreads()

Apache CXF API

Apache CXF