Uses of Interface
com.wowza.wms.netconnection.INetConnectionCallResult
- 
Packages that use INetConnectionCallResult Package Description com.wowza.wms.netconnection 
- 
- 
Uses of INetConnectionCallResult in com.wowza.wms.netconnectionMethods in com.wowza.wms.netconnection that return INetConnectionCallResult Modifier and Type Method Description INetConnectionCallResultINetConnection. getHandshakeResult()Methods in com.wowza.wms.netconnection with parameters of type INetConnectionCallResult Modifier and Type Method Description voidINetConnection. call(String handlerName, INetConnectionCallResult resultObj, Object... params)voidINetConnection. call(String handlerName, IMediaStream stream, INetConnectionCallResult resultObj, Object... params)voidINetConnection. callConnect(INetConnectionCallResult resultObj, AMFDataObj metaData, Object... params)voidINetConnection. connect(String hostname, int port, int timeout, INetConnectionCallResult handshakeResult)voidINetConnection. setHandshakeResult(INetConnectionCallResult handshakeResult)
 
-