|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHTTPProvider
IHTTPProvider: HTTP provider class for a given HostPort definition. Receive all HTTP requests that are not RTMPT requests. See IHTTPProvider2 for the extended version of this interface.
| Method Summary | |
|---|---|
void |
onBind(IVHost vhost,
HostPort hostPort)
Triggered after hostPort binds to socket |
void |
onHTTPRequest(IVHost vhost,
IHTTPRequest req,
IHTTPResponse resp)
Triggered for each HTTP request to the given hostPort that is not an RTMPT request. |
void |
onUnbind(IVHost vhost,
HostPort hostPort)
Triggered after hostPort unbinds |
void |
setProperties(WMSProperties properties)
Called to provide properties set in configuration files |
| Method Detail |
|---|
void onBind(IVHost vhost,
HostPort hostPort)
vhost - parent vhosthostPort - host port definition
void onHTTPRequest(IVHost vhost,
IHTTPRequest req,
IHTTPResponse resp)
vhost - parent vhostreq - HTML requestion objectresp - HTML response object
void onUnbind(IVHost vhost,
HostPort hostPort)
vhost - parent vhosthostPort - host port definitionvoid setProperties(WMSProperties properties)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||