Back to project page kluster-android.
The source code is released under:
Apache License
If you think the Android project kluster-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.cs446.kluster.net; // w w w .j a v a 2s . com public class AuthKlusterRestAdapter extends KlusterRestAdapter { public AuthKlusterRestAdapter() { super(); setRequestInterceptor(new AuthInterceptor()); } }