#include <RTSPMessage_m.h>
Public Methods | |
| rtspRequest (const char *name=NULL) | |
| rtspRequest (const rtspRequest &other) | |
| virtual | ~rtspRequest () |
| rtspRequest & | operator= (const rtspRequest &other) |
| virtual cObject * | dup () const |
| virtual int | getMethod () const |
| virtual void | setMethod (int method) |
| virtual const char * | getDestinationAddress () const |
| virtual void | setDestinationAddress (const char *destinationAddress) |
| virtual const char * | getFileName () const |
| virtual void | setFileName (const char *fileName) |
| virtual double | getRtspVersion () const |
| virtual void | setRtspVersion (double rtspVersion) |
| virtual const char * | getSessionId () const |
| virtual void | setSessionId (const char *sessionId) |
| virtual int | getCseq () const |
| virtual void | setCseq (int cseq) |
| virtual const char * | getTransport () const |
| virtual void | setTransport (const char *transport) |
| virtual const char * | getRange () const |
| virtual void | setRange (const char *range) |
Protected Attributes | |
| int | method |
| opp_string | destinationAddress |
| opp_string | fileName |
| double | rtspVersion |
| opp_string | sessionId |
| int | cseq |
| opp_string | transport |
| opp_string | range |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18