Uses of Class
com.wowza.wms.vhost.HostPortConfig
-
Packages that use HostPortConfig Package Description com.wowza.wms.mediacaster com.wowza.wms.vhost -
-
Uses of HostPortConfig in com.wowza.wms.mediacaster
Methods in com.wowza.wms.mediacaster that return HostPortConfig Modifier and Type Method Description HostPortConfig
MediaCasterSettings. getMediaCasterHostPortConfig()
Get media caster host port configMethods in com.wowza.wms.mediacaster with parameters of type HostPortConfig Modifier and Type Method Description void
MediaCasterSettings. setMediaCasterHostPortConfig(HostPortConfig mediaCasterHostPortConfig)
Set media caster host port config -
Uses of HostPortConfig in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return HostPortConfig Modifier and Type Method Description HostPortConfig
HostPort. getConfiguation()
Get the socket configurationHostPortConfig
IVHost. getNetConnectionHostPortConfig()
Get the socket configuration for server to server connections
-