Uses of Class
org.jasig.portal.channels.webproxy.CWebProxy.ChannelState

Packages that use CWebProxy.ChannelState
org.jasig.portal.channels.webproxy   
 

Uses of CWebProxy.ChannelState in org.jasig.portal.channels.webproxy
 

Methods in org.jasig.portal.channels.webproxy with parameters of type CWebProxy.ChannelState
private  java.net.URLConnection CWebProxy.getConnection(java.lang.String uri, CWebProxy.ChannelState state)
           
private  java.lang.String CWebProxy.getTidiedXml(java.lang.String uri, CWebProxy.ChannelState state)
          Get the contents of a URI as a String but send it through tidy first.
private  org.w3c.dom.Document CWebProxy.getXml(java.lang.String uri, CWebProxy.ChannelState state)
          Get the contents of a URI as a Document object.