接口 org.eclipse.jetty.http.Generator
的使用

使用 Generator 的软件包
org.eclipse.jetty.ajp   
org.eclipse.jetty.http   
org.eclipse.jetty.nested   
org.eclipse.jetty.server   
 

org.eclipse.jetty.ajpGenerator 的使用
 

实现 Generatororg.eclipse.jetty.ajp 中的类
 class Ajp13Generator
           
 

org.eclipse.jetty.httpGenerator 的使用
 

实现 Generatororg.eclipse.jetty.http 中的类
 class AbstractGenerator
          Abstract Generator.
 class HttpGenerator
          HttpGenerator.
 

org.eclipse.jetty.nestedGenerator 的使用
 

实现 Generatororg.eclipse.jetty.nested 中的类
 class NestedGenerator
           
 

org.eclipse.jetty.serverGenerator 的使用
 

声明为 Generatororg.eclipse.jetty.server 中的字段
protected  Generator AbstractHttpConnection._generator
           
 

返回 Generatororg.eclipse.jetty.server 中的方法
 Generator AbstractHttpConnection.getGenerator()
           
 

参数类型为 Generatororg.eclipse.jetty.server 中的构造方法
AbstractHttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
BlockingHttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
           
 



Copyright © 2013. All Rights Reserved.