A C F G I O P R S

A

addHTTPHeader(String, String) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Add an HTTP header to all future HTTP requests.
addHTTPHeaderNames() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Get a list of the HTTP header names
addListener(IFlashRemotingNotify) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Add a listener to this session (see IFlashRemotingNotify)
APPENDTOURL - Static variable in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
 

C

call(String, Object...) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Call a remote method
call(String, IFlashRemoteResponse, Object...) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Call a remote method
close() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Close this session
com.wowza.wms.plugin.flashremoting - package com.wowza.wms.plugin.flashremoting
 
createInstance(IVHost, String) - Static method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Creates a new Flash Remote session that uses the sources of vhost and connects to the server specified by url.
CRLFTEST - Static variable in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
 

F

FlashRemoteMessage - Class in com.wowza.wms.plugin.flashremoting
 
FlashRemoteMessage() - Constructor for class com.wowza.wms.plugin.flashremoting.FlashRemoteMessage
 
FlashRemoteResponseReader - Class in com.wowza.wms.plugin.flashremoting
 
FlashRemoteResponseReader(byte[], int) - Constructor for class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
FlashRemoteSession - Class in com.wowza.wms.plugin.flashremoting
FlashRemoteSession: Main interface into Flash Remoting API.
FlashRemoteSession() - Constructor for class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
 
flush() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Flush the current calls.

G

getAMF(long) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
getByte() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
getConnectionTimeout() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Get the HTTP connection timeout (milliseconds)
getHTTPHeader(String) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Get an HTTP header value
getInt() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
getShort() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
getString() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 

I

IFlashRemoteResponse - Interface in com.wowza.wms.plugin.flashremoting
IFlashRemoteResponse: Interface for FlashRemoteSession calls.
IFlashRemotingNotify - Interface in com.wowza.wms.plugin.flashremoting
IFlashRemotingNotify: FlashRemoteSession listener interface.
inc(int) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
isAsynchronous() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Return true is session is asynchronous

O

onFailure(String, int, String) - Method in interface com.wowza.wms.plugin.flashremoting.IFlashRemoteResponse
Called if the Flash Remote call failed.
onHeader(String, AMFData) - Method in interface com.wowza.wms.plugin.flashremoting.IFlashRemotingNotify
Called for each header message
onMessage(String, String, AMFData) - Method in interface com.wowza.wms.plugin.flashremoting.IFlashRemotingNotify
Called for each message
onRequestFailure(int, String) - Method in interface com.wowza.wms.plugin.flashremoting.IFlashRemotingNotify
Called if the FlashRemote call fails
onResult(String, AMFData) - Method in interface com.wowza.wms.plugin.flashremoting.IFlashRemoteResponse
Called if the Flash Remote call returns a value and the call was successful.

P

position() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
position(int) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 

R

remaining() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 
removeListener(IFlashRemotingNotify) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Remove a listener to this session (see IFlashRemotingNotify)
run() - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Internal for asynchronous operation

S

setAsynchronous(boolean) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Set the session to be either synchronous or asynchronous (default is false)
setConnectionTimeout(int) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteSession
Set the HTTP connection timeout (milliseconds)
skip(int) - Method in class com.wowza.wms.plugin.flashremoting.FlashRemoteResponseReader
 

A C F G I O P R S