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

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

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

Subclasses of HttpManager in edu.wisc.my.webproxy.beans.http
 class HttpManagerImpl
          This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.HttpManager) interface
 class ShibbolethEnabledHttpManagerImpl
          ShibbolethEnabledHttpManagerImpl subclasses HttpManagerImpl to configurably provide a Shibboleth-authenticating HttpClient instance.
 

Methods in edu.wisc.my.webproxy.beans.http that return HttpManager
 HttpManager HttpManagerService.findManager(javax.portlet.PortletRequest request)
          Find an HttpManager for the current portlet request.
 

Methods in edu.wisc.my.webproxy.beans.http with parameters of type HttpManager
 void HttpManagerService.saveHttpManager(javax.portlet.PortletRequest request, HttpManager httpManager)
          Save an HttpManager state.
 



Copyright © 2010 Jasig. All Rights Reserved.