A B C D E F G H I K L M N O P R S T U V W X

A

AbstractCamera - Class in com.smaxe.me.uv.client.camera
AbstractCamera - abstract camera.
AbstractCamera() - Constructor for class com.smaxe.me.uv.client.camera.AbstractCamera
Constructor.
AbstractMicrophone - Class in com.smaxe.me.uv.client.microphone
AbstractMicrophone - abstract microphone.
AbstractMicrophone() - Constructor for class com.smaxe.me.uv.client.microphone.AbstractMicrophone
Constructor.
add(Object) - Method in class com.smaxe.me.core.Listeners
Adds a new listener.
addEventListener(NetConnection.IListener) - Method in class com.smaxe.me.uv.client.NetConnection
Registers an event listener.
addEventListener(NetStream.IListener) - Method in class com.smaxe.me.uv.client.NetStream
Registers an event listener.
addEventListener(SharedObject.IListener) - Method in class com.smaxe.me.uv.client.SharedObject
Registers an event listener.
addHeader(String, boolean, Object) - Method in class com.smaxe.me.uv.client.NetConnection
Adds a context header to the AMF packet structure.
addListener(ICamera.IListener) - Method in class com.smaxe.me.uv.client.camera.AbstractCamera
Adds a new listener.
addListener(ICamera.IListener) - Method in interface com.smaxe.me.uv.client.ICamera
Adds a new listener.
addListener(IMicrophone.IListener) - Method in interface com.smaxe.me.uv.client.IMicrophone
Adds a new listener.
addListener(IMicrophone.IListener) - Method in class com.smaxe.me.uv.client.microphone.AbstractMicrophone
Adds a new listener.
AMF0 - Static variable in class com.smaxe.me.uv.ObjectEncoding
AMF0
AMF3 - Static variable in class com.smaxe.me.uv.ObjectEncoding
AMF3
APPEND - Static variable in class com.smaxe.me.uv.client.NetStream
APPEND - "append" : publishes and records live data, appending the recorded data to an FLV file with a name that matches the value passed to the name parameter, stored on the server in a subdirectory within the directory that contains the server application.
array - Variable in class com.smaxe.io.ByteArray
array
Array - Class in com.smaxe.me.uv.amf3
Array - array type (supported by AMF3).
Array(Hashtable, Vector) - Constructor for class com.smaxe.me.uv.amf3.Array
Constructor.
array - Variable in class com.smaxe.me.uv.amf3.ArrayCollection
array.
ArrayCollection - Class in com.smaxe.me.uv.amf3
ArrayCollection - flex.messaging.io.ArrayCollection class.
ArrayCollection() - Constructor for class com.smaxe.me.uv.amf3.ArrayCollection
Constructor.
ArrayCollection(Vector) - Constructor for class com.smaxe.me.uv.amf3.ArrayCollection
Constructor.
AsyncWorker - Class in com.smaxe.me.core
AsyncWorker - ExecutorService implementation that executes tasks one by one asynchronously, i.e. in the separate thread.
AsyncWorker(String, int) - Constructor for class com.smaxe.me.core.AsyncWorker
Constructor.
AsyncWorker(String) - Constructor for class com.smaxe.me.core.AsyncWorker
Creates Worker.
AsyncWorker() - Constructor for class com.smaxe.me.core.AsyncWorker
Constructor.
attachAudio(IMicrophone) - Method in class com.smaxe.me.uv.client.NetStream
Specifies an audio stream sent over the INetStream object, from a microphone object passed as the source.
attachCamera(ICamera, int) - Method in class com.smaxe.me.uv.client.NetStream
Starts capturing video from the specified source, or stops capturing if camera is set to null.
attribute - Variable in class com.smaxe.me.uv.client.SharedObject.Change
Changed data attribute.
AUDIO_CODECS - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
AUDIO_CODECS - "audioCodecs" : audio codecs - used as a RTMP server connection parameter.
audioDuration - Variable in class com.smaxe.me.uv.client.NetStream.Info
Duration of audio stream (in milliseconds).
audioFrames - Variable in class com.smaxe.me.uv.client.NetStream.Info
Number of audio frames.
audioSize - Variable in class com.smaxe.me.uv.client.NetStream.Info
Size of the audio frames.
available() - Method in class com.smaxe.io.ByteArrayInputStream
 

B

bufferLength() - Method in interface com.smaxe.me.uv.client.IVideo
Returns the number of seconds of data currently in the buffer.
bufferLength() - Method in class com.smaxe.me.uv.client.NetStream
Returns number of seconds of data currently in the buffer.
bufferLength() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
bufferSize() - Method in class com.smaxe.me.uv.client.NetStream
Returns number of data bytes currently in the buffer.
bufferTime() - Method in class com.smaxe.me.uv.client.NetStream
Returns buffer time.
bufferTime(double) - Method in class com.smaxe.me.uv.client.NetStream
Specifies how long to buffer messages before starting to display the stream.
ByteArray - Class in com.smaxe.io
ByteArray - byte array defined by array, offset and length parameters.
ByteArray(int) - Constructor for class com.smaxe.io.ByteArray
Constructor.
ByteArray(byte[]) - Constructor for class com.smaxe.io.ByteArray
Constructor.
ByteArray(byte[], int) - Constructor for class com.smaxe.io.ByteArray
Constructor.
ByteArray(byte[], int, int) - Constructor for class com.smaxe.io.ByteArray
Constructor.
ByteArrayInputStream - Class in com.smaxe.io
ByteArrayInputStream - InputStream implementation based on byte array.
ByteArrayInputStream(byte[], int) - Constructor for class com.smaxe.io.ByteArrayInputStream
Constructor.
ByteArrayInputStream(ByteArray) - Constructor for class com.smaxe.io.ByteArrayInputStream
Constructor.
ByteArrayInputStream(byte[]) - Constructor for class com.smaxe.io.ByteArrayInputStream
Constructor.
ByteArrayOutputStream - Class in com.smaxe.io
ByteArrayOutputStream - OutputStream implementation based on ByteArray.
ByteArrayOutputStream(byte[], int) - Constructor for class com.smaxe.io.ByteArrayOutputStream
Constructor.
ByteArrayOutputStream(byte[]) - Constructor for class com.smaxe.io.ByteArrayOutputStream
Constructor.
ByteArrayOutputStream(ByteArray) - Constructor for class com.smaxe.io.ByteArrayOutputStream
Constructor.
bytesLoaded() - Method in interface com.smaxe.me.uv.client.IVideo
Returns the number of bytes of data that have been loaded.
bytesLoaded() - Method in class com.smaxe.me.uv.client.NetStream
Returns number of bytes of data that have been loaded.
bytesLoaded() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
bytesTotal() - Method in interface com.smaxe.me.uv.client.IVideo
Returns the total size in bytes of the file being loaded.
bytesTotal() - Method in class com.smaxe.me.uv.client.NetStream
Returns total size (in bytes) of the file being loaded.
bytesTotal() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 

C

call(String, Responder, Object[]) - Method in class com.smaxe.me.uv.client.NetConnection
Invokes a command or method on the server, or on an application server, to which the application instance is connected.
CALL_BADVERSION - Static variable in class com.smaxe.me.uv.client.NetConnection
The URI specified in the NetConnection.connect method did not specify 'rtmp' as the protocol.
CALL_FAILED - Static variable in class com.smaxe.me.uv.client.NetConnection
The NetConnection.call method was not able to invoke the server-side method or command.
CAPABILITIES - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
CAPABILITIES - "capabilities" : capabilities - used as a RTMP server connection parameter.
CHANGE - Static variable in class com.smaxe.me.uv.client.SharedObject.Change
CHANGE - change.
checkConfiguration(Hashtable) - Static method in class com.smaxe.me.uv.client.NetConnection
Checks configuration and returns the configuration to use.
CLASS_NAME - Static variable in class com.smaxe.me.uv.amf3.ArrayCollection
CLASS_NAME - "flex.messaging.io.ArrayCollection"
CLASS_NAME - Static variable in class com.smaxe.me.uv.amf3.ObjectProxy
CLASS_NAME - "flex.messaging.io.ObjectProxy"
ClassLogger - Class in com.smaxe.me.logger.support
ClassLogger - ILogger for class logs.
ClassLogger(String, ILogger) - Constructor for class com.smaxe.me.logger.support.ClassLogger
Constructor.
className - Variable in class com.smaxe.me.uv.amf.ClassObject
class name.
ClassObject - Class in com.smaxe.me.uv.amf
ClassObject - class object.
ClassObject(String, Hashtable) - Constructor for class com.smaxe.me.uv.amf.ClassObject
Constructor.
ClassObject(String) - Constructor for class com.smaxe.me.uv.amf.ClassObject
Constructor.
ClassObject() - Constructor for class com.smaxe.me.uv.amf.ClassObject
Constructor.
clear() - Method in class com.smaxe.me.core.Listeners
Clears listeners array.
clear() - Method in interface com.smaxe.me.uv.client.IVideo
Clears video state.
CLEAR - Static variable in class com.smaxe.me.uv.client.SharedObject.Change
CLEAR - clear.
clear() - Method in class com.smaxe.me.uv.client.SharedObject
For local shared objects, purges all of the data and deletes the shared object from the disk.
clear() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
CLEAR_FAILED - Static variable in class com.smaxe.me.uv.client.NetStream
A recorded stream failed to delete.
CLEAR_SUCCESS - Static variable in class com.smaxe.me.uv.client.NetStream
A recorded stream was deleted successfully.
clearBuffer() - Method in class com.smaxe.me.uv.client.NetStream
Clears buffer.
clearPlayBuffer() - Method in interface com.smaxe.me.uv.client.IVideo
Clears video play buffer.
clearPlayBuffer() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
client(Object) - Method in class com.smaxe.me.uv.client.NetConnection
Sets the object on which callback methods should be invoked.
client() - Method in class com.smaxe.me.uv.client.NetConnection
Returns the object on which callback methods should be invoked.
client(Object) - Method in class com.smaxe.me.uv.client.NetStream
Sets the object on which callback methods should be invoked.
client() - Method in class com.smaxe.me.uv.client.NetStream
Returns the object on which callback methods should be invoked.
client(Object) - Method in class com.smaxe.me.uv.client.SharedObject
Sets the object on which callback methods should be invoked.
client() - Method in class com.smaxe.me.uv.client.SharedObject
Returns the object on which callback methods should be invoked.
close() - Method in class com.smaxe.me.uv.client.NetConnection
Closes the connection.
close() - Method in class com.smaxe.me.uv.client.NetStream
Stops playing all data on the stream, sets the time property to 0, and makes the stream available for another use.
close() - Method in class com.smaxe.me.uv.client.SharedObject
Closes the connection between a remote shared object and the server.
code - Variable in class com.smaxe.me.uv.client.SharedObject.Change
Change code (one of CONNECT, CLEAR, CHANGE, STATUS constants).
com.smaxe.io - package com.smaxe.io
 
com.smaxe.me.core - package com.smaxe.me.core
 
com.smaxe.me.io - package com.smaxe.me.io
 
com.smaxe.me.logger - package com.smaxe.me.logger
 
com.smaxe.me.logger.support - package com.smaxe.me.logger.support
 
com.smaxe.me.uv - package com.smaxe.me.uv
 
com.smaxe.me.uv.amf - package com.smaxe.me.uv.amf
 
com.smaxe.me.uv.amf.support - package com.smaxe.me.uv.amf.support
 
com.smaxe.me.uv.amf3 - package com.smaxe.me.uv.amf3
 
com.smaxe.me.uv.client - package com.smaxe.me.uv.client
JUV RTMP Client (J2ME edition) core classes: NetConnection, NetStream, SharedObject
com.smaxe.me.uv.client.camera - package com.smaxe.me.uv.client.camera
 
com.smaxe.me.uv.client.microphone - package com.smaxe.me.uv.client.microphone
 
com.smaxe.me.uv.client.video - package com.smaxe.me.uv.client.video
 
com.smaxe.me.uv.invoker - package com.smaxe.me.uv.invoker
 
com.smaxe.me.uv.invoker.support - package com.smaxe.me.uv.invoker.support
 
com.smaxe.me.uv.stream - package com.smaxe.me.uv.stream
 
com.smaxe.me.uv.stream.support - package com.smaxe.me.uv.stream.support
 
configuration() - Method in class com.smaxe.me.uv.client.NetConnection
Returns NetConnection configuration.
connect(String, Object[]) - Method in class com.smaxe.me.uv.client.NetConnection
Opens a connection to a server.
CONNECT - Static variable in class com.smaxe.me.uv.client.SharedObject.Change
CONNECT - connect.
connect(NetConnection, String) - Method in class com.smaxe.me.uv.client.SharedObject
Connects to a remote shared object on the server through the specified connection.
CONNECT_APPSHUTDOWN - Static variable in class com.smaxe.me.uv.client.NetConnection
The application has been shut down (for example, if the application is out of memory resources and must shut down to prevent the server from crashing) or the server has shut down.
CONNECT_BANDWIDTH - Static variable in class com.smaxe.me.uv.client.NetConnection
Connection bandwidth.
CONNECT_CLOSED - Static variable in class com.smaxe.me.uv.client.NetConnection
The connection was closed successfully
CONNECT_FAILED - Static variable in class com.smaxe.me.uv.client.NetConnection
The connection attempt failed.
CONNECT_INVALID_APPLICATION - Static variable in class com.smaxe.me.uv.client.NetConnection
The application name specified during connect is invalid.
CONNECT_REJECTED - Static variable in class com.smaxe.me.uv.client.NetConnection
The client does not have permission to connect to the application, the application expected different parameters from those that were passed, or the application name specified during the connection attempt was not found on the server.
CONNECT_SUCCESS - Static variable in class com.smaxe.me.uv.client.NetConnection
The connection attempt succeeded.
connected() - Method in class com.smaxe.me.uv.client.NetConnection
Checks if it is connected to the server.
connectedProxyType() - Method in class com.smaxe.me.uv.client.NetConnection
If a successful connection is made, indicates the method that was used to make it: a direct connection, the CONNECT method, or HTTP tunneling.
CONNECTION_PARAMETERS - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
CONNECTION_PARAMETERS - "connectionParameters": socket connection parameters, i.e.
content - Variable in class com.smaxe.me.uv.amf.XMLDocument
XML Document content.
createDefaultConfiguration() - Static method in class com.smaxe.me.uv.client.NetConnection
Creates default configuration.
createNullLogger() - Static method in class com.smaxe.me.logger.support.Loggers
Creates 'Null' logger, i.e. logger which ignores all log messages.
createSoLogger(int, String) - Static method in class com.smaxe.me.logger.support.Loggers
Creates logger to the System.out.
currentFPS() - Method in class com.smaxe.me.uv.client.NetStream
Returns the number of frames per second being displayed.

D

data() - Method in class com.smaxe.me.uv.client.SharedObject
Returns shared object data.
DATA_START - Static variable in class com.smaxe.me.uv.client.NetStream
 
DateTimeLogger - Class in com.smaxe.me.logger.support
DateTimeLogger
DateTimeLogger(ILogger) - Constructor for class com.smaxe.me.logger.support.DateTimeLogger
Constructor.
DEBUG - Static variable in interface com.smaxe.me.logger.ILogger
DEBUG - 0 : debug level.
defaultObjectEncoding - Static variable in class com.smaxe.me.uv.client.NetConnection
Default object encoding.
defaultObjectEncoding - Static variable in class com.smaxe.me.uv.client.SharedObject
Default object encoding.

E

EmptyLogger - Class in com.smaxe.me.logger.support
EmptyLogger - empty ILogger implementation.
EmptyLogger() - Constructor for class com.smaxe.me.logger.support.EmptyLogger
Constructor.
EmptyVideo - Class in com.smaxe.me.uv.client.video
EmptyVideo - empty IVideo.
EmptyVideo() - Constructor for class com.smaxe.me.uv.client.video.EmptyVideo
Constructor.
ENABLE_ACKNOWLEDGEMENT_EVENT_NOTIFICATION - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
ENABLE_ACKNOWLEDGEMENT_EVENT_NOTIFICATION - "enableAcknowledgementEventNotification": enables "NetConnection.Connect.Bandwidth" event notification on every 'acknowledgement' message received from the server (default: false).
ENABLE_MEDIA_STREAM_ABSOLUTE_TIMESTAMP - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
ENABLE_MEDIA_STREAM_ABSOLUTE_TIMESTAMP - "enableMediaStreamAbsoluteTimestamp": (default: false).
ENABLE_RTMPT_FCS_IDENT - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
ENABLE_RTMPT_FCS_IDENT - "enableRtmptFcsIdent": enables "/fcs/ident2" message sent at start of the RTMPT session (default: false)
equals(Object) - Method in class com.smaxe.me.uv.amf.ClassObject
 
equals(Object) - Method in class com.smaxe.me.uv.amf.Undefined
 
equals(Object) - Method in class com.smaxe.me.uv.amf.XMLDocument
 
equals(Object) - Method in class com.smaxe.me.uv.amf3.Array
 
equals(Object) - Method in class com.smaxe.me.uv.amf3.ArrayCollection
 
equals(Object) - Method in class com.smaxe.me.uv.amf3.ObjectProxy
 
ERROR - Static variable in interface com.smaxe.me.logger.ILogger
ERROR - 3 : error level.
execute(Runnable) - Method in class com.smaxe.me.core.AsyncWorker
 
execute(Runnable) - Method in interface com.smaxe.me.core.Executor
Executes the given task at some time in the future.
execute(Runnable) - Method in class com.smaxe.me.core.SyncWorker
 
Executor - Interface in com.smaxe.me.core
Executor - executor.
ExecutorService - Interface in com.smaxe.me.core
ExecutorService - Executor service.
Externalizable - Interface in com.smaxe.me.io
Externalizable - externalizable.

F

FAILED - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt to use a Stream method (at client-side) failed
FilterLevelLogger - Class in com.smaxe.me.logger.support
FilterLevelLogger - level filter ILogger.
FilterLevelLogger(int, ILogger) - Constructor for class com.smaxe.me.logger.support.FilterLevelLogger
Constructor.
fireOnAsyncError(String, Exception) - Method in class com.smaxe.me.uv.client.SharedObject
Fires 'On Async Error' event.
fireOnAudioData(MediaData) - Method in class com.smaxe.me.uv.client.microphone.AbstractMicrophone
Fires 'onAudioData' on all listeners (for use in subclasses).
fireOnNetStatus(Hashtable) - Method in class com.smaxe.me.uv.client.SharedObject
Fires 'On Net Status' event.
fireOnSync(Vector) - Method in class com.smaxe.me.uv.client.SharedObject
Fires 'On Sync' event.
fireOnVideoData(MediaData) - Method in class com.smaxe.me.uv.client.camera.AbstractCamera
Fires 'onVideoData' on all listeners (for use in subclasses).
FLASH_VER - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
FLASH_VER - "flashVer" : flash version - used as a RTMP server connection parameter.
flush(int) - Method in class com.smaxe.me.uv.client.SharedObject
Immediately writes a locally persistent shared object to a local file.
FPAD - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
FPAD - "fpad" : fpad value - used as a RTMP server connection parameter.
fps() - Method in interface com.smaxe.me.uv.client.IVideo
Returns current fps.
fps(int) - Method in class com.smaxe.me.uv.client.SharedObject
Specifies the number of times per second that a client's changes to a shared object are sent to the server.
fps() - Method in class com.smaxe.me.uv.client.SharedObject
Returns fps.
fps() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 

G

get(Object) - Method in class com.smaxe.me.core.LinkedHashtable
 
get() - Method in class com.smaxe.me.core.Listeners
Returns listener objects.
getArray() - Method in class com.smaxe.io.ByteArrayInputStream
 
getArray() - Method in class com.smaxe.io.ByteArrayOutputStream
 
getCamera() - Method in class com.smaxe.me.uv.client.NetStream
Returns ICamera associated with the stream.
getClassName(Externalizable) - Method in interface com.smaxe.me.uv.amf.IObjectCreator
Returns class name of the e.
getClassName(Externalizable) - Method in class com.smaxe.me.uv.amf.support.ObjectCreator
 
getExternalizable(String) - Method in interface com.smaxe.me.uv.amf.IObjectCreator
Creates Externalizable instance which corresponds to the className.
getExternalizable(String) - Method in class com.smaxe.me.uv.amf.support.ObjectCreator
 
getInfo() - Method in class com.smaxe.me.uv.client.NetConnection
Returns connection info (read/written bytes/packets).
getInfo() - Method in class com.smaxe.me.uv.client.NetStream
Returns overall stream info.
getMicrophone() - Method in class com.smaxe.me.uv.client.NetStream
Returns IMicrophone associated with the stream.
getName() - Method in class com.smaxe.me.uv.client.SharedObject
Returns shared object name.
getName() - Method in class com.smaxe.me.uv.ObjectEncoding
Returns encoding name.
getPosition() - Method in class com.smaxe.io.ByteArrayInputStream
 
getProductVersion() - Static method in class com.smaxe.me.uv.client.License
Returns product version.
getRead() - Method in class com.smaxe.io.ByteArrayInputStream
 
getStreamInfo() - Method in class com.smaxe.me.uv.client.NetStream
 
getUploadBufferSize() - Method in class com.smaxe.me.uv.client.NetConnection
Returns upload buffer size.
getVideo() - Method in class com.smaxe.me.uv.client.NetStream
Returns IVideo associated with the stream.
getWritten() - Method in class com.smaxe.io.ByteArrayOutputStream
 

H

HANDSHAKE_TIMEOUT - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
HANDSHAKE_TIMEOUT - "handshakeTimeout" : timeout (in seconds) for the handshake phase of the protocol (default: 30 seconds).
hasAbsoluteTimestamp() - Method in class com.smaxe.me.uv.stream.MediaData
Checks if rtime defines absolute stream timestamp (rather than 'relative' time).
hashCode() - Method in class com.smaxe.me.uv.amf.ClassObject
 
hashCode() - Method in class com.smaxe.me.uv.amf.Undefined
 
hashCode() - Method in class com.smaxe.me.uv.amf.XMLDocument
 
hashCode() - Method in class com.smaxe.me.uv.amf3.Array
 
hashCode() - Method in class com.smaxe.me.uv.amf3.ArrayCollection
 
hashCode() - Method in class com.smaxe.me.uv.amf3.ObjectProxy
 

I

ICamera - Interface in com.smaxe.me.uv.client
ICamera -
ICamera.IListener - Interface in com.smaxe.me.uv.client
IListener - camera listener.
ICamera.ListenerAdapter - Class in com.smaxe.me.uv.client
ListenerAdapter - ICamera.IListener adapter.
ICamera.ListenerAdapter() - Constructor for class com.smaxe.me.uv.client.ICamera.ListenerAdapter
Constructor.
ILogger - Interface in com.smaxe.me.logger
ILogger - logger interface.
IMethodInvoker - Interface in com.smaxe.me.uv.invoker
IMethodInvoker - responsible for the class method invocation.
IMethodInvoker.CallbackAdapter - Class in com.smaxe.me.uv.invoker
CallbackAdapter - IMethodInvoker.ICallback adapter.
IMethodInvoker.CallbackAdapter() - Constructor for class com.smaxe.me.uv.invoker.IMethodInvoker.CallbackAdapter
Constructor.
IMethodInvoker.ICallback - Interface in com.smaxe.me.uv.invoker
ICallback - IMethodInvoker callback.
IMicrophone - Interface in com.smaxe.me.uv.client
IMicrophone - microphone.
IMicrophone.IListener - Interface in com.smaxe.me.uv.client
IListener - microphone listener.
IMicrophone.ListenerAdapter - Class in com.smaxe.me.uv.client
ListenerAdapter - IMicrophone.IListener adapter.
IMicrophone.ListenerAdapter() - Constructor for class com.smaxe.me.uv.client.IMicrophone.ListenerAdapter
Constructor.
INACTIVITY_TIMEOUT - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
INACTIVITY_TIMEOUT - "inactivityTimeout" : timeout (in seconds) for rtmp protocol connection, i.e. if data is not received during this timeout, the connection is considered disconnected (default: -1, disabled).
INFO - Static variable in interface com.smaxe.me.logger.ILogger
INFO - 1 : info level.
INSTANCE - Static variable in class com.smaxe.me.uv.amf.Undefined
INSTANCE - instance.
INVALID_ARGUMENT - Static variable in class com.smaxe.me.uv.client.NetStream
Invalid arguments were passed to a NetStream method.
invoke(Object, String, IMethodInvoker.ICallback, Object[]) - Method in interface com.smaxe.me.uv.invoker.IMethodInvoker
Invokes method with the args of the object o.
invoke(Object, String, IMethodInvoker.ICallback, Object[]) - Method in class com.smaxe.me.uv.invoker.support.MethodInvoker
 
IO_TIMEOUT - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
IO_TIMEOUT - "IOTimeout" : I/O timeout (in milliseconds) (default: 50 milliseconds)
IObjectCreator - Interface in com.smaxe.me.uv.amf
IObjectCreator - responsible for creation objects from ClassObject.
isPersistent() - Method in class com.smaxe.me.uv.client.SharedObject
Checks if shared object is persistent.
IVideo - Interface in com.smaxe.me.uv.client
IVideo - video object.

K

keys() - Method in class com.smaxe.me.core.LinkedHashtable
 

L

length - Variable in class com.smaxe.io.ByteArray
length
LEVEL - Static variable in interface com.smaxe.me.logger.ILogger
LEVEL - level string.
License - Class in com.smaxe.me.uv.client
License - JUV RTMP Client (J2ME edition) library license key.
LinkedHashtable - Class in com.smaxe.me.core
LinkedHashtable - linked hashtable.
LinkedHashtable() - Constructor for class com.smaxe.me.core.LinkedHashtable
Constructor.
LinkedHashtable(int) - Constructor for class com.smaxe.me.core.LinkedHashtable
Constructor.
LinkedHashtable(Hashtable) - Constructor for class com.smaxe.me.core.LinkedHashtable
Constructor.
list - Variable in class com.smaxe.me.uv.amf3.Array
dense portion of the array.
Listeners - Class in com.smaxe.me.core
Listeners - listeners.
Listeners() - Constructor for class com.smaxe.me.core.Listeners
Constructor.
LIVE - Static variable in class com.smaxe.me.uv.client.NetStream
LIVE - "live" : publishes live data without recording it.
liveDelay() - Method in interface com.smaxe.me.uv.client.IVideo
Returns the number of seconds of data in the subscribing stream's buffer in live (unbuffered) mode.
liveDelay() - Method in class com.smaxe.me.uv.client.NetStream
Returns the number of seconds of data in the subscribing stream's buffer in live (unbuffered) mode.
liveDelay() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
log(int, String, Throwable, Object[]) - Method in interface com.smaxe.me.logger.ILogger
Logs the message.
log(int, String, Throwable, Object[]) - Method in class com.smaxe.me.logger.support.ClassLogger
 
log(int, String, Throwable, Object[]) - Method in class com.smaxe.me.logger.support.DateTimeLogger
 
log(int, String, Throwable, Object[]) - Method in class com.smaxe.me.logger.support.EmptyLogger
 
log(int, String, Throwable, Object[]) - Method in class com.smaxe.me.logger.support.FilterLevelLogger
 
log(int, String, Throwable, Object[]) - Method in class com.smaxe.me.logger.support.PrintStreamLogger
 
LOGGER - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
LOGGER - "logger" : responsible for logging.
Loggers - Class in com.smaxe.me.logger.support
Loggers - ILogger factory.

M

map - Variable in class com.smaxe.me.uv.amf3.Array
associative portion of array.
MAX_RTMP_PACKET_SIZE - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
MAX_RTMP_PACKET_SIZE - "maxRtmpPacketSize": max RTMP packet size that is processed by the library (default: 1MiB).
MAX_UPLOAD_BANDWIDTH - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
MAX_UPLOAD_BANDWIDTH - "maxUploadBandwidth": max upload bandwidth (default: -1) Note:
- The library will try to do not exceed max value by sending large video/flv frames in chunks.
MediaData - Class in com.smaxe.me.uv.stream
MediaData - media (audio/video/flv) data.
MediaData() - Constructor for class com.smaxe.me.uv.stream.MediaData
Constructor.
MediaData(int) - Constructor for class com.smaxe.me.uv.stream.MediaData
Constructor.
MediaData(int, long) - Constructor for class com.smaxe.me.uv.stream.MediaData
Constructor.
MediaDataByteArray - Class in com.smaxe.me.uv.stream.support
MediaDataByteArray - MediaData implementation based on ByteArray.
MediaDataByteArray(int, ByteArray) - Constructor for class com.smaxe.me.uv.stream.support.MediaDataByteArray
Constructor.
MediaDataByteArray(int, long, ByteArray) - Constructor for class com.smaxe.me.uv.stream.support.MediaDataByteArray
Constructor.
MediaDataByteArray(ByteArray) - Constructor for class com.smaxe.me.uv.stream.support.MediaDataByteArray
Constructor.
METHOD_INVOKER - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
METHOD_INVOKER - "methodInvoker" : responsible for methods invocation.
MethodInvoker - Class in com.smaxe.me.uv.invoker.support
MethodInvoker - IMethodInvoker implementation
MethodInvoker() - Constructor for class com.smaxe.me.uv.invoker.support.MethodInvoker
Constructor.
MethodInvoker(ILogger) - Constructor for class com.smaxe.me.uv.invoker.support.MethodInvoker
Constructor.

N

NetConnection - Class in com.smaxe.me.uv.client
NetConnection - Net Connection.
NetConnection() - Constructor for class com.smaxe.me.uv.client.NetConnection
Constructor.
NetConnection(Hashtable) - Constructor for class com.smaxe.me.uv.client.NetConnection
Constructor.
NetConnection(Hashtable, ExecutorService) - Constructor for class com.smaxe.me.uv.client.NetConnection
Constructor.
NetConnection.Configuration - Class in com.smaxe.me.uv.client
Configuration - NetConnection configuration constants.
NetConnection.IListener - Interface in com.smaxe.me.uv.client
IListener - NetConnection listener.
NetConnection.ListenerAdapter - Class in com.smaxe.me.uv.client
ListenerAdapter - NetConnection.IListener adapter.
NetConnection.ListenerAdapter() - Constructor for class com.smaxe.me.uv.client.NetConnection.ListenerAdapter
Constructor.
NetStream - Class in com.smaxe.me.uv.client
NetStream - net stream.
NetStream(NetConnection) - Constructor for class com.smaxe.me.uv.client.NetStream
Constructor.
NetStream.IListener - Interface in com.smaxe.me.uv.client
IListener - NetStream listener.
NetStream.Info - Class in com.smaxe.me.uv.client
Info - INetStream stream info.
NetStream.Info(long, long, long, long, long, long) - Constructor for class com.smaxe.me.uv.client.NetStream.Info
Constructor.
NetStream.Info() - Constructor for class com.smaxe.me.uv.client.NetStream.Info
Constructor.
NetStream.ListenerAdapter - Class in com.smaxe.me.uv.client
ListenerAdapter - NetStream.IListener adapter.
NetStream.ListenerAdapter() - Constructor for class com.smaxe.me.uv.client.NetStream.ListenerAdapter
Constructor.
newValue - Variable in class com.smaxe.me.uv.client.SharedObject.Change
New value.

O

object - Variable in class com.smaxe.me.uv.amf3.ObjectProxy
object fields.
OBJECT_CREATOR - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
OBJECT_CREATOR - "objectCreator" : responsible for creating custom objects.
ObjectCreator - Class in com.smaxe.me.uv.amf.support
ObjectCreator - default IObjectCreator implementation.
ObjectCreator() - Constructor for class com.smaxe.me.uv.amf.support.ObjectCreator
Constructor.
ObjectCreator(ILogger) - Constructor for class com.smaxe.me.uv.amf.support.ObjectCreator
Constructor.
objectEncoding() - Method in class com.smaxe.me.uv.client.NetConnection
Returns object encoding.
objectEncoding(ObjectEncoding) - Method in class com.smaxe.me.uv.client.NetConnection
The object encoding (AMF version).
objectEncoding() - Method in class com.smaxe.me.uv.client.NetStream
Returns object encoding.
objectEncoding() - Method in class com.smaxe.me.uv.client.SharedObject
Returns object encoding.
objectEncoding(ObjectEncoding) - Method in class com.smaxe.me.uv.client.SharedObject
The object encoding (AMF version).
ObjectEncoding - Class in com.smaxe.me.uv
ObjectEncoding
ObjectInput - Interface in com.smaxe.me.io
ObjectInput - DataInput extension interface to include reading of objects.
ObjectOutput - Interface in com.smaxe.me.io
ObjectOutput - DataOutput extension interface to include writing of objects.
ObjectProxy - Class in com.smaxe.me.uv.amf3
ObjectProxy - flex.messaging.io.ObjectProxy class.
ObjectProxy() - Constructor for class com.smaxe.me.uv.amf3.ObjectProxy
Constructor.
ObjectProxy(Hashtable) - Constructor for class com.smaxe.me.uv.amf3.ObjectProxy
Constructor.
offset - Variable in class com.smaxe.io.ByteArray
offset
oldValue - Variable in class com.smaxe.me.uv.client.SharedObject.Change
Old value.
onAsyncError(NetConnection, String, Exception) - Method in interface com.smaxe.me.uv.client.NetConnection.IListener
Notifies about an exception that is thrown asynchronously (from native asynchronous code).
onAsyncError(NetConnection, String, Exception) - Method in class com.smaxe.me.uv.client.NetConnection.ListenerAdapter
 
onAsyncError(NetStream, String, Exception) - Method in interface com.smaxe.me.uv.client.NetStream.IListener
Notifies about an exception that is thrown asynchronously (from native asynchronous code).
onAsyncError(NetStream, String, Exception) - Method in class com.smaxe.me.uv.client.NetStream.ListenerAdapter
 
onAsyncError(SharedObject, String, Exception) - Method in interface com.smaxe.me.uv.client.SharedObject.IListener
Notifies about an exception that is thrown asynchronously (from native asynchronous code).
onAsyncError(SharedObject, String, Exception) - Method in class com.smaxe.me.uv.client.SharedObject.ListenerAdapter
 
onAudioData(MediaData) - Method in interface com.smaxe.me.uv.client.IMicrophone.IListener
Notifies about audio data.
onAudioData(MediaData) - Method in class com.smaxe.me.uv.client.IMicrophone.ListenerAdapter
 
onAudioData(MediaData) - Method in interface com.smaxe.me.uv.client.IVideo
Notifies about available audio frame.
onAudioData(MediaData) - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
onCuePoint(Object) - Method in interface com.smaxe.me.uv.client.IVideo
Notifies about stream's cue point.
onCuePoint(NetStream, Hashtable) - Method in interface com.smaxe.me.uv.client.NetStream.IListener
Invoked when an embedded cue point is reached while playing an FLV file.
onCuePoint(NetStream, Hashtable) - Method in class com.smaxe.me.uv.client.NetStream.ListenerAdapter
 
onCuePoint(Object) - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
onException(Exception) - Method in class com.smaxe.me.uv.invoker.IMethodInvoker.CallbackAdapter
 
onException(Exception) - Method in interface com.smaxe.me.uv.invoker.IMethodInvoker.ICallback
Notifies about the thrown exception.
onFlvData(MediaData) - Method in interface com.smaxe.me.uv.client.IVideo
Notifies about available flv-data.
onFlvData(MediaData) - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
onIOError(NetConnection, String) - Method in interface com.smaxe.me.uv.client.NetConnection.IListener
Notifies about an input/output error occured that causes a network operation to fail.
onIOError(NetConnection, String) - Method in class com.smaxe.me.uv.client.NetConnection.ListenerAdapter
 
onIOError(NetStream, String) - Method in interface com.smaxe.me.uv.client.NetStream.IListener
Notifies about an input/output error occured that causes a network operation to fail.
onIOError(NetStream, String) - Method in class com.smaxe.me.uv.client.NetStream.ListenerAdapter
 
onMetaData(Object) - Method in interface com.smaxe.me.uv.client.IVideo
Notifies about stream's metadata.
onMetaData(NetStream, Hashtable) - Method in interface com.smaxe.me.uv.client.NetStream.IListener
Notifies when descriptive information embedded in the FLV file being played is received.
onMetaData(NetStream, Hashtable) - Method in class com.smaxe.me.uv.client.NetStream.ListenerAdapter
 
onMetaData(Object) - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
onNetStatus(NetConnection, Hashtable) - Method in interface com.smaxe.me.uv.client.NetConnection.IListener
Notifies about the status info change.
onNetStatus(NetConnection, Hashtable) - Method in class com.smaxe.me.uv.client.NetConnection.ListenerAdapter
 
onNetStatus(NetStream, Hashtable) - Method in interface com.smaxe.me.uv.client.NetStream.IListener
Notifies about the status info change.
onNetStatus(NetStream, Hashtable) - Method in class com.smaxe.me.uv.client.NetStream.ListenerAdapter
 
onNetStatus(SharedObject, Hashtable) - Method in interface com.smaxe.me.uv.client.SharedObject.IListener
Notifies about the status info change.
onNetStatus(SharedObject, Hashtable) - Method in class com.smaxe.me.uv.client.SharedObject.ListenerAdapter
 
onPlayStatus(NetStream, Hashtable) - Method in interface com.smaxe.me.uv.client.NetStream.IListener
Notifies that NetStream object has completely played a stream.
onPlayStatus(NetStream, Hashtable) - Method in class com.smaxe.me.uv.client.NetStream.ListenerAdapter
 
onResult(Object) - Method in class com.smaxe.me.uv.invoker.IMethodInvoker.CallbackAdapter
 
onResult(Object) - Method in interface com.smaxe.me.uv.invoker.IMethodInvoker.ICallback
Notifies about the result o.
onResult(Object) - Method in interface com.smaxe.me.uv.Responder
Notifies about the result.
onSecurityError(NetConnection, String) - Method in interface com.smaxe.me.uv.client.NetConnection.IListener
Notifies about the attempt to connect to a server outside the caller's security sandbox.
onSecurityError(NetConnection, String) - Method in class com.smaxe.me.uv.client.NetConnection.ListenerAdapter
 
onSetDataFrame(String, Object) - Method in interface com.smaxe.me.uv.client.IVideo
Notifies about "@setDataFrame" frame.
onSetDataFrame(String, Object) - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
onStatus(Hashtable) - Method in interface com.smaxe.me.uv.Responder
Notifies about the status.
onSync(SharedObject, Vector) - Method in interface com.smaxe.me.uv.client.SharedObject.IListener
Notifies that remote shared object (SharedObject) has been updated by the server.
onSync(SharedObject, Vector) - Method in class com.smaxe.me.uv.client.SharedObject.ListenerAdapter
 
onVideoData(MediaData) - Method in interface com.smaxe.me.uv.client.ICamera.IListener
Notifies about a new video data frame.
onVideoData(MediaData) - Method in class com.smaxe.me.uv.client.ICamera.ListenerAdapter
 
onVideoData(MediaData) - Method in interface com.smaxe.me.uv.client.IVideo
Notifies about available video frame.
onVideoData(MediaData) - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 

P

PAGE_URL - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
PAGE_URL - "pageUrl" : page url - used as a RTMP server connection parameter.
pause() - Method in class com.smaxe.me.uv.client.NetStream
Pauses playback of a video stream.
PAUSE_NOTIFY - Static variable in class com.smaxe.me.uv.client.NetStream
The subscriber has used the seek command to move to a particular location in the recorded stream.
payload - Variable in class com.smaxe.me.uv.stream.support.MediaDataByteArray
Media data payload.
play(IVideo, Object) - Method in class com.smaxe.me.uv.client.NetStream
Begins playback of external audio or a video (FLV) file.
PLAY_COMPLETE - Static variable in class com.smaxe.me.uv.client.NetStream
Playlist playback is complete.
PLAY_FAILED - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt to play back a stream failed
PLAY_FILE_STRUCTURE_INVALID - Static variable in class com.smaxe.me.uv.client.NetStream
This event is sent if the player detects an MP4 with an invalid file structure.
PLAY_INSUFFICIENT_BW - Static variable in class com.smaxe.me.uv.client.NetStream
Data is playing behind the normal speed
PLAY_NO_SUPPORTED_TRACK_FOUND - Static variable in class com.smaxe.me.uv.client.NetStream
This event is sent if the player does not detect any supported tracks.
PLAY_PUBLISH_NOTIFY - Static variable in class com.smaxe.me.uv.client.NetStream
The initial publish to a stream was successful.
PLAY_RESET - Static variable in class com.smaxe.me.uv.client.NetStream
A playlist was reset
PLAY_START - Static variable in class com.smaxe.me.uv.client.NetStream
Play was started
PLAY_STOP - Static variable in class com.smaxe.me.uv.client.NetStream
Play was stopped
PLAY_STREAM_NOT_FOUND - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt was made to play a stream that does not exist
PLAY_SWITCH - Static variable in class com.smaxe.me.uv.client.NetStream
Playlist playback switched from one stream to another.
PLAY_UNPUBLISH_NOTIFY - Static variable in class com.smaxe.me.uv.client.NetStream
An unpublish from a stream was successful.
PrintStreamLogger - Class in com.smaxe.me.logger.support
PrintStreamLogger - ILogger implementation which logs messages to the PrintStream.
PrintStreamLogger() - Constructor for class com.smaxe.me.logger.support.PrintStreamLogger
Constructor.
PrintStreamLogger(PrintStream) - Constructor for class com.smaxe.me.logger.support.PrintStreamLogger
Constructor.
propertyValues - Variable in class com.smaxe.me.uv.amf.ClassObject
[property, value] pairs.
PROXY_TYPE_BEST - Static variable in class com.smaxe.me.uv.client.NetConnection
PROXY_TYPE_BEST - "best"
PROXY_TYPE_CONNECT - Static variable in class com.smaxe.me.uv.client.NetConnection
PROXY_TYPE_CONNECT - "CONNECT"
PROXY_TYPE_HTTP - Static variable in class com.smaxe.me.uv.client.NetConnection
PROXY_TYPE_HTTP - "HTTP"
PROXY_TYPE_NONE - Static variable in class com.smaxe.me.uv.client.NetConnection
PROXY_TYPE_NONE - "none"
proxyType() - Method in class com.smaxe.me.uv.client.NetConnection
Returns proxy type.
proxyType(String) - Method in class com.smaxe.me.uv.client.NetConnection
Determines whether native SSL is used for RTMPS instead of HTTPS, and whether the CONNECT method of tunneling is used to connect through a proxy server.
publish(String, String) - Method in class com.smaxe.me.uv.client.NetStream
Sends streaming audio, video, and text messages from a client to a server.
PUBLISH_BADNAME - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt was made to publish a stream that is already being published by someone else.
PUBLISH_START - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt to publish was successful.
put(Object, Object) - Method in class com.smaxe.me.core.LinkedHashtable
 

R

read(long) - Method in class com.smaxe.io.ByteArrayInputStream
Reads n bytes into the new byte array.
read() - Method in class com.smaxe.io.ByteArrayInputStream
 
read(byte[], int, int) - Method in class com.smaxe.io.ByteArrayInputStream
 
read() - Method in class com.smaxe.me.uv.stream.MediaData
Returns InputStream to read media data.
read() - Method in class com.smaxe.me.uv.stream.support.MediaDataByteArray
 
readBoolean() - Method in class com.smaxe.io.ByteArrayInputStream
 
readByte() - Method in class com.smaxe.io.ByteArrayInputStream
 
readChar() - Method in class com.smaxe.io.ByteArrayInputStream
 
readDouble() - Method in class com.smaxe.io.ByteArrayInputStream
 
readExternal(ObjectInput) - Method in interface com.smaxe.me.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFloat() - Method in class com.smaxe.io.ByteArrayInputStream
 
readFully(byte[]) - Method in class com.smaxe.io.ByteArrayInputStream
 
readFully(byte[], int, int) - Method in class com.smaxe.io.ByteArrayInputStream
 
readInt() - Method in class com.smaxe.io.ByteArrayInputStream
 
readLine() - Method in class com.smaxe.io.ByteArrayInputStream
 
readLong() - Method in class com.smaxe.io.ByteArrayInputStream
 
readObject() - Method in interface com.smaxe.me.io.ObjectInput
Read and return an object.
readShort() - Method in class com.smaxe.io.ByteArrayInputStream
 
readUnsignedByte() - Method in class com.smaxe.io.ByteArrayInputStream
 
readUnsignedShort() - Method in class com.smaxe.io.ByteArrayInputStream
 
readUTF() - Method in class com.smaxe.io.ByteArrayInputStream
 
RECEIVE_BUFFER_SIZE - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
RECEIVE_BUFFER_SIZE - "rcvBufSize" : receive buffer size in bytes (default: 8KiB).
receiveAudio(boolean) - Method in class com.smaxe.me.uv.client.NetStream
Specifies whether incoming audio plays on the stream.
receiveVideo(boolean) - Method in class com.smaxe.me.uv.client.NetStream
Specifies whether incoming video plays on the stream.
RECORD - Static variable in class com.smaxe.me.uv.client.NetStream
RECORD - "record" : publishes and records live data, saving the recorded data to a new FLV file with a name matching the value passed to the name parameter.
RECORD_FAILED - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt to record a stream failed
RECORD_NOACCESS - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt was made to record a read-only stream
RECORD_START - Static variable in class com.smaxe.me.uv.client.NetStream
Recording was started
RECORD_STOP - Static variable in class com.smaxe.me.uv.client.NetStream
Recording was stopped
remove(Object) - Method in class com.smaxe.me.core.Listeners
Removes the listener.
removeEventListener(NetConnection.IListener) - Method in class com.smaxe.me.uv.client.NetConnection
Removes the listener.
removeEventListener(NetStream.IListener) - Method in class com.smaxe.me.uv.client.NetStream
Removes the listener.
removeEventListener(SharedObject.IListener) - Method in class com.smaxe.me.uv.client.SharedObject
Removes the listener.
removeListener(ICamera.IListener) - Method in class com.smaxe.me.uv.client.camera.AbstractCamera
Removes the listener.
removeListener(ICamera.IListener) - Method in interface com.smaxe.me.uv.client.ICamera
Removes the listener.
removeListener(IMicrophone.IListener) - Method in interface com.smaxe.me.uv.client.IMicrophone
Removes the listener.
removeListener(IMicrophone.IListener) - Method in class com.smaxe.me.uv.client.microphone.AbstractMicrophone
Removes the listener.
reset() - Method in interface com.smaxe.me.uv.client.IVideo
Resets video.
reset() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
Responder - Interface in com.smaxe.me.uv
Responder - interface which allows handling of values returned from the client/server (in the NetConnection#call(String, Object[], Responder)).
resume() - Method in class com.smaxe.me.uv.client.NetStream
Resumes playback of a video stream that is paused.
rtime - Variable in class com.smaxe.me.uv.stream.MediaData
Video frame relative time (since the last frame time) in milliseconds.

S

seek(long) - Method in class com.smaxe.io.ByteArrayInputStream
 
seek(double) - Method in class com.smaxe.me.uv.client.NetStream
Seeks the keyframe closest to the specified location (an offset, in seconds, from the beginning of the stream).
SEEK_FAILED - Static variable in class com.smaxe.me.uv.client.NetStream
The stream doesn't support seeking.
SEEK_NOTIFY - Static variable in class com.smaxe.me.uv.client.NetStream
The subscriber has used the seek command to move to a particular location in the recorded stream.
send(String, Object[]) - Method in class com.smaxe.me.uv.client.NetStream
Sends a message on the specified stream to all subscribing clients.
send(String, Object[]) - Method in class com.smaxe.me.uv.client.SharedObject
Broadcasts a message to all clients connected to the specified remote shared object, including the client that sent the message.
SEND_BUFFER_SIZE - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SEND_BUFFER_SIZE - "sndBufSize" : send buffer size in bytes (default: 8KiB).
SET_FIRST_MEDIA_FRAME_RTIME_TO_ZERO - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SET_FIRST_MEDIA_FRAME_RTIME_TO_ZERO - "setFirstMediaFrameRtimeToZero": (default: true).
setDirty(String) - Method in class com.smaxe.me.uv.client.SharedObject
Indicates to the server that the value of a property in the shared object has changed.
setKey(String) - Static method in class com.smaxe.me.uv.client.License
Sets license key.
setMaxUploadBandwidth(int) - Method in class com.smaxe.me.uv.client.NetConnection
Sets max upload bandwidth (in bytes per second).
setProperty(String, Object) - Method in class com.smaxe.me.uv.client.SharedObject
Updates the value of a property in a shared object and indicates to the server that the value of the property has changed.
setStreamInfo(NetStreamInfo) - Method in class com.smaxe.me.uv.client.NetStream
 
SharedObject - Class in com.smaxe.me.uv.client
SharedObject - remote shared object implementation.
SharedObject(String, boolean) - Constructor for class com.smaxe.me.uv.client.SharedObject
Constructor.
SharedObject(String) - Constructor for class com.smaxe.me.uv.client.SharedObject
Constructor.
SharedObject.Change - Class in com.smaxe.me.uv.client
Change - change event item.
SharedObject.Change(int, String, Object, Object) - Constructor for class com.smaxe.me.uv.client.SharedObject.Change
Constructor.
SharedObject.Change(int) - Constructor for class com.smaxe.me.uv.client.SharedObject.Change
Constructor.
SharedObject.IListener - Interface in com.smaxe.me.uv.client
IListener - SharedObject listener.
SharedObject.ListenerAdapter - Class in com.smaxe.me.uv.client
ListenerAdapter - SharedObject.IListener adapter.
SharedObject.ListenerAdapter() - Constructor for class com.smaxe.me.uv.client.SharedObject.ListenerAdapter
Constructor.
shutdown() - Method in class com.smaxe.me.core.AsyncWorker
 
shutdown() - Method in interface com.smaxe.me.core.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class com.smaxe.me.core.SyncWorker
 
size() - Method in class com.smaxe.me.uv.client.SharedObject
Returns current size of the shared object, in bytes.
size() - Method in class com.smaxe.me.uv.stream.MediaData
Returns media data size (including tag byte).
size() - Method in class com.smaxe.me.uv.stream.support.MediaDataByteArray
 
skip(long) - Method in class com.smaxe.io.ByteArrayInputStream
 
skipBytes(int) - Method in class com.smaxe.io.ByteArrayInputStream
 
SOCKET_CONNECTION_DELAY - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SOCKET_CONNECTION_DELAY - "socketConnectionDelay": 'Delay' socket option (detault: 0).
SOCKET_CONNECTION_KEEP_ALIVE - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SOCKET_CONNECTION_KEEP_ALIVE - "socketConnectionKeepAlive": 'Keep Alive' socket option (detault: 1).
SOCKET_CONNECTION_LINGER - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SOCKET_CONNECTION_LINGER - "socketConnectionLinger": 'Linger' socket option (default: 5).
SOCKET_CONNECTION_RCVBUF - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SOCKET_CONNECTION_RCVBUF - "socketConnectionRcvBuf": 'Receive Buffer Size' socket option (default: 8KB).
SOCKET_CONNECTION_SNDBUF - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SOCKET_CONNECTION_SNDBUF - "socketConnectionSndBuf": 'Send Buffer Size' socket option (default: 8KB).
STATUS - Static variable in class com.smaxe.me.uv.client.SharedObject.Change
STATUS - status.
STREAM_BUFFER_SIZE - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
STREAM_BUFFER_SIZE - "streamBufSize" : audio/video stream buffer size in bytes (default: 32KiB).
SWF_URL - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
SWF_URL - "swfUrl" : swf url - used as a RTMP server connection parameter.
SyncWorker - Class in com.smaxe.me.core
SyncWorker - ExecutorService implementation that executes tasks synchronously, i.e. in the thread that executes the task.
SyncWorker() - Constructor for class com.smaxe.me.core.SyncWorker
Constructor.

T

tag() - Method in class com.smaxe.me.uv.stream.MediaData
Returns video data tag.
tag() - Method in class com.smaxe.me.uv.stream.support.MediaDataByteArray
 
time() - Method in interface com.smaxe.me.uv.client.IVideo
Returns the position of the playhead, in seconds.
time() - Method in class com.smaxe.me.uv.client.NetStream
Returns position of the playhead (in seconds).
time() - Method in class com.smaxe.me.uv.client.video.EmptyVideo
 
timestamp - Variable in class com.smaxe.me.uv.stream.MediaData
Video frame stream time (since the stream start time) in milliseconds.
toClassObject(Object) - Method in interface com.smaxe.me.uv.amf.IObjectCreator
Converts o to the ClassObject instance.
toClassObject(Object) - Method in class com.smaxe.me.uv.amf.support.ObjectCreator
 
togglePause() - Method in class com.smaxe.me.uv.client.NetStream
Pauses or resumes playback of a stream.
toObject(ClassObject) - Method in interface com.smaxe.me.uv.amf.IObjectCreator
Converts co to the custom type object.
toObject(ClassObject) - Method in class com.smaxe.me.uv.amf.support.ObjectCreator
 
toString() - Method in class com.smaxe.me.core.LinkedHashtable
 
toString() - Method in class com.smaxe.me.uv.amf.ClassObject
 
toString() - Method in class com.smaxe.me.uv.amf.Undefined
 
toString() - Method in class com.smaxe.me.uv.amf.UnknownType
 
toString() - Method in class com.smaxe.me.uv.amf.XMLDocument
 
toString() - Method in class com.smaxe.me.uv.client.NetStream.Info
 
toString() - Method in class com.smaxe.me.uv.client.SharedObject.Change
 
toString() - Method in class com.smaxe.me.uv.ObjectEncoding
 
toString() - Method in class com.smaxe.me.uv.stream.MediaData
 
type - Variable in class com.smaxe.me.uv.amf.UnknownType
data type identifier.

U

Undefined - Class in com.smaxe.me.uv.amf
Undefined - Undefined constant.
UnknownType - Class in com.smaxe.me.uv.amf
UnknownType - unknown type.
UnknownType(int) - Constructor for class com.smaxe.me.uv.amf.UnknownType
Constructor.
UNPAUSE_NOTIFY - Static variable in class com.smaxe.me.uv.client.NetStream
Publishing has stopped.
UNPUBLISH_SUCCESS - Static variable in class com.smaxe.me.uv.client.NetStream
An attempt to unpublish was successful
uri() - Method in class com.smaxe.me.uv.client.NetConnection
The URI of the application server that was passed to INetConnection#connect(String, Object[]), if INetConnection#connect(String, Object[]) was used to connect to a server.
USE_HTTP_CONNECTION - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
USE_HTTP_CONNECTION - "useHttpConnection": use http connection (for RTMPT protocols) flag (default: false)
usingTLS() - Method in class com.smaxe.me.uv.client.NetConnection
Indicates whether a secure connection was made using native Transport Layer Security (TLS) rather than HTTPS.

V

VIDEO_CODECS - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
VIDEO_CODECS - "videoCodecs" : video codecs - used as a RTMP server connection parameter.
VIDEO_FUNCTION - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
VIDEO_FUNCTION - "videoFunction" : video function - used as a RTMP server connection parameter.
videoDuration - Variable in class com.smaxe.me.uv.client.NetStream.Info
Duration of video stream (in milliseconds).
videoFrames - Variable in class com.smaxe.me.uv.client.NetStream.Info
Number of video frames.
videoSize - Variable in class com.smaxe.me.uv.client.NetStream.Info
Size of the video frames.

W

WARN - Static variable in interface com.smaxe.me.logger.ILogger
WARN - 2 : warning level.
WINDOW_ACKNOWLEDGEMENT_SIZE - Static variable in class com.smaxe.me.uv.client.NetConnection.Configuration
WINDOW_ACKNOWLEDGEMENT_SIZE - "windowAcknowledgementSize": 'Window Acknowledgement Size' values defines 'Acknowledgement' event notification period in bytes read by server (default: 128KiB).
write(int) - Method in class com.smaxe.io.ByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.smaxe.io.ByteArrayOutputStream
 
write(OutputStream, int, int) - Method in class com.smaxe.me.uv.stream.MediaData
Writes video data to the os.
write(OutputStream, int, int) - Method in class com.smaxe.me.uv.stream.support.MediaDataByteArray
 
writeBoolean(boolean) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeByte(int) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeBytes(String) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeChar(int) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeChars(String) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeContent(ByteArrayOutputStream, IContentProvider) - Static method in class com.smaxe.io.ByteArrayOutputStream
Writes content with content 4-bytes 'length' prefix, i.e.
writeDouble(double) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeExternal(ObjectOutput) - Method in interface com.smaxe.me.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFloat(float) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeInt(int) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeLong(long) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeObject(Object) - Method in interface com.smaxe.me.io.ObjectOutput
Writes an object to the underlying storage or stream.
writeShort(int) - Method in class com.smaxe.io.ByteArrayOutputStream
 
writeUTF(String) - Method in class com.smaxe.io.ByteArrayOutputStream
 

X

XMLDocument - Class in com.smaxe.me.uv.amf
XMLDocument - XMLDocument type.
XMLDocument(String) - Constructor for class com.smaxe.me.uv.amf.XMLDocument
Constructor.

A B C D E F G H I K L M N O P R S T U V W X