Package org.red5.client
Class Red5Client
- java.lang.Object
-
- org.red5.client.Red5Client
-
public final class Red5Client extends Object
Utility class for accessing Red5 "client" objects.- Author:
- The Red5 Project, Paul Gregoire (mondain@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description Red5Client()Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope from anywhere
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetVersion()Returns the current version with revision number
-
-
-
Field Detail
-
VERSION
public static final String VERSION
Current server version with revision- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the current version with revision number- Returns:
- String version
-
-