net.sf.lavalamp.site
Interface Getter

All Known Implementing Classes:
DummyRemoteGetter, DummyRestGetter, UrlGetter

public interface Getter


Method Summary
 String get(String url)
           
 String get(String url, char[] sensitive)
           
 org.apache.commons.httpclient.UsernamePasswordCredentials getCredentials()
           
 void setCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials credentials)
           
 

Method Detail

get

String get(String url)
           throws IOException,
                  LoginRequiredException
Throws:
IOException
LoginRequiredException

get

String get(String url,
           char[] sensitive)
           throws IOException,
                  LoginRequiredException
Throws:
IOException
LoginRequiredException

setCredentials

void setCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials credentials)

getCredentials

org.apache.commons.httpclient.UsernamePasswordCredentials getCredentials()


Copyright © 2010. All Rights Reserved.