| auth | GstRtspServer.RTSPAuth | r/w | the current auth object or None | 
| client | GstRtspServer.RTSPClient | r/w | the client | 
| conn | GstRtsp.RTSPConnection | r/w | the connection | 
| factory | GstRtspServer.RTSPMediaFactory | r/w | the media factory for the url, can be None | 
| media | GstRtspServer.RTSPMedia | r/w | the media for the url can be None | 
| method | GstRtsp.RTSPMethod | r/w | the parsed method of uri | 
| request | GstRtsp.RTSPMessage | r/w | the complete GstRtsp.request | 
| response | GstRtsp.RTSPMessage | r/w | the GstRtsp.response | 
| server | GstRtspServer.RTSPServer | r/w | the server | 
| session | GstRtspServer.RTSPSession | r/w | the session, can be None | 
| sessmedia | GstRtspServer.RTSPSessionMedia | r/w | the session media for the url can be None | 
| stream | GstRtspServer.RTSPStream | r/w | the stream for the url can be None | 
| token | GstRtspServer.RTSPToken | r/w | authorisation token | 
| trans | GstRtspServer.RTSPStreamTransport | r/w | the stream transport, can be None | 
| uri | GstRtsp.RTSPUrl | r/w | the complete url parsed from request |