org.inria.myriads.snoozenode.configurator.httpd
Class HTTPdSettings

java.lang.Object
  extended by org.inria.myriads.snoozenode.configurator.httpd.HTTPdSettings

public final class HTTPdSettings
extends Object

HTTPd settings.

Author:
Eugen Feller

Constructor Summary
HTTPdSettings()
           
 
Method Summary
 String getMaximumNumberOfConnections()
          Returns the maximum number of connections.
 String getMaximumNumberOfThreads()
          Returns the maximum number of threads.
 void setMaximumNumberOfConnections(String maximumNumberOfConnections)
          Sets the maximum number of connections.
 void setMaximumNumberOfThreads(String maximumNumberOfThreads)
          Sets the maximum number of threads.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPdSettings

public HTTPdSettings()
Method Detail

setMaximumNumberOfThreads

public void setMaximumNumberOfThreads(String maximumNumberOfThreads)
Sets the maximum number of threads.

Parameters:
maximumNumberOfThreads - The maximum number of threads

getMaximumNumberOfThreads

public String getMaximumNumberOfThreads()
Returns the maximum number of threads.

Returns:
The maximum number of threads

setMaximumNumberOfConnections

public void setMaximumNumberOfConnections(String maximumNumberOfConnections)
Sets the maximum number of connections.

Parameters:
maximumNumberOfConnections - The maximum number of connections

getMaximumNumberOfConnections

public String getMaximumNumberOfConnections()
Returns the maximum number of connections.

Returns:
the maxNumberOfConnections The maximum number of connections


Copyright © 2012. All Rights Reserved.