Uses of Interface
com.wowza.wms.http.IHTTPResponse

Packages that use IHTTPResponse
com.wowza.wms.authentication   
com.wowza.wms.http   
com.wowza.wms.module   
 

Uses of IHTTPResponse in com.wowza.wms.authentication
 

Methods in com.wowza.wms.authentication with parameters of type IHTTPResponse
 boolean IAuthenticateHTTPProvider.authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
          Called for each HTTP authentication
 

Uses of IHTTPResponse in com.wowza.wms.http
 

Methods in com.wowza.wms.http with parameters of type IHTTPResponse
 boolean HTTProvider2Base.doHTTPAuthentication(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
          Handle authentication request
 void IHTTPProvider.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.module
 

Methods in com.wowza.wms.module with parameters of type IHTTPResponse
 void IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession, IHTTPRequest req, IHTTPResponse resp)
          Called when a key is requested.