Uses of Class
org.red5.server.net.rtsp.RTSPCode

Packages that use RTSPCode
org.red5.server.net.rtsp   
 

Uses of RTSPCode in org.red5.server.net.rtsp
 

Methods in org.red5.server.net.rtsp that return RTSPCode
static RTSPCode RTSPCode.fromString(String strCode)
          Try to translare a numeric RTSP status code to the corresponding enum value.
 RTSPCode RTSPResponse.getCode()
           
static RTSPCode RTSPCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RTSPCode[] RTSPCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.red5.server.net.rtsp with parameters of type RTSPCode
static RTSPResponse RTSPResponse.errorResponse(RTSPCode errorCode)
          Construct a new RTSPResponse error message.
 void RTSPResponse.setCode(RTSPCode code)
           
 



Copyright © 2006-2009 The Red5 Project