Uses of Class
org.browsermob.core.har.HarNameValuePair

Packages that use HarNameValuePair
org.browsermob.core.har   
 

Uses of HarNameValuePair in org.browsermob.core.har
 

Methods in org.browsermob.core.har that return types with arguments of type HarNameValuePair
 List<HarNameValuePair> HarResponse.getHeaders()
           
 List<HarNameValuePair> HarRequest.getHeaders()
           
 List<HarNameValuePair> HarRequest.getQueryString()
           
 

Method parameters in org.browsermob.core.har with type arguments of type HarNameValuePair
 void HarResponse.setHeaders(List<HarNameValuePair> headers)
           
 void HarRequest.setHeaders(List<HarNameValuePair> headers)
           
 void HarRequest.setQueryString(List<HarNameValuePair> queryString)
           
 



Copyright © 2011. All Rights Reserved.