org.jasig.portlet.proxy.service.web
Class RedirectTrackingResponseInterceptor

java.lang.Object
  extended by org.jasig.portlet.proxy.service.web.RedirectTrackingResponseInterceptor
All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor

public class RedirectTrackingResponseInterceptor
extends Object
implements org.apache.http.HttpResponseInterceptor


Field Summary
static String FINAL_URL_KEY
           
 
Constructor Summary
RedirectTrackingResponseInterceptor()
           
 
Method Summary
 void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FINAL_URL_KEY

public static final String FINAL_URL_KEY
See Also:
Constant Field Values
Constructor Detail

RedirectTrackingResponseInterceptor

public RedirectTrackingResponseInterceptor()
Method Detail

process

public void process(org.apache.http.HttpResponse response,
                    org.apache.http.protocol.HttpContext context)
             throws org.apache.http.HttpException,
                    IOException
Specified by:
process in interface org.apache.http.HttpResponseInterceptor
Throws:
org.apache.http.HttpException
IOException


Copyright © 2012 Jasig. All Rights Reserved.