org.htmlparser.http
Interface ConnectionMonitor
- Parser
public interface ConnectionMonitor
Interface for HTTP connection notification callbacks.
void | postConnect(HttpURLConnection connection) - Called just after calling connect.
|
void | preConnect(HttpURLConnection connection) - Called just prior to calling connect.
|
postConnect
public void postConnect(HttpURLConnection connection)
throws ParserException
Called just after calling connect.
The response code and header fields can be examined.
connection
- The connection that was just connected.
ParserException
- This exception is thrown if the connection
monitor wants the ConnectionManager to bail out.
preConnect
public void preConnect(HttpURLConnection connection)
throws ParserException
Called just prior to calling connect.
The connection has been conditioned with proxy, URL user/password,
and cookie information. It is still possible to adjust the
connection, to alter the request method for example.
connection
- The connection which is about to be connected.
ParserException
- This exception is thrown if the connection
monitor wants the ConnectionManager to bail out.
| © 2005 Derrick Oswald Mai 08, 2008 |
HTML Parser is an open source library released under LGPL. |  |