Definition at line 31 of file TestAsyncTransport.cpp.
TestAsyncTransport::ReadEvent::ReadEvent |
( |
const void * |
buf, |
|
|
size_t |
buflen, |
|
|
std::chrono::milliseconds |
delay |
|
) |
| |
|
inline |
Definition at line 55 of file TestAsyncTransport.cpp.
std::chrono::milliseconds delay_
folly::AsyncSocketException exception_
TestAsyncTransport::ReadEvent::~ReadEvent |
( |
| ) |
|
|
inline |
void TestAsyncTransport::ReadEvent::consumeData |
( |
size_t |
length | ) |
|
|
inline |
const char* TestAsyncTransport::ReadEvent::getBuffer |
( |
| ) |
const |
|
inline |
std::chrono::milliseconds TestAsyncTransport::ReadEvent::getDelay |
( |
| ) |
const |
|
inline |
size_t TestAsyncTransport::ReadEvent::getLength |
( |
| ) |
const |
|
inline |
bool TestAsyncTransport::ReadEvent::isError |
( |
| ) |
const |
|
inline |
bool TestAsyncTransport::ReadEvent::isFinalEvent |
( |
| ) |
const |
|
inline |
char* TestAsyncTransport::ReadEvent::buffer_ |
|
private |
char* TestAsyncTransport::ReadEvent::dataEnd_ |
|
private |
std::chrono::milliseconds TestAsyncTransport::ReadEvent::delay_ |
|
private |
bool TestAsyncTransport::ReadEvent::isError_ |
|
private |
char* TestAsyncTransport::ReadEvent::readStart_ |
|
private |
The documentation for this class was generated from the following file: