Uses of Class
de.phleisch.app.itsucks.io.http.impl.HttpAuthenticationCredentials

Packages that use HttpAuthenticationCredentials
de.phleisch.app.itsucks.filter.download.http.impl   
de.phleisch.app.itsucks.io.http.impl   
 

Uses of HttpAuthenticationCredentials in de.phleisch.app.itsucks.filter.download.http.impl
 

Fields in de.phleisch.app.itsucks.filter.download.http.impl with type parameters of type HttpAuthenticationCredentials
protected  java.util.List<HttpAuthenticationCredentials> HttpAuthenticationFilter.mCredentials
           
 

Methods in de.phleisch.app.itsucks.filter.download.http.impl that return types with arguments of type HttpAuthenticationCredentials
 java.util.List<HttpAuthenticationCredentials> HttpAuthenticationFilter.getCredentials()
           
 

Methods in de.phleisch.app.itsucks.filter.download.http.impl with parameters of type HttpAuthenticationCredentials
 boolean HttpAuthenticationFilter.addCredentials(HttpAuthenticationCredentials pCredentials)
           
 boolean HttpAuthenticationFilter.removeCredentials(HttpAuthenticationCredentials pCredentials)
           
 

Uses of HttpAuthenticationCredentials in de.phleisch.app.itsucks.io.http.impl
 

Methods in de.phleisch.app.itsucks.io.http.impl that return types with arguments of type HttpAuthenticationCredentials
 java.util.List<HttpAuthenticationCredentials> HttpRetrieverConfiguration.getAuthenticationCredentials()
           
 

Methods in de.phleisch.app.itsucks.io.http.impl with parameters of type HttpAuthenticationCredentials
 void HttpRetrieverConfiguration.addAuthenticationCredentials(HttpAuthenticationCredentials pAuthenticationCredentials)
           
 

Method parameters in de.phleisch.app.itsucks.io.http.impl with type arguments of type HttpAuthenticationCredentials
 void HttpRetrieverConfiguration.setAuthenticationCredentials(java.util.List<HttpAuthenticationCredentials> pAuthenticationCredentials)
           
 

Constructors in de.phleisch.app.itsucks.io.http.impl with parameters of type HttpAuthenticationCredentials
HttpAuthenticationCredentials(HttpAuthenticationCredentials pCredentials)
           
 



Copyright © 2010. All Rights Reserved.