webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::FakeIPseudoTcpNotify Class Reference
Inheritance diagram for webrtc::FakeIPseudoTcpNotify:
cricket::IPseudoTcpNotify

Public Member Functions

void OnTcpOpen (cricket::PseudoTcp *tcp)
 
void OnTcpReadable (cricket::PseudoTcp *tcp)
 
void OnTcpWriteable (cricket::PseudoTcp *tcp)
 
void OnTcpClosed (cricket::PseudoTcp *tcp, uint32_t error)
 
cricket::IPseudoTcpNotify::WriteResult TcpWritePacket (cricket::PseudoTcp *tcp, const char *buffer, size_t len)
 

Additional Inherited Members

- Public Types inherited from cricket::IPseudoTcpNotify
enum  WriteResult {
  WR_SUCCESS, WR_TOO_LARGE, WR_FAIL, WR_SUCCESS,
  WR_TOO_LARGE, WR_FAIL
}
 
enum  WriteResult {
  WR_SUCCESS, WR_TOO_LARGE, WR_FAIL, WR_SUCCESS,
  WR_TOO_LARGE, WR_FAIL
}
 
- Protected Member Functions inherited from cricket::IPseudoTcpNotify
virtual ~IPseudoTcpNotify ()
 
virtual ~IPseudoTcpNotify ()
 

Member Function Documentation

◆ OnTcpClosed()

void webrtc::FakeIPseudoTcpNotify::OnTcpClosed ( cricket::PseudoTcp tcp,
uint32_t  error 
)
inlinevirtual

◆ OnTcpOpen()

void webrtc::FakeIPseudoTcpNotify::OnTcpOpen ( cricket::PseudoTcp tcp)
inlinevirtual

◆ OnTcpReadable()

void webrtc::FakeIPseudoTcpNotify::OnTcpReadable ( cricket::PseudoTcp tcp)
inlinevirtual

◆ OnTcpWriteable()

void webrtc::FakeIPseudoTcpNotify::OnTcpWriteable ( cricket::PseudoTcp tcp)
inlinevirtual

◆ TcpWritePacket()

cricket::IPseudoTcpNotify::WriteResult webrtc::FakeIPseudoTcpNotify::TcpWritePacket ( cricket::PseudoTcp tcp,
const char *  buffer,
size_t  len 
)
inlinevirtual

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