proxygen
wangle::OutboundLink< Out > Class Template Referenceabstract

#include <HandlerContext-inl.h>

Public Member Functions

virtual ~OutboundLink ()=default
 
virtual folly::Future< folly::Unitwrite (Out msg)=0
 
virtual folly::Future< folly::UnitwriteException (folly::exception_wrapper e)=0
 
virtual folly::Future< folly::Unitclose ()=0
 

Detailed Description

template<class Out>
class wangle::OutboundLink< Out >

Definition at line 65 of file HandlerContext-inl.h.

Constructor & Destructor Documentation

template<class Out>
virtual wangle::OutboundLink< Out >::~OutboundLink ( )
virtualdefault

Member Function Documentation

template<class Out>
virtual folly::Future<folly::Unit> wangle::OutboundLink< Out >::close ( )
pure virtual
template<class Out>
virtual folly::Future<folly::Unit> wangle::OutboundLink< Out >::write ( Out  msg)
pure virtual
template<class Out>
virtual folly::Future<folly::Unit> wangle::OutboundLink< Out >::writeException ( folly::exception_wrapper  e)
pure virtual

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