Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::transport::asio::basic_socket::local_endpoint Class Reference

#include <local_endpoint.hpp>

Public Types

typedef local_endpoint type
 The type of this endpoint socket component.
 
typedef local_connection socket_con_type
 The type of the corresponding connection socket component.
 
typedef socket_con_type::ptr socket_con_ptr
 

Public Member Functions

 local_endpoint ()
 
bool is_secure () const
 

Detailed Description

Definition at line 134 of file local_endpoint.hpp.

Member Typedef Documentation

◆ socket_con_ptr

The type of a shared pointer to the corresponding connection socket component.

Definition at line 143 of file local_endpoint.hpp.

◆ socket_con_type

◆ type

Constructor & Destructor Documentation

◆ local_endpoint()

websocketpp::transport::asio::basic_socket::local_endpoint::local_endpoint ( )
inlineexplicit

Definition at line 145 of file local_endpoint.hpp.

145{}

Member Function Documentation

◆ is_secure()

bool websocketpp::transport::asio::basic_socket::local_endpoint::is_secure ( ) const
inline

Definition at line 147 of file local_endpoint.hpp.

147 {
148 return false;
149 }

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