|
|
using | OnForwarderConfiguredCallback = std::function< void(bool)> |
| |
|
typedef std::function< void(uint32_t, bool)> | SetRouteCallback |
| |
|
using | RouteInfoPtr = std::shared_ptr< route_info_t > |
| |
|
typedef std::function< void(const uint8_t *data, std::size_t size, bool is_last, bool headers, Metadata *metadata)> | ContentReceivedCallback |
| |
|
typedef std::function< bool(asio::ip::tcp::socket &socket)> | OnConnectionClosed |
| |
|
typedef std::function< void()> | ContentSentCallback |
| |
|
typedef std::deque< std::pair< std::unique_ptr< utils::MemBuf >, ContentSentCallback > > | BufferQueue |
| |
Global configuration interface.