Qpid Proton C++  0.12.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
acceptor Class Reference

A context for accepting inbound connections. More...

#include <acceptor.hpp>

Inherits object< pn_acceptor_t >.

Public Member Functions

void close ()
 Close the acceptor.
 
class connection_optionsconnection_options ()
 Return the current set of connection options applied to inbound connectons by the acceptor. More...
 

Detailed Description

A context for accepting inbound connections.

See Also
container::listen
Examples:
direct_recv.cpp, direct_send.cpp, and helloworld_direct.cpp.

Member Function Documentation

Return the current set of connection options applied to inbound connectons by the acceptor.

Note that changes made to the connection options only affect connections accepted after this call returns.


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