|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for HTTP connection notification callbacks.
| Method Summary | |
void |
postConnect(java.net.HttpURLConnection connection)
Called just after calling connect. |
void |
preConnect(java.net.HttpURLConnection connection)
Called just prior to calling connect. |
| Method Detail |
public void preConnect(java.net.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.
public void postConnect(java.net.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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||