Uses of Interface
com.wowza.wms.http.IHTTPResponse
- 
Packages that use IHTTPResponse Package Description com.wowza.wms.authentication com.wowza.wms.http com.wowza.wms.httpstreamer.model com.wowza.wms.module 
- 
- 
Uses of IHTTPResponse in com.wowza.wms.authenticationMethods in com.wowza.wms.authentication with parameters of type IHTTPResponse Modifier and Type Method Description booleanIAuthenticateHTTPProvider. authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)Called for each HTTP authentication
- 
Uses of IHTTPResponse in com.wowza.wms.httpMethods in com.wowza.wms.http with parameters of type IHTTPResponse Modifier and Type Method Description voidIHTTPProvider. addCORSHeaders(IHTTPRequest req, IHTTPResponse resp)Called to provide CORS Headers to the outputvoidIHTTPProvider. addCORSHeaders(IHTTPResponse resp)Called to provide CORS Headers to the output, no dynamic CORS outputvoidIHTTPProvider. addDateHeader(IHTTPResponse resp)Called to provide Date Header to the outputvoidIHTTPProvider. onHTTPRequest(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)Triggered for each HTTP request to the given hostPort that is not an RTMPT request.
- 
Uses of IHTTPResponse in com.wowza.wms.httpstreamer.modelMethods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPResponse Modifier and Type Method Description voidIHTTPStreamerSession. addUserHTTPHeaders(IHTTPResponse resp)InternalvoidIHTTPStreamerSession. doSessionRedirect(IHTTPResponse resp)InternalvoidIHTTPStreamerSession. doSessionRedirect(IHTTPResponse resp, String redirectSessionURL, String redirectSessionContentType, int redirectSessionCode)Internal
- 
Uses of IHTTPResponse in com.wowza.wms.moduleMethods in com.wowza.wms.module with parameters of type IHTTPResponse Modifier and Type Method Description voidIModuleOnHTTPCupertinoEncryption. onHTTPCupertinoEncryptionKeyData(HTTPStreamerSessionCupertino httpSession, IHTTPRequest req, IHTTPResponse resp, byte[] encKeyData)Called when a key data is requested.voidIModuleOnHTTPCupertinoEncryption. onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession, IHTTPRequest req, IHTTPResponse resp)Called when a key is requested.
 
-