org.htmlparser.http
public interface ConnectionMonitor
Method Summary | |
---|---|
void | postConnect(HttpURLConnection connection) Called just after calling connect.
|
void | preConnect(HttpURLConnection connection)
Called just prior to calling connect.
|
Parameters: connection The connection that was just connected.
Throws: ParserException This exception is thrown if the connection monitor wants the ConnectionManager to bail out.
Parameters: connection The connection which is about to be connected.
Throws: ParserException This exception is thrown if the connection monitor wants the ConnectionManager to bail out.
HTML Parser is an open source library released under LGPL. | |