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.clientMethods in com.wowza.wms.client that return HostPort Modifier and Type Method Description HostPortIClient. getServerHostPort()Get the hostPort object for the connection that is servicing this client
- 
Uses of HostPort in com.wowza.wms.httpMethods in com.wowza.wms.http with parameters of type HostPort Modifier and Type Method Description voidIHTTPProvider. onBind(IVHost vhost, HostPort hostPort)Triggered after hostPort binds to socketvoidIHTTPProvider. onUnbind(IVHost vhost, HostPort hostPort)Triggered after hostPort unbinds
- 
Uses of HostPort in com.wowza.wms.serverMethods in com.wowza.wms.server that return HostPort Modifier and Type Method Description HostPortIServer. getCommandInterfaceHostPort()Get the definition of the command interfaceMethods in com.wowza.wms.server with parameters of type HostPort Modifier and Type Method Description voidIServer. setCommandInterfaceHostPort(HostPort commandInterfaceHostPort)Set the definition for the command interface.
- 
Uses of HostPort in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return HostPort Modifier and Type Method Description HostPortHostPortList. 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 voidHostPortList. add(HostPort hostPort)Add HostPort objectvoidIVHost. closeHostPort(HostPort hostPort, boolean isSuspend)Close an individual HostPortvoidIAcceptorNotify. onAcceptorCreate(HostPort hostPort, java.util.Map acceptorMap)Triggered when a new acceptor is createdvoidIAcceptorNotify. onAcceptorDestroy(HostPort hostPort, java.util.Map acceptorMap)Triggered when a new acceptor is deletedvoidIVHost. setAdminInterfaceHostPort(HostPort adminInterfaceHostPort)Set admin interface host port (not used)booleanIVHostHTTPStreamerRequestValidator. validateHTTPStreamerRequest(com.wowza.wms.server.RtmpRequestMessage request, HostPort hostPort, String path)
 
-