org.elkoserver.foundation.net
Class RTCPRequest
java.lang.Object
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.
|
Method Summary |
String |
toString()
Obtain a printable String representation of this request. |
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
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.