Apache CXF API

org.apache.cxf.transport.http.netty.server
Class ThreadingParameters

java.lang.Object
  extended by 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
ThreadingParameters()
           
 
Method Summary
 int getThreadPoolSize()
           
 boolean isSeThreadPoolSize()
           
 void setThreadPoolSize(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

setThreadPoolSize

public void setThreadPoolSize(int number)

getThreadPoolSize

public int getThreadPoolSize()

isSeThreadPoolSize

public boolean isSeThreadPoolSize()

Apache CXF API

Apache CXF