HTTPException(const HTTPException &ex)
void setHttpStatusCode(uint32_t statusCode)
spdy::GoawayStatusCode statusCode
void setCurrentIngressBuf(std::unique_ptr< folly::IOBuf > buf)
std::unique_ptr< folly::IOBuf > moveCurrentIngressBuf()
std::ostream & operator<<(std::ostream &os, const HeaderTable &table)
bool hasCodecStatusCode() const
constexpr detail::Map< Move > move
void setPartialMsg(std::unique_ptr< HTTPMessage > partialMsg)
bool hasHttpStatusCode() const
std::unique_ptr< HTTPMessage > partialMsg_
void setCodecStatusCode(ErrorCode statusCode)
HTTPException(Direction dir, const std::string &msg)
uint32_t getErrno() const
bool isIngressException() const
Direction getDirection() const
ErrorCode getCodecStatusCode() const
FOLLY_CPP14_CONSTEXPR bool hasValue() const noexcept
folly::Optional< ErrorCode > codecStatusCode_
void setErrno(uint32_t e)
bool isEgressException() const
std::unique_ptr< folly::IOBuf > currentIngressBuf_
std::unique_ptr< HTTPMessage > movePartialMsg()
uint32_t getHttpStatusCode() const
std::string describe() const