Uses of Class
org.eclipse.jetty.http.HttpGenerator
-
Packages that use HttpGenerator Package Description org.eclipse.jetty.client.http org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpGenerator in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as HttpGenerator Modifier and Type Field Description private HttpGenerator
HttpSenderOverHTTP. generator
-
Uses of HttpGenerator in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpGenerator Modifier and Type Field Description private HttpGenerator
HttpConnection. _generator
Methods in org.eclipse.jetty.server that return HttpGenerator Modifier and Type Method Description HttpGenerator
HttpConnection. getGenerator()
protected HttpGenerator
HttpConnection. newHttpGenerator()
-