Uses of Interface
com.wowza.wms.http.IHTTPRequest
Packages that use IHTTPRequest
Package
Description
-
Uses of IHTTPRequest in com.wowza.wms.authentication
Methods in com.wowza.wms.authentication with parameters of type IHTTPRequestModifier and TypeMethodDescriptionboolean
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 IHTTPRequestModifier and TypeMethodDescriptionvoid
IHTTPProvider.addCORSHeaders
(IHTTPRequest req, IHTTPResponse resp) Called to provide CORS Headers to the outputvoid
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.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return IHTTPRequestMethods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPRequestModifier and TypeMethodDescriptionIHTTPSessionFactory.createHTTPSessionInstance
(IHTTPRequest req) void
IHTTPStreamerSession.extractHTTPRequestInfo
(IHTTPRequest req) Extract information from HTTP requestIHTTPStreamerHTTPOriginSessionIdProvider.getHTTPOriginId
(String httpOriginId, IHTTPRequest req, IHTTPStreamerApplicationContext appContext, String oldSessionId, String streamDomainStr, boolean isHTTPOrigin, boolean isDvr, long currTime) void
IHTTPStreamerRequestContext.setRequest
(IHTTPRequest request) -
Uses of IHTTPRequest in com.wowza.wms.manifest.model
Methods in com.wowza.wms.manifest.model with parameters of type IHTTPRequestModifier and TypeMethodDescriptionvoid
ManifestModel.doSubs
(Map<String, Object> params, IHTTPStreamerSession httpStreamerSession, IHTTPRequest req, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo) Does variable replacement within the manifest model based on http request coming in -
Uses of IHTTPRequest in com.wowza.wms.manifest.model.m3u8
Methods in com.wowza.wms.manifest.model.m3u8 with parameters of type IHTTPRequestModifier and TypeMethodDescriptionvoid
MediaPlaylist.doSubs
(Map<String, Object> params, IHTTPStreamerSession httpStreamerSession, IHTTPRequest req, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo) -
Uses of IHTTPRequest in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type IHTTPRequestModifier and TypeMethodDescriptionvoid
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyData
(HTTPStreamerSessionCupertino httpSession, IHTTPRequest req, IHTTPResponse resp, byte[] encKeyData) Called when a key data is requested.void
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyRequest
(HTTPStreamerSessionCupertino httpSession, IHTTPRequest req, IHTTPResponse resp) Called when a key is requested.