|
proxygen
|
#include <HTTPTransactionIngressSM.h>
Static Public Member Functions | |
| static State | getInitialState () |
| static std::pair< State, bool > | find (State s, Event e) |
| static const std::string | getName () |
Definition at line 18 of file HTTPTransactionIngressSM.h.
|
strong |
| Enumerator | |
|---|---|
| onHeaders | |
| onBody | |
| onChunkHeader | |
| onChunkComplete | |
| onTrailers | |
| onUpgrade | |
| onEOM | |
| eomFlushed | |
Definition at line 34 of file HTTPTransactionIngressSM.h.
|
strong |
| Enumerator | |
|---|---|
| Start | |
| HeadersReceived | |
| RegularBodyReceived | |
| ChunkHeaderReceived | |
| ChunkBodyReceived | |
| ChunkCompleted | |
| TrailersReceived | |
| UpgradeComplete | |
| EOMQueued | |
| ReceivingDone | |
Definition at line 21 of file HTTPTransactionIngressSM.h.
|
static |
Definition at line 28 of file HTTPTransactionIngressSM.cpp.
References ChunkBodyReceived, ChunkCompleted, ChunkHeaderReceived, eomFlushed, EOMQueued, HeadersReceived, onBody, onChunkComplete, onChunkHeader, onEOM, onHeaders, onTrailers, onUpgrade, ReceivingDone, RegularBodyReceived, Start, TrailersReceived, and UpgradeComplete.
Referenced by getInitialState().
|
inlinestatic |
Definition at line 47 of file HTTPTransactionIngressSM.h.
|
inlinestatic |
Definition at line 53 of file HTTPTransactionIngressSM.h.
References proxygen::operator<<(), and s.