rippled
|
Public Member Functions | |
virtual | ~work () |
io_list & | ios () |
Return the io_list associated with the work. More... | |
virtual void | close ()=0 |
Private Member Functions | |
template<class = void> | |
void | destroy () |
Private Attributes | |
io_list * | ios_ = nullptr |
Friends | |
class | io_list |
|
private |
io_list& ripple::io_list::work::ios | ( | ) |
Return the io_list associated with the work.
Requirements: The call to io_list::emplace to create the work has already returned.
|
pure virtual |
Implemented in ripple::BaseHTTPPeer< Handler, Impl >, ripple::Door< Handler >, ripple::BaseHTTPPeer< Handler, SSLHTTPPeer< Handler > >, ripple::BaseHTTPPeer< Handler, PlainHTTPPeer< Handler > >, ripple::BaseWSPeer< Handler, Impl >, ripple::BaseWSPeer< Handler, SSLWSPeer< Handler > >, ripple::BaseWSPeer< Handler, PlainWSPeer< Handler > >, ripple::Door< Handler >::Detector, ripple::BasePeer< Handler, Impl >, ripple::BasePeer< Handler, SSLWSPeer< Handler > >, and ripple::BasePeer< Handler, PlainWSPeer< Handler > >.