Interfaces for protocol-agnostic operations. More...
Static Public Member Functions | |
static BUrlRequest * | MakeRequest (const BUrl &url, BUrlProtocolListener *listener=NULL, BUrlContext *context=NULL) |
Create a BUrlRequest that can handle the given BUrl. More... | |
Interfaces for protocol-agnostic operations.
|
static |
Create a BUrlRequest that can handle the given BUrl.
url | The URL to create a request for |
listener | The BUrlProtocolListener to be registered with the created BUrlRequest, can be NULL |
context | The BUrlContext to be registered with the created BUrlRequest, can be NULL |
NULL
will be returned if there aren't any BUrlRequest that can handle the given protocol or if memory couldn't be allocated.