live
Public Member Functions | Data Fields | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes
ClientTLSState Class Reference

#include <TLSState.hh>

Inheritance diagram for ClientTLSState:
Inheritance graph
[legend]
Collaboration diagram for ClientTLSState:
Collaboration graph
[legend]

Public Member Functions

 ClientTLSState (class RTSPClient &client)
 
virtual ~ClientTLSState ()
 
int connect (int socketNum)
 
int write (const char *data, unsigned count)
 
int read (u_int8_t *buffer, unsigned bufferSize)
 
void nullify ()
 

Data Fields

Boolean isNeeded
 

Protected Member Functions

void initLibrary ()
 
void reset ()
 

Protected Attributes

Boolean fHasBeenSetup
 
SSL_CTX * fCtx
 
SSL * fCon
 

Private Member Functions

Boolean setup (int socketNum)
 

Private Attributes

class RTSPClientfClient
 

Detailed Description

Definition at line 61 of file TLSState.hh.

Constructor & Destructor Documentation

◆ ClientTLSState()

ClientTLSState::ClientTLSState ( class RTSPClient client)

◆ ~ClientTLSState()

virtual ClientTLSState::~ClientTLSState ( )
virtual

Member Function Documentation

◆ connect()

int ClientTLSState::connect ( int  socketNum)

◆ initLibrary()

void TLSState::initLibrary ( )
protectedinherited

◆ nullify()

void TLSState::nullify ( )
inherited

◆ read()

int TLSState::read ( u_int8_t *  buffer,
unsigned  bufferSize 
)
inherited

◆ reset()

void TLSState::reset ( )
protectedinherited

◆ setup()

Boolean ClientTLSState::setup ( int  socketNum)
private

◆ write()

int TLSState::write ( const char *  data,
unsigned  count 
)
inherited

Field Documentation

◆ fClient

class RTSPClient& ClientTLSState::fClient
private

Definition at line 73 of file TLSState.hh.

◆ fCon

SSL* TLSState::fCon
protectedinherited

Definition at line 57 of file TLSState.hh.

◆ fCtx

SSL_CTX* TLSState::fCtx
protectedinherited

Definition at line 56 of file TLSState.hh.

◆ fHasBeenSetup

Boolean TLSState::fHasBeenSetup
protectedinherited

Definition at line 55 of file TLSState.hh.

◆ isNeeded

Boolean TLSState::isNeeded
inherited

Definition at line 39 of file TLSState.hh.


The documentation for this class was generated from the following file: