Uses of Interface
com.wowza.wms.vhost.IVHost
-
-
Uses of IVHost in com.wowza.io
Methods in com.wowza.io that return IVHost Modifier and Type Method Description IVHost
HTTPByteReaderS3. getVHost()
Methods in com.wowza.io with parameters of type IVHost Modifier and Type Method Description void
HTTPByteReaderS3. setVHost(IVHost vhost)
Constructors in com.wowza.io with parameters of type IVHost Constructor Description HTTPByteReaderS3(String host, int port, IVHost vhost)
-
Uses of IVHost in com.wowza.wms.application
Methods in com.wowza.wms.application that return IVHost Modifier and Type Method Description IVHost
IApplication. getVHost()
Get the parent vHost objectIVHost
IApplicationInstance. getVHost()
Get parent vHost -
Uses of IVHost in com.wowza.wms.authentication
Fields in com.wowza.wms.authentication declared as IVHost Modifier and Type Field Description protected IVHost
AuthenticateUsernamePasswordProviderBase. vhost
Methods in com.wowza.wms.authentication that return IVHost Modifier and Type Method Description IVHost
AuthenticateUsernamePasswordProviderBase. getVHost()
Get vhostIVHost
IAuthenticateUsernamePasswordProvider. getVHost()
Get vhostMethods in com.wowza.wms.authentication with parameters of type IVHost Modifier and Type Method Description boolean
IAuthenticateHTTPProvider. authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
Called for each HTTP authenticationvoid
IAuthenticate. init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
Initialize authentication class when instantiated as part of a vhostvoid
IAuthenticate2. init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
Initialize authentication class when instantiated as part of a vhostvoid
IAuthenticate3. init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
Initialize authentication class when instantiated as part of a vhostvoid
AuthenticateUsernamePasswordProviderBase. setVHost(IVHost vhost)
Set vhostvoid
IAuthenticateUsernamePasswordProvider. setVHost(IVHost vhost)
Set vhost -
Uses of IVHost in com.wowza.wms.client
Methods in com.wowza.wms.client that return IVHost Modifier and Type Method Description IVHost
IClient. getVHost()
Get parent vHostMethods in com.wowza.wms.client with parameters of type IVHost Modifier and Type Method Description void
IClient. reparentClient(IVHost vhost)
Move a client object to a new vhost. -
Uses of IVHost in com.wowza.wms.http
Methods in com.wowza.wms.http with parameters of type IVHost Modifier and Type Method Description void
IHTTPProvider. onBind(IVHost vhost, HostPort hostPort)
Triggered after hostPort binds to socketvoid
IHTTPProvider. onHTTPRequest(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
Triggered for each HTTP request to the given hostPort that is not an RTMPT request.void
IHTTPProvider. onUnbind(IVHost vhost, HostPort hostPort)
Triggered after hostPort unbinds -
Uses of IVHost in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return IVHost Modifier and Type Method Description IVHost
IHTTPStreamerAdapter. getVHost()
Get the vhost associated with this adapterIVHost
IHTTPStreamerApplicationContext. getVHost()
Get vhostIVHost
IHTTPStreamerSession. getVHost()
Get vhostMethods in com.wowza.wms.httpstreamer.model with parameters of type IVHost Modifier and Type Method Description void
IHTTPStreamerAdapter. setVHost(IVHost vhost)
Set the vhost associated with this adaptervoid
IHTTPStreamerSession. setVHost(IVHost vhost)
Set vhost -
Uses of IVHost in com.wowza.wms.livestreamrecord.manager
Methods in com.wowza.wms.livestreamrecord.manager with parameters of type IVHost Modifier and Type Method Description void
ILiveStreamRecordManager. init(IVHost vhost)
Called by vhost init to intialize the LiveStreamRecordManager -
Uses of IVHost in com.wowza.wms.logging
Methods in com.wowza.wms.logging with parameters of type IVHost Modifier and Type Method Description static WMSLogger
WMSLoggerFactory. getLoggerObj(IVHost vhost)
static WMSLogger
WMSLoggerFactory. getLoggerObj(Class classObj, IVHost vhost)
static void
WMSLoggerFactory. initContextLogging(IVHost vhost)
static WMSLogger
WMSLoggerFactory. initializeLogging(String loggingConfigURL, IVHost vhost)
-
Uses of IVHost in com.wowza.wms.mediacaster
Methods in com.wowza.wms.mediacaster that return IVHost Modifier and Type Method Description IVHost
IMediaCaster. getVHost()
Get the virtual host associated with this media caster -
Uses of IVHost in com.wowza.wms.module
Methods in com.wowza.wms.module that return IVHost Modifier and Type Method Description protected static IVHost
ModuleBase. getVHost(IClient client)
Get vHost of a client.Methods in com.wowza.wms.module with parameters of type IVHost Modifier and Type Method Description IApplicationInstance
ServerListenerStreamDemoPublisher. getAppInstance(IVHost vhost, ServerListenerStreamDemoPublisher.DemoPublisherConfig config)
IApplicationInstance
ServerListenerStreamDemoPublisher. getAppInstance(IVHost vhost, String appName, String appInstName)
void
ServerListenerStreamDemoPublisher. onVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
void
ServerListenerStreamDemoPublisher. onVHostCreate(IVHost vhost)
void
ServerListenerStreamDemoPublisher. onVHostInit(IVHost vhost)
void
ServerListenerStreamDemoPublisher. onVHostShutdownComplete(IVHost vhost)
void
ServerListenerStreamDemoPublisher. onVHostShutdownStart(IVHost vhost)
-
Uses of IVHost in com.wowza.wms.pushpublish.model
Methods in com.wowza.wms.pushpublish.model with parameters of type IVHost Modifier and Type Method Description void
IPushPublishProfileUtil. setVHost(IVHost vhost)
Set the VHost associated with this Util classConstructors in com.wowza.wms.pushpublish.model with parameters of type IVHost Constructor Description PushPublishContext(IVHost vhost)
-
Uses of IVHost in com.wowza.wms.pushpublish.protocol.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type IVHost Modifier and Type Method Description void
PushPublishHTTPCupertinoUtil. setVHost(IVHost vhost)
-
Uses of IVHost in com.wowza.wms.pushpublish.protocol.sanjose
Methods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type IVHost Modifier and Type Method Description void
PushPublishHTTPSanJoseAkamaiHandler. setVHost(IVHost vhost)
Deprecated. -
Uses of IVHost in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model declared as IVHost Modifier and Type Field Description protected IVHost
RTPSession. vhost
Methods in com.wowza.wms.rtp.model that return IVHost Modifier and Type Method Description IVHost
RTPContext. getVHost()
Get vhostIVHost
RTPSession. getVHost()
Get vhostIVHost
RTPSessions. getVHost()
Get vhostIVHost
RTPStream. getVHost()
Get vhostMethods in com.wowza.wms.rtp.model with parameters of type IVHost Modifier and Type Method Description void
RTPSession. setVHost(IVHost vhost)
Set vhostConstructors in com.wowza.wms.rtp.model with parameters of type IVHost Constructor Description RTPContext(IVHost vhost)
ConstructorRTPSessions(IVHost vhost)
Constructor -
Uses of IVHost in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return IVHost Modifier and Type Method Description IVHost
MediaStreamMap. getVHost()
Get the parent vHost. -
Uses of IVHost in com.wowza.wms.stream.publish
Methods in com.wowza.wms.stream.publish with parameters of type IVHost Modifier and Type Method Description static Publisher
Publisher. createInstance(IVHost vhost, String applicationName)
static Publisher
Publisher. createInstance(IVHost vhost, String applicationName, String appInstanceName)
static Stream
Stream. createInstance(IVHost vhost, String applicationName, String streamName)
Use this to create a named Stream on the default instance (_definst_) of an application on a particular VHost.static Stream
Stream. createInstance(IVHost vhost, String applicationName, String appInstanceName, String streamName)
Use this to create a named Stream on the non-default instance of an application on a particular VHost.static Stream
Stream. createInstance(IVHost vhost, String applicationName, String appInstanceName, String streamName, String streamType)
Use this to create a named Stream on the non-default instance of an application on a particular VHost. -
Uses of IVHost in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IVHost Modifier and Type Method Description static IVHost
VHostSingleton. getInstance(String vhostName)
Get vHost by name.static IVHost
VHostSingleton. getInstance(String vhostName, boolean doCreate)
Get vHost by name.Methods in com.wowza.wms.vhost with parameters of type IVHost Modifier and Type Method Description static void
VHostSingleton. notifyVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
Notify vhost client connectstatic void
VHostSingleton. notifyVHostCreate(IVHost vhost)
Notify vHost listener of create.static void
VHostSingleton. notifyVHostInit(IVHost vhost)
Notify vHost listener of ini.static void
VHostSingleton. notifyVHostShutdownComplete(IVHost vhost)
Notify vHost listener of destruction.static void
VHostSingleton. notifyVHostShutdownStart(IVHost vhost)
Notify vHost listener of destruction.void
IVHostNotify. onVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
Triggered before a client connects to this virtual host.void
VHostNotifyBase. onVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
void
IVHostNotify. onVHostCreate(IVHost vhost)
Triggered when vHost createdvoid
VHostNotifyBase. onVHostCreate(IVHost vhost)
void
IVHostNotify. onVHostInit(IVHost vhost)
Triggered when vHost initializedvoid
VHostNotifyBase. onVHostInit(IVHost vhost)
void
IVHostNotify. onVHostShutdownComplete(IVHost vhost)
Triggered at the end of vhost shutdownvoid
VHostNotifyBase. onVHostShutdownComplete(IVHost vhost)
void
IVHostNotify. onVHostShutdownStart(IVHost vhost)
Triggered at the beginning of vhost shutdownvoid
VHostNotifyBase. onVHostShutdownStart(IVHost vhost)
Constructors in com.wowza.wms.vhost with parameters of type IVHost Constructor Description HostPortSSLCertificateConfig(HostPortSSLCertificateConfig hostPortSSLCertificateConfig, IVHost vhost)
ThreadPool(IVHost vhost, String name)
Create a new thread pool attached to a vHost.
-