|
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
public class 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 HttpListener
event
- a HttpConnectedEvent
HttpConnectedEvent
public void disconnected(HttpDisconnectedEvent event)
disconnected
in interface HttpListener
event
- a HttpDisconnectedEvent
HttpDisconnectedEvent
public void progress(HttpProgressEvent event)
progress
in interface HttpListener
event
- a HttpProgressEvent
HttpProgressEvent
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |