Uses of Class
edu.wisc.my.webproxy.beans.http.ParameterPair

Packages that use ParameterPair
edu.wisc.my.webproxy.beans.http   
 

Uses of ParameterPair in edu.wisc.my.webproxy.beans.http
 

Methods in edu.wisc.my.webproxy.beans.http that return ParameterPair
 ParameterPair[] RequestImpl.getParameters()
           
 ParameterPair[] Request.getParameters()
          Retrieves all the post parameters on this object contained in map to make a post request
 

Methods in edu.wisc.my.webproxy.beans.http with parameters of type ParameterPair
 void RequestImpl.setParameters(ParameterPair[] sPostAttributes)
           
 void Request.setParameters(ParameterPair[] attributes)
          Sets all the post parameters on this object contained in map to make a post request
 

Constructors in edu.wisc.my.webproxy.beans.http with parameters of type ParameterPair
ParameterPair(ParameterPair pair)
           
RequestImpl(ParameterPair[] postAtributes, IHeader[] headers, String url, String type, String authType)
           
 



Copyright © 2010 Jasig. All Rights Reserved.