#include <HttpConnectionRequestReadContext.h>
◆ FHttpConnectionRequestReadContext()
| FHttpConnectionRequestReadContext::FHttpConnectionRequestReadContext |
( |
FSocket * |
InSocket | ) |
|
Constructor
- Parameters
-
| Socket | The underlying connection |
◆ AddSecondsWaitingForReadableSocket()
| void FHttpConnectionRequestReadContext::AddSecondsWaitingForReadableSocket |
( |
float |
Seconds | ) |
|
|
inline |
Add time (in seconds) spent waiting for the socket to be readable.
◆ GetRequest()
Gets the internally stored request object
◆ GetSecondsWaitingForReadableSocket()
| float FHttpConnectionRequestReadContext::GetSecondsWaitingForReadableSocket |
( |
| ) |
const |
|
inline |
Get the time in seconds spent waiting for the socket to be readable.
◆ ReadStream()
Reads a request from the connection
- Parameters
-
| DeltaTime | The elapsed time since the last invocation |
- Returns
- The state of the read context
◆ ResetContext()
| void FHttpConnectionRequestReadContext::ResetContext |
( |
| ) |
|
Resets the internal state. Should be called for every read.
◆ ResetSecondsWaitingForReadableSocket()
| void FHttpConnectionRequestReadContext::ResetSecondsWaitingForReadableSocket |
( |
| ) |
|
|
inline |
Reset the time spent waiting for the socket to be readable.
The documentation for this struct was generated from the following files: