Uses of Class
com.wowza.wms.vhost.HostPort
Packages that use HostPort
Package
Description
-
Uses of HostPort in com.wowza.wms.client
Methods in com.wowza.wms.client that return HostPortModifier and TypeMethodDescriptionIClient.getServerHostPort()
Get the hostPort object for the connection that is servicing this client -
Uses of HostPort in com.wowza.wms.http
Methods in com.wowza.wms.http with parameters of type HostPort -
Uses of HostPort in com.wowza.wms.server
Methods in com.wowza.wms.server that return HostPortModifier and TypeMethodDescriptionIServer.getCommandInterfaceHostPort()
Get the definition of the command interfaceMethods in com.wowza.wms.server with parameters of type HostPortModifier and TypeMethodDescriptionvoid
IServer.setCommandInterfaceHostPort
(HostPort commandInterfaceHostPort) Set the definition for the command interface. -
Uses of HostPort in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return HostPortModifier and TypeMethodDescriptionHostPortList.get
(int index) Get HostPort object at index, null if out of boundsMethods in com.wowza.wms.vhost with parameters of type HostPortModifier and TypeMethodDescriptionvoid
Add HostPort objectvoid
IVHost.closeHostPort
(HostPort hostPort, boolean isSuspend) Close an individual HostPortvoid
IAcceptorNotify.onAcceptorCreate
(HostPort hostPort, Map acceptorMap) Triggered when a new acceptor is createdvoid
IAcceptorNotify.onAcceptorDestroy
(HostPort hostPort, Map acceptorMap) Triggered when a new acceptor is deletedvoid
IVHost.setAdminInterfaceHostPort
(HostPort adminInterfaceHostPort) Set admin interface host port (not used)boolean
IVHostHTTPStreamerRequestValidator.validateHTTPStreamerRequest
(com.wowza.wms.server.RtmpRequestMessage request, HostPort hostPort, String path)