Uses of Interface
com.wowza.wms.vhost.IVHost

Packages that use IVHost
com.wowza.wms.application   
com.wowza.wms.authentication   
com.wowza.wms.client   
com.wowza.wms.http   
com.wowza.wms.httpstreamer.model   
com.wowza.wms.logging   
com.wowza.wms.mediacaster   
com.wowza.wms.module   
com.wowza.wms.rtp.model   
com.wowza.wms.server   
com.wowza.wms.stream   
com.wowza.wms.stream.publish   
com.wowza.wms.vhost   
 

Uses of IVHost in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return IVHost
 IVHost IApplication.getVHost()
          Get the parent vHost object
 IVHost IApplicationInstance.getVHost()
          Get parent vHost
 

Uses of IVHost in com.wowza.wms.authentication
 

Fields in com.wowza.wms.authentication declared as IVHost
protected  IVHost AuthenticateUsernamePasswordProviderBase.vhost
           
 

Methods in com.wowza.wms.authentication that return IVHost
 IVHost AuthenticateUsernamePasswordProviderBase.getVHost()
          Get vhost
 IVHost IAuthenticateUsernamePasswordProvider.getVHost()
          Get vhost
 

Methods in com.wowza.wms.authentication with parameters of type IVHost
 boolean IAuthenticateHTTPProvider.authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
          Called for each HTTP authentication
 void IAuthenticate.init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
          Initialize authentication class when instantiated as part of a vhost
 void AuthenticateUsernamePasswordProviderBase.setVHost(IVHost vhost)
          Set vhost
 void IAuthenticateUsernamePasswordProvider.setVHost(IVHost vhost)
          Set vhost
 

Uses of IVHost in com.wowza.wms.client
 

Methods in com.wowza.wms.client that return IVHost
 IVHost IClient.getVHost()
          Get parent vHost
 

Methods in com.wowza.wms.client with parameters of type IVHost
 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
 boolean HTTProvider2Base.doHTTPAuthentication(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
          Handle authentication request
 void HTTProvider2Base.onBind(IVHost vhost, HostPort hostPort)
          Called when bind is called on port
 void IHTTPProvider.onBind(IVHost vhost, HostPort hostPort)
          Triggered after hostPort binds to socket
 void IHTTPProvider.onHTTPRequest(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
          Triggered for each HTTP request to the given hostPort that is not an RTMPT request.
 void HTTProvider2Base.onUnbind(IVHost vhost, HostPort hostPort)
          Called when unbinid is called on port
 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
 IVHost IHTTPStreamerAdapter.getVHost()
          Get the vhost associated with this adapter
 IVHost IHTTPStreamerApplicationContext.getVHost()
          Get vhost
 IVHost IHTTPStreamerSession.getVHost()
          Get vhost
 

Methods in com.wowza.wms.httpstreamer.model with parameters of type IVHost
 void IHTTPStreamerAdapter.setVHost(IVHost vhost)
          Set the vhost associated with this adapter
 void IHTTPStreamerSession.setVHost(IVHost vhost)
          Set vhost
 

Uses of IVHost in com.wowza.wms.logging
 

Methods in com.wowza.wms.logging with parameters of type IVHost
static WMSLogger WMSLoggerFactory.getLoggerObj(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
 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
protected static IVHost ModuleBase.getVHost(IClient client)
          Get vHost of a client.
 

Uses of IVHost in com.wowza.wms.rtp.model
 

Fields in com.wowza.wms.rtp.model declared as IVHost
protected  IVHost RTPSession.vhost
           
 

Methods in com.wowza.wms.rtp.model that return IVHost
 IVHost RTPContext.getVHost()
          Get vhost
 IVHost RTPSession.getVHost()
          Get vhost
 IVHost RTPSessions.getVHost()
          Get vhost
 IVHost RTPStream.getVHost()
          Get vhost
 

Methods in com.wowza.wms.rtp.model with parameters of type IVHost
 void RTPSession.setVHost(IVHost vhost)
          Set vhost
 

Constructors in com.wowza.wms.rtp.model with parameters of type IVHost
RTPContext(IVHost vhost)
          Constructor
RTPSessions(IVHost vhost)
          Constructor
 

Uses of IVHost in com.wowza.wms.server
 

Methods in com.wowza.wms.server with parameters of type IVHost
 String Server.decodeStorageDir(IVHost vhost, String storageDir)
           
 void Server.onNewVHost(IVHost vhost)
           
 

Uses of IVHost in com.wowza.wms.stream
 

Methods in com.wowza.wms.stream that return IVHost
 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
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 sName)
          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 sName)
          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
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
static void VHostSingleton.notifyVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
          Notify vhost client connect
static 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 IVHostNotify.onVHostCreate(IVHost vhost)
          Triggered when vHost created
 void IVHostNotify.onVHostInit(IVHost vhost)
          Triggered when vHost initialized
 void IVHostNotify.onVHostShutdownComplete(IVHost vhost)
          Triggered at the end of vhost shutdown
 void IVHostNotify.onVHostShutdownStart(IVHost vhost)
          Triggered at the beginning of vhost shutdown
 

Constructors in com.wowza.wms.vhost with parameters of type IVHost
ThreadPool(IVHost vhost, String name)
          Create a new thread pool attached to a vHost.