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)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Current server version with revision
  • Constructor Summary

    Constructors
    Constructor
    Description
    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

    Modifier and Type
    Method
    Description
    static String
    Returns the current version with revision number

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Red5Client

      public 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 Details

    • getVersion

      public static String getVersion()
      Returns the current version with revision number
      Returns:
      String version