Qpid Proton C++
0.12.0
|
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_options & | connection_options () |
Return the current set of connection options applied to inbound connectons by the acceptor. More... | |
A context for accepting inbound connections.
class connection_options& connection_options | ( | ) |
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.