de.janrufmonitor.repository.web
Class AbstractURLRequester
java.lang.Object
de.janrufmonitor.repository.web.AbstractURLRequester
- Direct Known Subclasses:
- RegExpURLRequester
public abstract class AbstractURLRequester
- extends Object
This abstract call must be used to implement the HTTP call to the web caller manager.
- Author:
- Thilo Brandt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
protected String url
m_skip
protected long m_skip
m
protected IAttributeMap m
pn
protected IPhonenumber pn
m_logger
protected Logger m_logger
AbstractURLRequester
public AbstractURLRequester(String url,
long skip)
go
public abstract void go()
throws Exception
- Requests the HTTP server and parses the result. The result is stored
in an IAttributeMap and in an IPhonenumber object.
- Throws:
Exception
getAttributes
public IAttributeMap getAttributes()
getPhonenumber
public IPhonenumber getPhonenumber()
getTimeout
public long getTimeout()
Copyright © 2010 by Thilo Brandt. All Rights Reserved.