Uses of Interface
com.wowza.wms.websocket.model.IWebSocketEventNotify
- 
Packages that use IWebSocketEventNotify Package Description com.wowza.wms.http com.wowza.wms.websocket.model 
- 
- 
Uses of IWebSocketEventNotify in com.wowza.wms.httpMethods in com.wowza.wms.http with parameters of type IWebSocketEventNotify Modifier and Type Method Description voidIHTTPResponse. setUpgradeRequestProtocol(int upgradeRequestProtocol, IWebSocketEventNotify listener)Set the upgrade request protocol, -1 means no upgrade, see UPGRADE_PROTOCOL_*
- 
Uses of IWebSocketEventNotify in com.wowza.wms.websocket.modelSubinterfaces of IWebSocketEventNotify in com.wowza.wms.websocket.model Modifier and Type Interface Description interfaceIWebSocketEventNotify2Classes in com.wowza.wms.websocket.model that implement IWebSocketEventNotify Modifier and Type Class Description classWebSocketEventNotifyBaseMethods in com.wowza.wms.websocket.model that return IWebSocketEventNotify Modifier and Type Method Description IWebSocketEventNotifyIWebSocketSession. getEventListener()Get the listener object that receives WebSockets events
 
-