net.sf.lavalamp.site
Interface Getter
- All Known Implementing Classes:
- DummyRemoteGetter, DummyRestGetter, UrlGetter
public interface Getter
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.