MySQL 8.0.37
Source Code Documentation
EventHttpBoundSocket Class Reference

Http bound socket. More...

#include <http_request.h>

Public Types

using BoundHandle = void *
 

Public Member Functions

 EventHttpBoundSocket (BoundHandle handle)
 
bool is_valid () const
 

Private Attributes

BoundHandle handle_
 

Detailed Description

Http bound socket.

Wrapper for evhttp_bound_socket structure from libevent.

Member Typedef Documentation

◆ BoundHandle

Constructor & Destructor Documentation

◆ EventHttpBoundSocket()

EventHttpBoundSocket::EventHttpBoundSocket ( BoundHandle  handle)
inline

Member Function Documentation

◆ is_valid()

bool EventHttpBoundSocket::is_valid ( void  ) const
inline

Member Data Documentation

◆ handle_

BoundHandle EventHttpBoundSocket::handle_
private

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