org.eclipse.egit.github.core.client
Class AuthInterceptor
java.lang.Object
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
|
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 |
AuthInterceptor
public AuthInterceptor()
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.