Description | Hierarchy | Fields | Methods | Properties |
type unaRTSPClientSocket = class(unaObject)
Clinet socket with URI
![]() |
constructor create(socket: unaSocket; const uri: string; id: int64); |
![]() |
destructor Destroy(); override; |
![]() |
function getIdleTime(): uint64; |
![]() |
function nextSeq(): int; |
![]() |
function okSendReq(): bool; |
![]() |
class function uri2id(const scheme, host, port: string): int64; |
![]() |
property connFailures: int read f_connFailures; |
![]() |
property id: int64 read f_id; |
![]() |
property response: unaHTTPparser read f_response; |
![]() |
property socket: unaSocket read f_socket; |
![]() |
property uri: string read f_uri; |
![]() |
constructor create(socket: unaSocket; const uri: string; id: int64); |
![]() |
destructor Destroy(); override; |
![]() |
function getIdleTime(): uint64; |
Returnsidle time (time since last network activity) in milliseconds |
![]() |
function nextSeq(): int; |
Returnsnext sequence number |
![]() |
function okSendReq(): bool; |
ReturnsTrue if socket is connected and ready to send data |
![]() |
class function uri2id(const scheme, host, port: string): int64; |
![]() |
property connFailures: int read f_connFailures; |
![]() |
property id: int64 read f_id; |
![]() |
property response: unaHTTPparser read f_response; |
![]() |
property socket: unaSocket read f_socket; |
![]() |
property uri: string read f_uri; |
(c) 2012 Lake of Soft