org.eclipse.egit.github.core.client
Class AuthInterceptor

java.lang.Object
  extended by org.eclipse.egit.github.core.client.AuthInterceptor
All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor

public class AuthInterceptor
extends Object
implements org.apache.http.HttpRequestInterceptor

Interceptor that sets authentication credentials


Constructor Summary
AuthInterceptor()
           
 
Method Summary
 void process(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthInterceptor

public AuthInterceptor()
Method Detail

process

public void process(org.apache.http.HttpRequest request,
                    org.apache.http.protocol.HttpContext context)
             throws org.apache.http.HttpException,
                    IOException
Specified by:
process in interface org.apache.http.HttpRequestInterceptor
Throws:
org.apache.http.HttpException
IOException


Copyright © 2012. All Rights Reserved.