org.apache.geronimo.webdav.jetty
Interface JettyConnector

All Superinterfaces:
Connector
All Known Implementing Classes:
JettyConnectorImpl

public interface JettyConnector
extends Connector

This interface is required by the IoC framework: JettyConnector is an endpoint, whose implementation JettyConnectorImpl does not define a constructor without parameters.
This interface captures the operations and attributes, which are exposed as GBean operations and attributes.

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

Method Summary
 org.mortbay.http.HttpListener getListener()
           
 
Methods inherited from interface org.apache.geronimo.webdav.Connector
getInterface, getMaxConnections, getMaxIdleTime, getPort, getProtocol, setInterface, setMaxConnections, setMaxIdleTime, setPort, setProtocol
 

Method Detail

getListener

public org.mortbay.http.HttpListener getListener()


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