Uses of Interface
org.mortbay.jetty.Generator

Packages that use Generator
org.mortbay.jetty   
org.mortbay.jetty.ajp   
 

Uses of Generator in org.mortbay.jetty
 

Classes in org.mortbay.jetty that implement Generator
 class AbstractGenerator
          Abstract Generator.
 class HttpGenerator
          HttpGenerator.
 

Fields in org.mortbay.jetty declared as Generator
protected  Generator HttpConnection._generator
           
 

Methods in org.mortbay.jetty that return Generator
 Generator HttpConnection.getGenerator()
           
 

Constructors in org.mortbay.jetty with parameters of type Generator
HttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
 

Uses of Generator in org.mortbay.jetty.ajp
 

Classes in org.mortbay.jetty.ajp that implement Generator
 class Ajp13Generator
           
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.