Uses of Interface
org.apache.commons.latka.http.RequestHeaders

Packages that use RequestHeaders
org.apache.commons.latka.http   
 

Uses of RequestHeaders in org.apache.commons.latka.http
 

Classes in org.apache.commons.latka.http that implement RequestHeaders
 class RequestHeadersImpl
          Implementation of RequestHeaders that stores its name-value pairs in a list
 

Fields in org.apache.commons.latka.http declared as RequestHeaders
protected  RequestHeaders RequestImpl._requestHeaders
          headers sent with this request
 

Methods in org.apache.commons.latka.http that return RequestHeaders
 RequestHeaders RequestImpl.getHeaders()
          Defined in the implemented interface
 RequestHeaders Request.getHeaders()
          Get the headers for the request, so that they can be copied to another request if necessary.
 

Methods in org.apache.commons.latka.http with parameters of type RequestHeaders
 void RequestImpl.setHeaders(RequestHeaders requestHeaders)
          Defined in the implemented interface
 void Request.setHeaders(RequestHeaders requestHeaders)
          Set all the headers for the request.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.