Uses of Interface
org.apache.geronimo.management.geronimo.WebConnector

Packages that use WebConnector
org.apache.geronimo.jetty6   
org.apache.geronimo.jetty6.connector   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.tomcat   
 

Uses of WebConnector in org.apache.geronimo.jetty6
 

Subinterfaces of WebConnector in org.apache.geronimo.jetty6
 interface JettySecureConnector
           
 interface JettyWebConnector
          A Jetty-specific extension to the standard Geronimo web connector interface.
 

Uses of WebConnector in org.apache.geronimo.jetty6.connector
 

Classes in org.apache.geronimo.jetty6.connector that implement WebConnector
 class AJP13Connector
           
 class HTTPBlockingConnector
           
 class HTTPSelectChannelConnector
           
 class HTTPSocketConnector
           
 class HTTPSSelectChannelConnector
          Implementation of a HTTPS connector based on Jetty's SslConnector (which uses pure JSSE).
 class HTTPSSocketConnector
          Implementation of a HTTPS connector based on Jetty's SslConnector (which uses pure JSSE).
 class JettyConnector
          Base class for GBeans for Jetty network connectors (HTTP, HTTPS, AJP, etc.).
 

Uses of WebConnector in org.apache.geronimo.management.geronimo
 

Subinterfaces of WebConnector in org.apache.geronimo.management.geronimo
 interface SecureConnector
          Common configuration settings for connectors that use SSL/TLS to conduct secure communications with clients.
 

Uses of WebConnector in org.apache.geronimo.tomcat
 

Subinterfaces of WebConnector in org.apache.geronimo.tomcat
 interface TomcatSecureConnector
           
 



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