org.apache.geronimo.webdav
Interface Connector

All Known Subinterfaces:
JettyConnector
All Known Implementing Classes:
AbstractConnector, JettyConnectorImpl

public interface Connector

A Connector is a request listener and response broker.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:41 $

Method Summary
 String getInterface()
          Gets the network interface name.
 int getMaxConnections()
          Gets the maximum number of connections.
 int getMaxIdleTime()
          Sets the maximum idle time.
 int getPort()
          Gets listening port number.
 String getProtocol()
          Gets the protocol name.
 void setInterface(String networkInterface)
          Sets the network interface name.
 void setMaxConnections(int maxConnects)
          Sets the maximum number of connections.
 void setMaxIdleTime(int maxIdleTime)
          Gets the maximum idle time.
 void setPort(int ort)
          Sets listening port number.
 void setProtocol(String protocol)
          Sets the protocol name.
 

Method Detail

getPort

public int getPort()
Gets listening port number.


setPort

public void setPort(int ort)
Sets listening port number.


getProtocol

public String getProtocol()
Gets the protocol name.


setProtocol

public void setProtocol(String protocol)
Sets the protocol name.


getInterface

public String getInterface()
Gets the network interface name.


setInterface

public void setInterface(String networkInterface)
Sets the network interface name.


getMaxConnections

public int getMaxConnections()
Gets the maximum number of connections.


setMaxConnections

public void setMaxConnections(int maxConnects)
Sets the maximum number of connections.


getMaxIdleTime

public int getMaxIdleTime()
Sets the maximum idle time.


setMaxIdleTime

public void setMaxIdleTime(int maxIdleTime)
Gets the maximum idle time.



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