Uses of Class
com.wowza.wms.vhost.HostPort
-
Packages that use HostPort Package Description com.wowza.wms.client com.wowza.wms.http com.wowza.wms.server com.wowza.wms.vhost -
-
Uses of HostPort in com.wowza.wms.client
Methods in com.wowza.wms.client that return HostPort Modifier and Type Method Description HostPort
IClient. 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 Modifier and Type Method Description void
IHTTPProvider. onBind(IVHost vhost, HostPort hostPort)
Triggered after hostPort binds to socketvoid
IHTTPProvider. onUnbind(IVHost vhost, HostPort hostPort)
Triggered after hostPort unbinds -
Uses of HostPort in com.wowza.wms.server
Methods in com.wowza.wms.server that return HostPort Modifier and Type Method Description HostPort
IServer. getCommandInterfaceHostPort()
Get the definition of the command interfaceMethods in com.wowza.wms.server with parameters of type HostPort Modifier and Type Method Description void
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 HostPort Modifier and Type Method Description HostPort
HostPortList. get(int index)
Get HostPort object at index, null if out of boundsMethods in com.wowza.wms.vhost with parameters of type HostPort Modifier and Type Method Description void
HostPortList. add(HostPort hostPort)
Add HostPort objectvoid
IVHost. closeHostPort(HostPort hostPort, boolean isSuspend)
Close an individual HostPortvoid
IAcceptorNotify. onAcceptorCreate(HostPort hostPort, java.util.Map acceptorMap)
Triggered when a new acceptor is createdvoid
IAcceptorNotify. onAcceptorDestroy(HostPort hostPort, java.util.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)
-