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

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

Uses of IHTTPRequest in com.wowza.wms.authentication
 

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

Uses of IHTTPRequest in com.wowza.wms.http
 

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

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