public interface IModuleOnHTTPCupertinoStreamingSession
IModuleOnHTTPSession: method interface for HTTP Cupertino Streaming session create/destroy.
| Modifier and Type | Method and Description |
|---|---|
void |
onHTTPCupertinoStreamingSessionCreate(HTTPStreamerSessionCupertino httpCupertinoStreamingSession)
Invoked when an HTTP Cupertino Streaming session is created.
|
void |
onHTTPCupertinoStreamingSessionDestroy(HTTPStreamerSessionCupertino httpCupertinoStreamingSession)
Invoked when an HTTP Cupertino Streaming session is destroyed.
|
void onHTTPCupertinoStreamingSessionCreate(HTTPStreamerSessionCupertino httpCupertinoStreamingSession)
httpCupertinoStreamingSession - httpCupertinoStreamingSessionvoid onHTTPCupertinoStreamingSessionDestroy(HTTPStreamerSessionCupertino httpCupertinoStreamingSession)
httpCupertinoStreamingSession - httpCupertinoStreamingSession