org.elkoserver.foundation.net
Class RTCPRequest

java.lang.Object
  extended by org.elkoserver.foundation.net.RTCPRequest

public class RTCPRequest
extends Object

An RTCP request descriptor, obtained by parsing the lines of text in an RTCP request as they are received.


Field Summary
static int VERB_ACK
           
static int VERB_END
           
static int VERB_ERROR
           
static int VERB_MESSAGE
           
static int VERB_RESUME
           
static int VERB_START
           
 
Method Summary
 String toString()
          Obtain a printable String representation of this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERB_START

public static final int VERB_START
See Also:
Constant Field Values

VERB_RESUME

public static final int VERB_RESUME
See Also:
Constant Field Values

VERB_ACK

public static final int VERB_ACK
See Also:
Constant Field Values

VERB_MESSAGE

public static final int VERB_MESSAGE
See Also:
Constant Field Values

VERB_END

public static final int VERB_END
See Also:
Constant Field Values

VERB_ERROR

public static final int VERB_ERROR
See Also:
Constant Field Values
Method Detail

toString

public String toString()
Obtain a printable String representation of this request.

Overrides:
toString in class Object
Returns:
a printable dump of the request state.