|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.ant.types.Connectors
public class Connectors
Specifies a jetty configuration
Constructor Summary | |
---|---|
Connectors()
Default constructor. |
|
Connectors(int port,
int maxIdleTime)
Constructor. |
Method Summary | |
---|---|
void |
add(org.eclipse.jetty.server.Connector connector)
Adds a connector to the list of connectors to deploy. |
java.util.List |
getConnectors()
Returns the list of known connectors to deploy. |
java.util.List |
getDefaultConnectors()
Gets the default list of connectors to deploy when no connectors were explicitly added to the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Connectors()
public Connectors(int port, int maxIdleTime)
port
- The port that the default connector will listen onmaxIdleTime
- The maximum idle time for the default connectorMethod Detail |
---|
public void add(org.eclipse.jetty.server.Connector connector)
connector
- A connector to add to the listpublic java.util.List getConnectors()
public java.util.List getDefaultConnectors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |