org.apache.geronimo.jetty
Interface JettyWebConnector

All Superinterfaces:
org.apache.geronimo.management.geronimo.NetworkConnector, org.apache.geronimo.management.geronimo.WebConnector
All Known Implementing Classes:
JettyConnector

public interface JettyWebConnector
extends org.apache.geronimo.management.geronimo.WebConnector

A Jetty-specific extension to the standard Geronimo web connector interface.

Version:
$Rev: 356191 $ $Date: 2005-12-12 08:15:20 +0100 (Mon, 12 Dec 2005) $

Method Summary
 String getDefaultScheme()
           
 int getIdlethreads()
           
 int getLowThreads()
           
 int getLowThreadsMaxIdleTimeMs()
           
 int getMaxIdleTimeMs()
           
 int getMinThreads()
          Gets the minimum number of threads used to service connections from this connector.
 int getThreads()
           
 void setLowThreads(int lowThreads)
           
 void setLowThreadsMaxIdleTimeMs(int max)
           
 void setMaxIdleTimeMs(int max)
           
 void setMinThreads(int threads)
          Sets the minimum number of threads used to service connections from this connector.
 
Methods inherited from interface org.apache.geronimo.management.geronimo.WebConnector
getAcceptQueueSize, getBufferSizeBytes, getConnectUrl, getLingerMillis, getMaxThreads, getRedirectPort, isTcpNoDelay, setAcceptQueueSize, setBufferSizeBytes, setLingerMillis, setMaxThreads, setRedirectPort, setTcpNoDelay
 
Methods inherited from interface org.apache.geronimo.management.geronimo.NetworkConnector
getHost, getListenAddress, getPort, getProtocol, setHost, setPort
 

Method Detail

getMinThreads

public int getMinThreads()
Gets the minimum number of threads used to service connections from this connector.


setMinThreads

public void setMinThreads(int threads)
Sets the minimum number of threads used to service connections from this connector.


getThreads

public int getThreads()

getIdlethreads

public int getIdlethreads()

getDefaultScheme

public String getDefaultScheme()

setMaxIdleTimeMs

public void setMaxIdleTimeMs(int max)

getMaxIdleTimeMs

public int getMaxIdleTimeMs()

setLowThreadsMaxIdleTimeMs

public void setLowThreadsMaxIdleTimeMs(int max)

getLowThreadsMaxIdleTimeMs

public int getLowThreadsMaxIdleTimeMs()

setLowThreads

public void setLowThreads(int lowThreads)

getLowThreads

public int getLowThreads()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.