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.netconnection
Methods in com.wowza.wms.netconnection that return INetConnectionCallResult Modifier and Type Method Description INetConnectionCallResult
INetConnection. getHandshakeResult()
Methods in com.wowza.wms.netconnection with parameters of type INetConnectionCallResult Modifier and Type Method Description void
INetConnection. call(String handlerName, INetConnectionCallResult resultObj, Object... params)
void
INetConnection. call(String handlerName, IMediaStream stream, INetConnectionCallResult resultObj, Object... params)
void
INetConnection. callConnect(INetConnectionCallResult resultObj, AMFDataObj metaData, Object... params)
void
INetConnection. connect(String hostname, int port, int timeout, INetConnectionCallResult handshakeResult)
void
INetConnection. setHandshakeResult(INetConnectionCallResult handshakeResult)
-