|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jscape.inet.http.HttpAdapter
Implements methods for capturing events sourced from Http class. This class
is intended to provide vertical compatibility with HttpListener interface.
Typicaly your application will use this class instead of HttpListener
interface to capture the following events :
HttpConnectedEvent
HttpDisconnectedEvent
HttpProgressEvent
| Constructor Summary | |
HttpAdapter()
|
|
| Method Summary | |
void |
connected(HttpConnectedEvent event)
Invoked when connection to HTTP server is established. |
void |
disconnected(HttpDisconnectedEvent event)
Invoked when connection to HTTP server is released. |
void |
progress(HttpProgressEvent event)
Invoked to mark progress of a download operation. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpAdapter()
| Method Detail |
public void connected(HttpConnectedEvent event)
connected in interface HttpListenerevent - a HttpConnectedEventHttpConnectedEventpublic void disconnected(HttpDisconnectedEvent event)
disconnected in interface HttpListenerevent - a HttpDisconnectedEventHttpDisconnectedEventpublic void progress(HttpProgressEvent event)
progress in interface HttpListenerevent - a HttpProgressEventHttpProgressEvent
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||