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.http
Methods in com.wowza.wms.http with parameters of type IWebSocketEventNotify Modifier and Type Method Description void
IHTTPResponse. 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.model
Subinterfaces of IWebSocketEventNotify in com.wowza.wms.websocket.model Modifier and Type Interface Description interface
IWebSocketEventNotify2
Classes in com.wowza.wms.websocket.model that implement IWebSocketEventNotify Modifier and Type Class Description class
WebSocketEventNotifyBase
Methods in com.wowza.wms.websocket.model that return IWebSocketEventNotify Modifier and Type Method Description IWebSocketEventNotify
IWebSocketSession. getEventListener()
Get the listener object that receives WebSockets events
-