Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
seastar::http::experimental::tls_connection_factory Class Reference
Inheritance diagram for seastar::http::experimental::tls_connection_factory:
seastar::http::experimental::connection_factory

Public Member Functions

 tls_connection_factory (socket_address addr, shared_ptr< tls::certificate_credentials > creds, sstring host)
 
virtual future< connected_socketmake (abort_source *as) override
 Make a connected_socket. More...
 

Member Function Documentation

◆ make()

virtual future< connected_socket > seastar::http::experimental::tls_connection_factory::make ( abort_source )
inlineoverridevirtual

Make a connected_socket.

The implementations of this method should return ready-to-use socket that will be used by client as transport for its http connections

Implements seastar::http::experimental::connection_factory.


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