Uses of Class
org.red5.server.stream.AbstractStream.State

Packages that use AbstractStream.State
org.red5.server.stream   
 

Uses of AbstractStream.State in org.red5.server.stream
 

Fields in org.red5.server.stream declared as AbstractStream.State
protected  AbstractStream.State AbstractStream.state
          Current state
 

Methods in org.red5.server.stream that return AbstractStream.State
static AbstractStream.State AbstractStream.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractStream.State[] AbstractStream.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2010 The Red5 Project