Uses of Interface
com.wowza.wms.netconnection.INetConnectionCallResult
Packages that use INetConnectionCallResult
-
Uses of INetConnectionCallResult in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection that return INetConnectionCallResultMethods in com.wowza.wms.netconnection with parameters of type INetConnectionCallResultModifier and TypeMethodDescriptionvoid
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)