|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientResourceHandler
A client resource handler
| Method Summary | |
|---|---|
void |
modifyRequest(HttpHeader header)
Modify the request sent to the server, used to add "Expect: 100 Continue" and similar. |
void |
transfer(WebConnection wc,
ClientResourceTransferredListener crtl)
Transfer the resouce data |
| Method Detail |
|---|
void modifyRequest(HttpHeader header)
header - the HttpHeader to be modified by this client request.
void transfer(WebConnection wc,
ClientResourceTransferredListener crtl)
wc - the web connection to send the resource tocrtl - the listener that want to know when the resource
have been sent or when a failure have occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||