Uses of Class
org.openqa.jetty.http.HttpFields

Packages that use HttpFields
org.openqa.jetty.http   
 

Uses of HttpFields in org.openqa.jetty.http
 

Fields in org.openqa.jetty.http declared as HttpFields
protected  HttpFields HttpMessage._header
           
 

Methods in org.openqa.jetty.http that return HttpFields
 HttpFields HttpMessage.getHeader()
          Get the HTTP header fields.
 HttpFields HttpInputStream.getTrailer()
           
 

Methods in org.openqa.jetty.http with parameters of type HttpFields
 void HttpFields.add(HttpFields fields)
          Add fields from another HttpFields instance.
 



Copyright © 2012. All Rights Reserved.