Polyphase Game Engine
Loading...
Searching...
No Matches
HttpHandle Class Reference

#include <HttpHandle.h>

Public Member Functions

 HttpHandle ()=default
 
 HttpHandle (uint64_t id, std::shared_ptr< std::atomic< bool > > cancelFlag)
 
uint64_t GetId () const
 
bool IsValid () const
 
void Cancel ()
 
bool IsCancelled () const
 

Constructor & Destructor Documentation

◆ HttpHandle() [1/2]

HttpHandle::HttpHandle ( )
default

◆ HttpHandle() [2/2]

HttpHandle::HttpHandle ( uint64_t  id,
std::shared_ptr< std::atomic< bool > >  cancelFlag 
)
inline

Member Function Documentation

◆ Cancel()

void HttpHandle::Cancel ( )

◆ GetId()

uint64_t HttpHandle::GetId ( ) const
inline

◆ IsCancelled()

bool HttpHandle::IsCancelled ( ) const

◆ IsValid()

bool HttpHandle::IsValid ( ) const
inline

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