|
HTML Parser Home Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionMonitor
Interface for HTTP connection notification callbacks.
| Method Summary | |
|---|---|
void |
postConnect(HttpURLConnection connection)
Called just after calling connect. |
void |
preConnect(HttpURLConnection connection)
Called just prior to calling connect. |
| Method Detail |
|---|
void preConnect(HttpURLConnection connection)
throws ParserException
connection - The connection which is about to be connected.
ParserException - This exception is thrown if the connection
monitor wants the ConnectionManager to bail out.
void postConnect(HttpURLConnection connection)
throws ParserException
connection - The connection that was just connected.
ParserException - This exception is thrown if the connection
monitor wants the ConnectionManager to bail out.
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| HTML Parser is an open source library released under Common Public License. | |