Uses of Class
com.wowza.wms.vhost.HostPort

Packages that use HostPort
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
 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
 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 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 HostPort in com.wowza.wms.server
 

Methods in com.wowza.wms.server that return HostPort
 HostPort IServer.getCommandInterfaceHostPort()
          Get the definition of the command interface
 HostPort Server.getCommandInterfaceHostPort()
           
 

Methods in com.wowza.wms.server with parameters of type HostPort
 void IServer.setCommandInterfaceHostPort(HostPort commandInterfaceHostPort)
          Set the definition for the command interface.
 void Server.setCommandInterfaceHostPort(HostPort commandInterfaceHostPort)
           
 

Uses of HostPort in com.wowza.wms.vhost
 

Methods in com.wowza.wms.vhost that return HostPort
 HostPort HostPortList.get(int index)
          Get HostPort object at index, null if out of bounds
 

Methods in com.wowza.wms.vhost with parameters of type HostPort
 void HostPortList.add(HostPort hostPort)
          Add HostPort object
 void IVHost.closeHostPort(HostPort hostPort, boolean isSuspend)
          Close an individual HostPort
 void IAcceptorNotify.onAcceptorCreate(HostPort hostPort, java.util.Map acceptorMap)
          Triggered when a new acceptor is created
 void IAcceptorNotify.onAcceptorDestroy(HostPort hostPort, java.util.Map acceptorMap)
          Triggered when a new acceptor is deleted
 void IVHost.setAdminInterfaceHostPort(HostPort adminInterfaceHostPort)
          Set admin interface host port (not used)