Data about an acceptor. More...
Public Member Functions | |
HttpProxyAcceptor () | |
Default constructor. | |
Data Fields | |
Continuation * | _accept |
Accept continuation. | |
NetProcessor::AcceptOptions | _net_opt |
Options for NetProcessor . |
Data about an acceptor.
This is used to separate setting up the proxy ports and starting to accept on them.
Definition at line 90 of file HttpProxyServerMain.cc.
HttpProxyAcceptor::HttpProxyAcceptor | ( | ) | [inline] |
Default constructor.
Definition at line 97 of file HttpProxyServerMain.cc.
Accept continuation.
Definition at line 92 of file HttpProxyServerMain.cc.
Referenced by MakeHttpProxyAcceptor(), and start_HttpProxyServer().
Options for NetProcessor
.
Definition at line 94 of file HttpProxyServerMain.cc.
Referenced by MakeHttpProxyAcceptor(), and start_HttpProxyServer().